{"info":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","description":"<html><head></head><body><p>Connect your own environment to GoedGepickt through the REST API which you can easily use.<br>Through webhooks you can have data sent from GoedGepickt to your own environments. All users of GoedGepickt have access to our RESTful API.</p>\n<p>Some examples where this API can be used for:</p>\n<ul>\n<li><p>Link your custom made webshop to GoedGepickt</p>\n</li>\n<li><p>Link custom functionalities to GoedGepickt</p>\n</li>\n</ul>\n<p>You can also send live updates to your environment through webhooks. You can set this up under Settings -&gt; Webhooks.</p>\n<p><strong>Are you a fulfillment customer of a fulfillment company? Then use the API documentation which can be found here:</strong> <a href=\"https://www.goedgepickt-fulfilment.dev/\">https://www.goedgepickt-fulfilment.dev</a></p>\n<p><strong>Dutch: Ben je een fulfilmentklant van een fulfilmentbedrijf? Gebruik dan de API-documentatie welke hier te vinden is:</strong> <a href=\"https://www.goedgepickt-fulfilment.dev/\">https://www.goedgepickt-fulfilment.dev</a></p>\n<h2 id=\"developers\">Developers</h2>\n<p>Are you a developer and would you like to test GoedGepickt without making changes to products/product stocks/etc? Please contact us to set up a test account.</p>\n<hr>\n<h1 id=\"authentication\">Authentication</h1>\n<p>You can use GoedGepickt API with an API key. Generate a Rest API-key with the instructions below.</p>\n<h2 id=\"generating-api-in-the-goedgepickt-interface\">Generating API in the GoedGepickt interface</h2>\n<p>To create an API key, go to GoedGepickt &gt; Settings -&gt; GoedGepickt API (Dutch: GoedGepickt &gt; Instellingen &gt; GoedGepickt API).</p>\n<p>Please fill in a <code>Key name</code> (Dutch: <code>Sleutelnaam</code>) to indentify your keys and click on <code>Create key</code> (Dutch: <code>Sleutel aanmaken</code>)</p>\n<h2 id=\"using-authentication-headers\">Using authentication headers</h2>\n<p>Any call to the GoedGepickt APIs should be authenticated with following request header:</p>\n<ul>\n<li><code>Authorization: Bearer</code> - The API key of your GoedGepickt account</li>\n</ul>\n<hr>\n<h2 id=\"requestresponse-format\">Request/Response Format</h2>\n<p>The default response format is JSON. Requests with a message-body use plain JSON to set or update resource attributes. Successful requests will return a <code>200 OK</code> HTTP status.</p>\n<hr>\n<h2 id=\"rate-limiting\">Rate limiting</h2>\n<p>To prevent overload we use rate limiting. There is a limit of 150 requests per IP over all endpoints. Details of your use of the rate limits can be found in the following headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Header name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Retry-After</td>\n<td>When a 429 error is encountered here you can find when the limit will be reset and you can retry your request. The value given is in seconds.</td>\n</tr>\n<tr>\n<td>X-Ratelimit-Limit</td>\n<td>The amount of request possible within a minute</td>\n</tr>\n<tr>\n<td>X-Ratelimit-Remaining</td>\n<td>The amount of requests remaining untill the rate limit is reached</td>\n</tr>\n<tr>\n<td>X-Ratelimit-Reset</td>\n<td>A timestamp where you can indicate when the rate limit will reset</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"5835238","collectionId":"302b7645-4e87-4969-b01c-0d8798c1e957","publishedId":"TzY1hwb6","public":true,"customColor":{"top-bar":"1F2043","right-sidebar":"1F2043","highlight":"F59D24"},"publishDate":"2025-01-02T09:08:56.000Z"},"item":[{"name":"Products","item":[{"name":"Compound products","item":[{"name":"Add children to compound product","id":"f482d2b2-0b08-4577-8c8b-aab290dd77e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"childProducts[0][uuid]","value":"d98f472f-5aee-47fb-896a-41450e673ac4","type":"text"},{"key":"childProducts[0][quantity]","value":"5","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f","compound-children"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"60918d47-879a-4b55-8975-66528e419bc6","name":"Add children to compound product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"childProducts[0][uuid]","value":"d98f472f-5aee-47fb-896a-41450e673ac4","type":"text"},{"key":"childProducts[0][quantity]","value":"5","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:55:01 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X221d3de621c8b0a12fdab14c1a42056f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"productUuid\": \"d98f472f-5aee-47fb-896a-41450e673ac4\",\n            \"productSku\": \"voip-phone-black-18\",\n            \"productName\": \"VoIP Telefoon\",\n            \"quantity\": 5\n        },\n        {\n            \"productUuid\": \"9345a429-ce7e-49c8-b754-9d841e563ac1\",\n            \"productSku\": \"shampoo\",\n            \"productName\": \"Shampoo\",\n            \"quantity\": 2\n        },\n        {\n            \"productUuid\": \"97cb372f-67b4-4871-b7cd-d88f610fe910\",\n            \"productSku\": \"douchegel\",\n            \"productName\": \"Douchegel\",\n            \"quantity\": 2\n        },\n        {\n            \"productUuid\": \"1a300417-e165-483f-b20d-4503b421e327\",\n            \"productSku\": \"spons\",\n            \"productName\": \"Spons\",\n            \"quantity\": 1\n        }\n    ]\n}"},{"id":"c4a9e6f5-9a9e-4754-b476-baf88ef23d78","name":"Add children to compound product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"childProducts[0][uuid]","value":"97cb372f-67b4-4871-b7cd-d88f610fe910","type":"text"},{"key":"childProducts[0][quantity]","value":"5","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:47:28 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X4f6d3dee99c2e99f7bbb0adadb06c31e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given child product with uuid: 97cb372f-67b4-4871-b7cd-d88f610fe910 already exists in the given parent product\"\n}"}],"_postman_id":"f482d2b2-0b08-4577-8c8b-aab290dd77e8"},{"name":"Get children of a compound product","id":"01248cb9-6c5f-4778-8b26-306ec544134e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/97cb372f-67b4-4871-b7cd-d88f610fe910/compound-children","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","97cb372f-67b4-4871-b7cd-d88f610fe910","compound-children"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"19758400-f3ae-4677-ac25-2722c82ef52e","name":"Get children of a compound product","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:39:17 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X0bb8acd23a829a71deb9163354ac4766"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"productUuid\": \"9345a429-ce7e-49c8-b754-9d841e563ac1\",\n            \"productSku\": \"shampoo\",\n            \"productName\": \"Shampoo\",\n            \"quantity\": 2\n        },\n        {\n            \"productUuid\": \"97cb372f-67b4-4871-b7cd-d88f610fe910\",\n            \"productSku\": \"douchegel\",\n            \"productName\": \"Douchegel\",\n            \"quantity\": 2\n        },\n        {\n            \"productUuid\": \"1a300417-e165-483f-b20d-4503b421e327\",\n            \"productSku\": \"spons\",\n            \"productName\": \"Spons\",\n            \"quantity\": 1\n        }\n    ]\n}"},{"id":"7942bb22-08cf-4a20-bcfc-1897cf593500","name":"Get children of a compound product","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/97cb372f-67b4-4871-b7cd-d88f610fe910/compound-children"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:40:07 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xba8c94cb71ff5105e53a62fb0c33be42"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given product is not defined as a compound product\"\n}"}],"_postman_id":"01248cb9-6c5f-4778-8b26-306ec544134e"},{"name":"Get a specific child product","id":"191f1196-817a-49c9-b38a-de101f31334f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children/97cb372f-67b4-4871-b7cd-d88f610fe910","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f","compound-children","97cb372f-67b4-4871-b7cd-d88f610fe910"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"68ce9090-9485-44fa-8f6f-bf60aa470ad5","name":"Get a specific child product","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children/97cb372f-67b4-4871-b7cd-d88f610fe910"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:56:52 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X76db7ff76f139aea23d2dd5a14a7cb0f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"parentProduct\": {\n                \"productUuid\": \"b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f\",\n                \"productSku\": \"badpakket-samengesteld\",\n                \"productName\": \"Badpakket\"\n            },\n            \"productUuid\": \"97cb372f-67b4-4871-b7cd-d88f610fe910\",\n            \"productSku\": \"douchegel\",\n            \"productName\": \"Douchegel\",\n            \"quantity\": 2\n        }\n    ]\n}"},{"id":"91958b88-8fa3-467c-862f-afdd862d481e","name":"Get a specific child product","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children/97cb372f-67b4-4871-b7cd-d88f610fe91a"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:57:04 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X9ac79bab8e7337db36dc34243939fd1e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given child product uuid: did not refer to an existing product within your company or the given child product uuid is not linked to the given parent product.\"\n}"}],"_postman_id":"191f1196-817a-49c9-b38a-de101f31334f"},{"name":"Delete a child product for a specific compound product","id":"53571e06-ffca-46f9-82c9-05edc6ab2d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children/d98f472f-5aee-47fb-896a-41450e673ac4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f","compound-children","d98f472f-5aee-47fb-896a-41450e673ac4"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"38fbcb92-59d3-434e-a324-59922bdf30db","name":"Delete a child product for a specific compound product","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children/d98f472f-5aee-47fb-896a-41450e673ac4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:55:56 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xb1d29a84ebbbb3eb1dc69cbe8779362a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Child product with sku: `voip-phone-black-18` was removed from the given compound product.\"\n}"},{"id":"f902a7f5-ac25-4598-84f6-c7de6c4fe1d7","name":"Delete a child product for a specific compound product","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/b10a4c2b-ed63-4fc3-b91d-c1767a02ed3f/compound-children/d98f472f-5aee-47fb-896a-41450e673ac4"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Sep 2022 09:56:10 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xc4fdb060737e8571a5fc9050c467bf4c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given child product uuid: did not refer to an existing product within your company or the given child product uuid is not linked to the given parent product.\"\n}"}],"_postman_id":"53571e06-ffca-46f9-82c9-05edc6ab2d8d"}],"id":"f876ee35-4e0b-4ed8-a3a3-d2369421a1ad","_postman_id":"f876ee35-4e0b-4ed8-a3a3-d2369421a1ad","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Tags","item":[{"name":"Get product tags","id":"535bbe80-91b9-4734-8578-968ac945d652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","c25b2897-6875-4eaf-bdbc-8479b7326aab","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"2c8443b5-5c49-4775-8594-ffecddb6eec8","name":"get product tags","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:21:15 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n            \"name\": \"Goodies\",\n            \"slug\": \"goodies\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#c90076\"\n        }\n    ]\n}"}],"_postman_id":"535bbe80-91b9-4734-8578-968ac945d652"},{"name":"Add tag to product","id":"0499b135-7c43-425f-8676-d4b43cb990c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","c25b2897-6875-4eaf-bdbc-8479b7326aab","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"e22924c7-d9b3-4601-9570-704470b662fd","name":"Add tag to product","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:28:03 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"57"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"sku\": \"GG-BALPEN\",\n        \"active\": 1,\n        \"productType\": \"standard\",\n        \"supplierSku\": \"GG-BALPEN-22\",\n        \"supplier\": {\n            \"supplierUUID\": \"aef17bad-748d-4d6d-b21a-71952490f0e9\",\n            \"supplierSku\": \"GG-BALPEN-22\",\n            \"supplierName\": \"GoedeSchrijver\"\n        },\n        \"isPurchasable\": 1,\n        \"barcode\": \"9789067897679\",\n        \"asin\": \"\",\n        \"name\": \"GoedGepickt Balpen Blauw\",\n        \"ean\": \"9789067897679\",\n        \"description\": \"\",\n        \"price\": 2.5,\n        \"costPrice\": 1,\n        \"taxRate\": \"21.00\",\n        \"weight\": 10,\n        \"tags\": [\n            {\n                \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n                \"name\": \"Goodies\",\n                \"slug\": \"goodies\",\n                \"type\": \"Product\",\n                \"hexColor\": \"#c90076\"\n            }\n        ],\n        \"length\": \"15.00\",\n        \"height\": \"1.00\",\n        \"width\": \"1.00\",\n        \"productAttributes\": [\n            {\n                \"name\": \"Kleur\",\n                \"value\": \"Blauw\"\n            },\n            {\n                \"name\": \"Kwaliteit\",\n                \"value\": \"AA++\"\n            }\n        ],\n        \"internalComment\": \"\",\n        \"hscode\": \"5701 01 01 01\",\n        \"countryOfOrigin\": \"NL\",\n        \"picture\": \"https://test.goedgepickt.nl/images/image_placeholder.png\",\n        \"stock\": {\n            \"freeStock\": 612,\n            \"expectedStock\": 100,\n            \"fictionalStock\": null,\n            \"totalStock\": 612,\n            \"reservedStock\": 0,\n            \"unlimitedStock\": 0,\n            \"minimalStock\": 50,\n            \"fillStockTo\": 1000\n        },\n        \"externalProduct\": 0,\n        \"allowBackorders\": 1,\n        \"deliveryPeriod\": {\n            \"displayDeliveryPeriod\": null,\n            \"rawDeliveryPeriod\": null\n        },\n        \"GoedGepicktUrl\": \"https://test.goedgepickt.nl/products/view/c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"updatedAt\": \"2022-05-26T08:13:02.000000Z\",\n        \"createdAt\": \"2022-05-26T08:11:16.000000Z\"\n    }\n}"},{"id":"bde2d867-0305-4514-ac0f-03d75b5bc604","name":"Add unknown tag to product","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a162","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:27:19 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given product tag uuid not found\"\n}"}],"_postman_id":"0499b135-7c43-425f-8676-d4b43cb990c0"},{"name":"Remove product tags","id":"7b269ebf-b5ca-4b98-a8b2-60a17ab282c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/{productUuid}/tags/{tagUuid}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","{productUuid}","tags","{tagUuid}"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"52e43ba1-75e1-46f7-90b7-ba2887bd28e6","name":"Remove product tag","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags/b5945d86-3861-4d9a-919a-c598a247a164"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:22:53 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tag has been deleted\"\n}"}],"_postman_id":"7b269ebf-b5ca-4b98-a8b2-60a17ab282c7"}],"id":"5b0f7cf4-0adf-4da1-bf24-eb6a03207d7b","_postman_id":"5b0f7cf4-0adf-4da1-bf24-eb6a03207d7b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Serial numbers","item":[{"name":"Get product serial numbers","id":"ef6172a4-ee7b-493f-9a00-845067d00c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/products/949144e2-4e3d-43ec-b221-a970b5c9f469/serial-numbers?perPage=15&page=1","description":"<p>Get a single product by UUID from GoedGepickt.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","949144e2-4e3d-43ec-b221-a970b5c9f469","serial-numbers"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>number (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":"15"},{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"758d74e8-ba1c-4c9c-8b0f-48fd86f05fdd","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/products/949144e2-4e3d-43ec-b221-a970b5c9f469/serial-numbers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 29 Aug 2024 09:08:28 GMT"},{"key":"Phpdebugbar-Id","value":"X5e4c68f1168332db99b97894d0ccb747"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"6d04eb42-a0b7-4b46-972c-876aa2fc3a92\",\n            \"serialNumber\": \"R65HGGFDQ6\"\n        }\n    ],\n    \"pageInfo\": {\n        \"totalItems\": 1,\n        \"itemsPerPage\": 15,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    }\n}"},{"id":"6f38a483-7e72-4de3-b293-598571cf6a50","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/products/949144e2-4e3d-43ec-b221-a970b5c9f469/serial-numbers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 29 Aug 2024 09:08:59 GMT"},{"key":"Phpdebugbar-Id","value":"X5a6864f1eba11e7d886042e32d631fea"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Serial numbers are not enabled for this company\"\n}"}],"_postman_id":"ef6172a4-ee7b-493f-9a00-845067d00c74"}],"id":"8c55787d-3059-4967-bfb7-d579dcf777a4","_postman_id":"8c55787d-3059-4967-bfb7-d579dcf777a4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Expected stock","item":[{"name":"Get expected stock","id":"345d557d-ab23-4150-8fbf-ac941417b453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/d42cf250-1909-46ad-ba33-3d31151d31cc/expected-stock?perPage=&page=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","d42cf250-1909-46ad-ba33-3d31151d31cc","expected-stock"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>number (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":""},{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[]}},"response":[{"id":"1216230e-857c-4cb5-bcf6-0122ac40197d","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/d42cf250-1909-46ad-ba33-3d31151d31cc/expected-stock"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 2,\n        \"itemsPerPage\": 25,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"quantity\": 7,\n            \"quantityReceived\": 2,\n            \"eta\": \"2025-09-01\",\n            \"purchaseOrder\": {\n                \"uuid\": \"1e6342e8-13b6-4ac3-9cbf-7309d5aa60e4\",\n                \"orderNumber\": \"2025-0001\",\n                \"displayOrderNumber\": \"2025-0001\",\n                \"orderReference\": null,\n                \"supplierOrderNumber\": null,\n                \"orderDate\": \"2025-02-12T23:00:00.000000Z\",\n                \"supplier\": null\n            }\n        },\n        {\n            \"quantity\": 5,\n            \"quantityReceived\": 0,\n            \"eta\": \"2025-09-15\",\n            \"purchaseOrder\": {\n                \"uuid\": \"95c68d67-1801-4e02-a10b-60d26586c093\",\n                \"orderNumber\": \"2025-0017\",\n                \"displayOrderNumber\": \"2025-0017\",\n                \"orderReference\": null,\n                \"supplierOrderNumber\": \"GG512360\",\n                \"orderDate\": \"2025-05-27T22:00:00.000000Z\",\n                \"supplier\": {\n                    \"uuid\": \"2710c059-c670-47c3-ba05-2d74182b1d1a\",\n                    \"name\": \"GoedGekoekt BV\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"345d557d-ab23-4150-8fbf-ac941417b453"}],"id":"e25fb4fb-abae-412d-9df0-e093c1948ff3","_postman_id":"e25fb4fb-abae-412d-9df0-e093c1948ff3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Get products","id":"f2146dae-0ac9-4d81-a709-afd3879e266a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/products?perPage&page&orderByColumn=&orderByDirection=&excludeInactiveProducts=&inStock=","description":"<p>Get a list of all your products in GoedGepickt.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products"],"host":["https://account.goedgepickt.nl"],"query":[{"disabled":true,"description":{"content":"<p>string e.g. \"sku\"</p>\n","type":"text/plain"},"key":"searchAttribute","value":"sku"},{"disabled":true,"description":{"content":"<p>string e.g. \"!=\"</p>\n","type":"text/plain"},"key":"searchDelimiter","value":"="},{"disabled":true,"description":{"content":"<p>string e.g. \"product-sku\"</p>\n","type":"text/plain"},"key":"searchValue","value":"ferrari-pet"},{"description":{"content":"<p>number (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>string e.g. \"createdAt\"</p>\n","type":"text/plain"},"key":"orderByColumn","value":""},{"description":{"content":"<p>string e.g. \"ASC\" or \"DESC\"</p>\n","type":"text/plain"},"key":"orderByDirection","value":""},{"description":{"content":"<p>Use this attribute to get only the active products. Set the value to 1. Leave this field to get all products.</p>\n","type":"text/plain"},"key":"excludeInactiveProducts","value":""},{"description":{"content":"<p>Use this attribute to get only the products based on the stock value. 1 will give you all products in stock and 0 will give you all products without stock.</p>\n","type":"text/plain"},"key":"inStock","value":""}],"variable":[]}},"response":[{"id":"e572a9d5-b6eb-4929-8471-14c798479b23","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/products?searchAttribute=sku&searchDelimiter=!=&searchValue=demo-product&perPage&page&orderByColumn=&orderByDirection=&excludeInactiveProducts=&inStock=","host":["https://account.goedgepickt.nl"],"path":["api","v1","products"],"query":[{"key":"searchAttribute","value":"sku","description":"string e.g. \"sku\""},{"key":"searchDelimiter","value":"!=","description":"string e.g. \"!=\""},{"key":"searchValue","value":"demo-product","description":"string e.g. \"product-sku\""},{"key":"perPage","value":null,"description":"number (Max. 100)"},{"key":"page","value":null,"description":"number"},{"key":"orderByColumn","value":"","description":"string e.g. \"createdAt\""},{"key":"orderByDirection","value":"","description":"string e.g. \"ASC\" or \"DESC\""},{"key":"excludeInactiveProducts","value":"","description":"Use this attribute to get only the active products. Set the value to 1. Leave this field to get all products."},{"key":"inStock","value":"","description":"Use this attribute to get only the products based on the stock value. 1 will give you all products in stock and 0 will give you all products without stock."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 17 Jun 2025 12:35:09 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYY5QTDQSBK7EZR8XTMPR62"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 10,\n        \"itemsPerPage\": 10,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"9bd29941-0e17-4481-9ea2-f4edf6b76c3f\",\n            \"sku\": \"appelkoek\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": null,\n            \"supplier\": {\n                \"supplierUUID\": \"85ffc16d-98cf-4233-b4db-917d7fe45a45\",\n                \"supplierSku\": null,\n                \"supplierName\": \"GoedGekoekt\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"B8451547\",\n            \"asin\": \"\",\n            \"name\": \"Appelkoek\",\n            \"ean\": \"8710654160006,8710654160007\",\n            \"description\": \"\",\n            \"price\": 2.25,\n            \"costPrice\": 0.34,\n            \"priceUnit\": null,\n            \"taxRate\": \"9.00\",\n            \"weight\": 50,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": \"225.00\",\n            \"height\": \"132.00\",\n            \"width\": \"225.00\",\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 160,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 160,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 1,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/9bd29941-0e17-4481-9ea2-f4edf6b76c3f\",\n            \"updatedAt\": \"2025-08-18T09:03:12.000000Z\",\n            \"createdAt\": \"2025-08-18T09:01:29.000000Z\"\n        },\n        {\n            \"uuid\": \"defa436d-9b65-4992-92ae-3b2282f52aea\",\n            \"sku\": \"ereader-black\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": \"H4567894BK\",\n            \"supplier\": {\n                \"supplierUUID\": \"76802b41-853c-4b49-8dc3-872737f67549\",\n                \"supplierSku\": \"H4567894BK\",\n                \"supplierName\": \"GoedGelezen\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"\",\n            \"asin\": \"\",\n            \"name\": \"E-reader zwart\",\n            \"ean\": \"\",\n            \"description\": \"\",\n            \"price\": 99.99,\n            \"costPrice\": 44.67,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 0,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 15,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 15,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 1,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/defa436d-9b65-4992-92ae-3b2282f52aea\",\n            \"updatedAt\": \"2025-08-18T09:21:52.000000Z\",\n            \"createdAt\": \"2025-08-18T09:21:12.000000Z\"\n        },\n        {\n            \"uuid\": \"cfd0b3a3-37bb-452f-bd16-64631c07fc5e\",\n            \"sku\": \"gg-christmas-box\",\n            \"active\": 1,\n            \"productType\": \"assembly-product\",\n            \"supplierSku\": null,\n            \"supplier\": {\n                \"supplierUUID\": \"756acd9e-d947-4c3b-bff7-526cad775da0\",\n                \"supplierSku\": null,\n                \"supplierName\": \"GoedGepickt\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"\",\n            \"asin\": \"\",\n            \"name\": \"GoedGepickt Kerstpakket\",\n            \"ean\": \"87946123156487\",\n            \"description\": \"\",\n            \"price\": 119.99,\n            \"costPrice\": 0,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 0,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 3,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 3,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 1,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/cfd0b3a3-37bb-452f-bd16-64631c07fc5e\",\n            \"updatedAt\": \"2025-08-18T09:59:18.000000Z\",\n            \"createdAt\": \"2025-08-18T09:26:13.000000Z\"\n        },\n        {\n            \"uuid\": \"35892bd7-e98b-4c10-8fdf-bdbb20ef672c\",\n            \"sku\": \"gg-goodie-bundle\",\n            \"active\": 1,\n            \"productType\": \"compound\",\n            \"supplierSku\": null,\n            \"supplier\": {\n                \"supplierUUID\": null,\n                \"supplierSku\": null,\n                \"supplierName\": null\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"\",\n            \"asin\": \"\",\n            \"name\": \"GoedGepickt Goodie Pakket\",\n            \"ean\": \"8794561231880\",\n            \"description\": \"\",\n            \"price\": 9.99,\n            \"costPrice\": 5.25,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 0,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 50,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 50,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 1,\n                \"fillStockTo\": 0\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/35892bd7-e98b-4c10-8fdf-bdbb20ef672c\",\n            \"updatedAt\": \"2025-08-18T10:12:50.000000Z\",\n            \"createdAt\": \"2025-08-18T09:23:05.000000Z\"\n        },\n        {\n            \"uuid\": \"d3700b67-78a9-49ee-814e-92767276d042\",\n            \"sku\": \"gg-keycord\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": \"GB954887\",\n            \"supplier\": {\n                \"supplierUUID\": \"eaba8553-875a-4ed5-94c6-68087a009272\",\n                \"supplierSku\": \"GB954887\",\n                \"supplierName\": \"GoedBedrukt\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"56879632\",\n            \"asin\": \"\",\n            \"name\": \"GoedGepickt Keycord\",\n            \"ean\": \"8710654140006\",\n            \"description\": \"\",\n            \"price\": 6.99,\n            \"costPrice\": 2.64,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 41,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 826,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 826,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 25,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/d3700b67-78a9-49ee-814e-92767276d042\",\n            \"updatedAt\": \"2025-08-18T09:06:30.000000Z\",\n            \"createdAt\": \"2025-08-18T09:06:30.000000Z\"\n        },\n        {\n            \"uuid\": \"c4209114-68f4-48c5-a251-a2896cefd8f3\",\n            \"sku\": \"gg-magazine\",\n            \"active\": 1,\n            \"productType\": \"external\",\n            \"supplierSku\": \"GG15879561\",\n            \"supplier\": {\n                \"supplierUUID\": \"76802b41-853c-4b49-8dc3-872737f67549\",\n                \"supplierSku\": \"GG15879561\",\n                \"supplierName\": \"GoedGelezen\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"\",\n            \"asin\": \"\",\n            \"name\": \"GoedGepickt Magazine\",\n            \"ean\": \"876598410510\",\n            \"description\": \"\",\n            \"price\": 9.99,\n            \"costPrice\": 1.99,\n            \"priceUnit\": null,\n            \"taxRate\": \"9.00\",\n            \"weight\": 150,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 0,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 0,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 1,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": true,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/c4209114-68f4-48c5-a251-a2896cefd8f3\",\n            \"updatedAt\": \"2025-08-18T10:00:24.000000Z\",\n            \"createdAt\": \"2025-08-18T10:00:24.000000Z\"\n        },\n        {\n            \"uuid\": \"c00d9c0d-db6b-4325-9845-16a2df15d32b\",\n            \"sku\": \"gg-mes\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": \"GB32147\",\n            \"supplier\": {\n                \"supplierUUID\": \"eaba8553-875a-4ed5-94c6-68087a009272\",\n                \"supplierSku\": \"GB32147\",\n                \"supplierName\": \"GoedBedrukt\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"GG15462312\",\n            \"asin\": \"\",\n            \"name\": \"GoedGepickt mes\",\n            \"ean\": \"978020137962\",\n            \"description\": \"\",\n            \"price\": 2.15,\n            \"costPrice\": 0.69,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 29,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 364,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 364,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 20,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/c00d9c0d-db6b-4325-9845-16a2df15d32b\",\n            \"updatedAt\": \"2025-08-18T09:14:43.000000Z\",\n            \"createdAt\": \"2025-08-18T09:14:43.000000Z\"\n        },\n        {\n            \"uuid\": \"5bd7182b-d349-40ef-ae52-3d3cefbf34ba\",\n            \"sku\": \"gg-sticker\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": \"15984123\",\n            \"supplier\": {\n                \"supplierUUID\": \"eaba8553-875a-4ed5-94c6-68087a009272\",\n                \"supplierSku\": \"15984123\",\n                \"supplierName\": \"GoedBedrukt\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"\",\n            \"asin\": \"\",\n            \"name\": \"GoedGepickt Sticker\",\n            \"ean\": \"\",\n            \"description\": \"\",\n            \"price\": 0.99,\n            \"costPrice\": 0.14,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 0,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 0,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 0,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 1,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 100,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/5bd7182b-d349-40ef-ae52-3d3cefbf34ba\",\n            \"updatedAt\": \"2025-08-18T10:01:13.000000Z\",\n            \"createdAt\": \"2025-08-18T10:01:13.000000Z\"\n        },\n        {\n            \"uuid\": \"e199043e-3d00-4b5f-b7e5-059e170dee31\",\n            \"sku\": \"kerstdoos\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": null,\n            \"supplier\": {\n                \"supplierUUID\": \"756acd9e-d947-4c3b-bff7-526cad775da0\",\n                \"supplierSku\": null,\n                \"supplierName\": \"GoedGepickt\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"\",\n            \"asin\": \"\",\n            \"name\": \"Kerstpakket doos\",\n            \"ean\": \"\",\n            \"description\": \"\",\n            \"price\": 0,\n            \"costPrice\": 0.26,\n            \"priceUnit\": null,\n            \"taxRate\": null,\n            \"weight\": 0,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 175,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 175,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 1,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/e199043e-3d00-4b5f-b7e5-059e170dee31\",\n            \"updatedAt\": \"2025-08-18T09:59:18.000000Z\",\n            \"createdAt\": \"2025-08-18T09:57:19.000000Z\"\n        },\n        {\n            \"uuid\": \"03e4a0af-bbcd-4157-a533-0a137a9b62b7\",\n            \"sku\": \"roze-koek\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": \"15616231\",\n            \"supplier\": {\n                \"supplierUUID\": \"85ffc16d-98cf-4233-b4db-917d7fe45a45\",\n                \"supplierSku\": \"15616231\",\n                \"supplierName\": \"GoedGekoekt\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"rozekoek\",\n            \"asin\": \"\",\n            \"name\": \"Roze koek\",\n            \"ean\": \"871045478158\",\n            \"description\": \"\",\n            \"price\": 2.25,\n            \"costPrice\": 0.33,\n            \"priceUnit\": null,\n            \"taxRate\": null,\n            \"weight\": 0,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": null,\n            \"height\": null,\n            \"width\": null,\n            \"productAttributes\": [],\n            \"internalComment\": \"\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"NL\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.nl/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 50,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 50,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 0,\n                \"purchaseInIncrementsOf\": 30,\n                \"fillStockTo\": 10\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.nl/products/view/03e4a0af-bbcd-4157-a533-0a137a9b62b7\",\n            \"updatedAt\": \"2025-08-18T09:17:35.000000Z\",\n            \"createdAt\": \"2025-08-18T09:17:35.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"f2146dae-0ac9-4d81-a709-afd3879e266a"},{"name":"Get product","id":"29637af5-8842-404c-b4b7-ec212c071926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"https://account.goedgepickt.nl/api/v1/products/d42cf250-1909-46ad-ba33-3d31151d31cc","description":"<p>Get a single product by UUID from GoedGepickt.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","d42cf250-1909-46ad-ba33-3d31151d31cc"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"e33bd97c-f702-421f-9aee-c3cedf3d629e","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/products/1c532f28-8bba-473c-9fbc-e9cfffe18a95"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Jun 2025 12:35:51 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYY70FKY2A10G1M8PBHSQ95"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"1c532f28-8bba-473c-9fbc-e9cfffe18a95\",\n    \"sku\": \"demoproduct\",\n    \"active\": 1,\n    \"productType\": \"standard\",\n    \"supplierSku\": \"654321\",\n    \"supplier\": {\n        \"supplierUUID\": \"28dc32df-d382-42f7-b736-288ca86d524c\",\n        \"supplierSku\": \"654321\",\n        \"supplierName\": \"PromoShop B.V.\"\n    },\n    \"isPurchasable\": 1,\n    \"barcode\": \"p-123456\",\n    \"asin\": \"\",\n    \"name\": \"Demo product\",\n    \"ean\": \"123456\",\n    \"description\": \"This is a demo product\",\n    \"price\": 9.99,\n    \"costPrice\": 5.99,\n    \"priceUnit\": null,\n    \"taxRate\": \"21.00\",\n    \"weight\": 100,\n    \"weightUnit\": null,\n    \"tags\": [],\n    \"length\": \"10.00\",\n    \"height\": \"10.00\",\n    \"width\": \"10.00\",\n    \"productAttributes\": [\n        {\n            \"name\": \"Color\",\n            \"value\": \"Blue\"\n        }\n    ],\n    \"internalComment\": \"Demo comment\",\n    \"hscode\": \"\",\n    \"countryOfOrigin\": \"\",\n    \"customsProductDescription\": null,\n    \"picture\": \"https://goedgepickt.altyd/images/image_placeholder.png\",\n    \"stock\": {\n        \"freeStock\": 25,\n        \"expectedStock\": 0,\n        \"expectedNextDeliveryDate\": null,\n        \"useFictionalStock\": 0,\n        \"fictionalStock\": null,\n        \"useRealStockIfStockGoesBelow\": null,\n        \"totalStock\": 25,\n        \"reservedStock\": 0,\n        \"unlimitedStock\": 0,\n        \"minimalStock\": 10,\n        \"purchaseInIncrementsOf\": 60,\n        \"fillStockTo\": 50\n    },\n    \"externalProduct\": false,\n    \"allowBackorders\": true,\n    \"updateStockInShops\": true,\n    \"deliveryPeriod\": {\n        \"displayDeliveryPeriod\": null,\n        \"rawDeliveryPeriod\": null\n    },\n    \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/products/view/1c532f28-8bba-473c-9fbc-e9cfffe18a95\",\n    \"updatedAt\": \"2025-06-17T12:34:04.000000Z\",\n    \"createdAt\": \"2025-06-17T12:25:00.000000Z\"\n}"}],"_postman_id":"29637af5-8842-404c-b4b7-ec212c071926"},{"name":"Update product","id":"d17f43d5-27ae-43a1-aa6f-0857f983b70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"productAttributes[0][name]","value":"Color","type":"text"},{"key":"productAttributes[0][value]","value":"Blue","type":"text"},{"key":"webshopUuid","value":"e0d1c3db-4853-435e-85a7-cc0350ce83f0","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/1c532f28-8bba-473c-9fbc-e9cfffe18a95","description":"<p>Combine this documentation with the <code>Create product</code> documentation to see which attributes you can send within your request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","1c532f28-8bba-473c-9fbc-e9cfffe18a95"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"242f00c0-9ba3-4f4d-83ed-852fe93b88f7","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"productAttributes[0][name]","value":"Color","type":"text"},{"key":"productAttributes[0][value]","value":"Blue","type":"text"},{"key":"webshopUuid","value":"e0d1c3db-4853-435e-85a7-cc0350ce83f0","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/1c532f28-8bba-473c-9fbc-e9cfffe18a95"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Jun 2025 12:34:03 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYY3QMWD415P9ZCCCZTZX3A"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"1c532f28-8bba-473c-9fbc-e9cfffe18a95\",\n            \"sku\": \"demoproduct\",\n            \"active\": 1,\n            \"productType\": \"standard\",\n            \"supplierSku\": \"654321\",\n            \"supplier\": {\n                \"supplierUUID\": \"28dc32df-d382-42f7-b736-288ca86d524c\",\n                \"supplierSku\": \"654321\",\n                \"supplierName\": \"PromoShop B.V.\"\n            },\n            \"isPurchasable\": 1,\n            \"barcode\": \"p-123456\",\n            \"asin\": \"\",\n            \"name\": \"Demo product\",\n            \"ean\": \"123456\",\n            \"description\": \"This is a demo product\",\n            \"price\": 9.99,\n            \"costPrice\": 5.99,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 100,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": \"10.00\",\n            \"height\": \"10.00\",\n            \"width\": \"10.00\",\n            \"productAttributes\": [\n                {\n                    \"name\": \"Color\",\n                    \"value\": \"Blue\"\n                }\n            ],\n            \"internalComment\": \"Demo comment\",\n            \"hscode\": \"\",\n            \"countryOfOrigin\": \"\",\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.altyd/images/image_placeholder.png\",\n            \"stock\": {\n                \"freeStock\": 25,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": 0,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 25,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": 0,\n                \"minimalStock\": 10,\n                \"purchaseInIncrementsOf\": 60,\n                \"fillStockTo\": 50\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": true,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/products/view/1c532f28-8bba-473c-9fbc-e9cfffe18a95\",\n            \"updatedAt\": \"2025-06-17T12:34:04.000000Z\",\n            \"createdAt\": \"2025-06-17T12:25:00.000000Z\"\n        }\n    ],\n    \"notUpdated\": []\n}"}],"_postman_id":"d17f43d5-27ae-43a1-aa6f-0857f983b70e"},{"name":"Delete product","id":"b673ff60-3b5d-47d0-ae9f-95a7b1c680d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/products/bb8e05dd-b827-4c7f-be13-a3f89b0165b7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","bb8e05dd-b827-4c7f-be13-a3f89b0165b7"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"e0d5683c-5116-437d-b2cb-6c3c5fecdb2f","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"productAttributes[0][name]","value":"Color","type":"text"},{"key":"productAttributes[0][value]","value":"Blue","type":"text"},{"key":"webshopUuid","value":"e0d1c3db-4853-435e-85a7-cc0350ce83f0","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/1c532f28-8bba-473c-9fbc-e9cfffe18a95"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Jun 2025 12:34:03 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYY3QMWD415P9ZCCCZTZX3A"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": \"Product archived.\",\n    \"message\": \"Product archived.\"\n}"}],"_postman_id":"b673ff60-3b5d-47d0-ae9f-95a7b1c680d8"},{"name":"Create product","id":"f08e9184-58aa-4918-acf2-ca79bbf9e207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string (Required) (Unique internal product ID within your webshop)</p>\n","key":"productId","type":"text","value":""},{"key":"active","value":"","description":"<p>boolean</p>\n","type":"text","uuid":"e4a4d135-8b38-4926-9121-b7d6b5f8b9e9"},{"description":"<p>string (Required)</p>\n","key":"sku","type":"text","value":""},{"key":"productType","value":"","description":"<p>string (options: standard, compound, external, packaging-material or assembly-product)</p>\n","type":"text"},{"description":"<p>string <strong>(DEPRECATED)</strong></p>\n","key":"supplierSku","type":"text","value":""},{"description":"<p>string | If you have multiple EANs for a product, seperate them with a ‘,’ GoedGepickt will take them apart and handle them right</p>\n","key":"ean","type":"text","value":""},{"description":"<p>string</p>\n","key":"barcode","type":"text","value":""},{"description":"<p>string (Required)</p>\n","key":"name","type":"text","value":""},{"description":"<p>string</p>\n","key":"description","type":"text","value":""},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"price","type":"text","value":""},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"costPrice","type":"text","value":""},{"description":"<p>number (in grams)</p>\n","key":"weight","type":"text","value":""},{"description":"<p>number e.g. 12.95</p>\n","key":"height","type":"text","value":""},{"description":"<p>number e.g. 12.95</p>\n","key":"width","type":"text","value":""},{"description":"<p>number e.g. 12.95</p>\n","key":"length","type":"text","value":""},{"key":"productAttributes[0][name]","value":"","description":"<p>string e.g. Color (Can be used to create color =&gt; red combination)</p>\n","type":"text"},{"key":"productAttributes[0][value]","value":"","description":"<p>string e.g. Red (Can be used to create color =&gt; red combination)</p>\n","type":"text"},{"key":"picture","value":"","description":"<p>string</p>\n","type":"text"},{"description":"<p>string</p>\n","key":"comment","type":"text","value":""},{"description":"<p>number</p>\n","key":"minimalStock","type":"text","value":""},{"description":"<p>number</p>\n","key":"fillStockTo","type":"text","value":""},{"description":"<p>string (GoedGepickt UUID)</p>\n","key":"webshopUuid","type":"text","value":""},{"description":"<p>number</p>\n","key":"stockQuantity","type":"text","value":""},{"description":"<p>string</p>\n","key":"url","type":"text","value":""},{"key":"supplierUuid","value":"","description":"<p>string</p>\n","type":"text"},{"key":"unlimitedStock","value":"","description":"<p>boolean</p>\n","type":"text","uuid":"1a7e57cd-991e-48ae-aa74-5978d11c46f5"},{"key":"purchaseInIncrementsOf","value":"","description":"<p>int</p>\n","type":"text","uuid":"634afeca-4f6b-40b7-8483-cb1a3f62c63e"},{"key":"isPurchasable","value":"","description":"<p>boolean</p>\n","type":"text","uuid":"2adfacdf-82e3-4a09-a4be-cb3eb59ca3a1"},{"key":"useFictionalStock","value":"","description":"<p>boolean</p>\n","type":"text","uuid":"e2dd6a9b-3c80-4f77-90ab-98a4489358f4"},{"key":"fictionalStock","value":"","description":"<p>int (Required when useFictionalStock is true)</p>\n","type":"text","uuid":"b99409b7-fbab-401c-9949-2ae1eef5bbd7"},{"key":"useRealStockIfStockGoesBelow","value":"","description":"<p>int</p>\n","type":"text","uuid":"7e337623-d6b5-4195-a93a-882afaa9a16b"},{"key":"updateStockInShops","value":"","description":"<p>boolean</p>\n","type":"text","uuid":"06f46641-26b8-47ab-9000-07526ea1e3c0"},{"key":"allowBackorders","value":"","description":"<p>boolean</p>\n","type":"text","uuid":"d61d5dc3-3638-40d9-8bf3-2265c2d255c3"},{"key":"taxRate","value":"","description":"<p>string (options: 0,6,9,21)</p>\n","type":"text","uuid":"d0f97f92-bb43-40e7-806b-53ef0d670384"}]},"url":"https://account.goedgepickt.nl/api/v1/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"8f18221c-539a-438f-8c1c-0a4e4cce799a","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"string (Unique internal product ID within your webshop)","key":"productId","type":"text","value":"123456"},{"key":"active","value":"1","description":"boolean","type":"text","uuid":"e4a4d135-8b38-4926-9121-b7d6b5f8b9e9"},{"description":"string (Required)","key":"sku","type":"text","value":"demoproduct"},{"key":"productType","value":"standard","description":"string (options: standard, compound, external, packaging-material or assembly-product)","type":"text"},{"description":"string **(DEPRECATED)**","key":"supplierSku","type":"text","value":"654321"},{"description":"string | If you have multiple EANs for a product, seperate them with a ‘,’ GoedGepickt will take them apart and handle them right","key":"ean","type":"text","value":"123456"},{"description":"string","key":"barcode","type":"text","value":"p-123456"},{"description":"string (Required)","key":"name","type":"text","value":"Demo product"},{"description":"string","key":"description","type":"text","value":"This is a demo product"},{"description":"number e.g. 9.99(00)","key":"price","type":"text","value":"9.99"},{"description":"number e.g. 9.99(00)","key":"costPrice","type":"text","value":"5.99"},{"description":"number (in grams)","key":"weight","type":"text","value":"100"},{"description":"number e.g. 12.95","key":"height","type":"text","value":"10"},{"description":"number e.g. 12.95","key":"width","type":"text","value":"10"},{"description":"number e.g. 12.95","key":"length","type":"text","value":"10"},{"key":"productAttributes[0][name]","value":"Color","description":"string e.g. Color (Can be used to create color => red combination)","type":"text"},{"key":"productAttributes[0][value]","value":"Red","description":"string e.g. Red (Can be used to create color => red combination)","type":"text"},{"key":"picture","value":"https://account.goedgepickt.nl/images/logo.svg","description":"string","type":"text"},{"description":"string","key":"comment","type":"text","value":"Demo comment"},{"description":"number","key":"minimalStock","type":"text","value":"10"},{"description":"number","key":"fillStockTo","type":"text","value":"50"},{"description":"number (Required) GoedGepickt UUID","key":"webshopUuid","type":"text","value":"6eaa23ef-dfc6-4883-aa40-7aa6833b3dc2"},{"description":"number","key":"stockQuantity","type":"text","value":"25"},{"description":"string","key":"url","type":"text","value":"https://www.goedgepickt.nl/"},{"key":"supplierUuid","value":"28dc32df-d382-42f7-b736-288ca86d524c","description":"string","type":"text"},{"key":"unlimitedStock","value":"0","description":"boolean","type":"text","uuid":"1a7e57cd-991e-48ae-aa74-5978d11c46f5"},{"key":"purchaseInIncrementsOf","value":"60","description":"int","type":"text","uuid":"634afeca-4f6b-40b7-8483-cb1a3f62c63e"},{"key":"isPurchasable","value":"1","description":"boolean","type":"text","uuid":"2adfacdf-82e3-4a09-a4be-cb3eb59ca3a1"},{"key":"useFictionalStock","value":"0","description":"boolean","type":"text","uuid":"1dd9ba16-1a22-4e00-8354-84588cc13750"},{"key":"fictionalStock","value":"400","description":"int (Required when useFictionalStock is true)","type":"text","uuid":"9822da4d-6526-4189-9dc0-1a510834ff23"},{"key":"useRealStockIfStockGoesBelow","value":"1","description":"int","type":"text","uuid":"52d8e080-ad3e-4d13-a1c1-63038e1cc79f"},{"key":"allowBackorders","value":"1","description":"boolean","type":"text","uuid":"d61d5dc3-3638-40d9-8bf3-2265c2d255c3"},{"key":"updateStockInShops","value":"1","description":"boolean","type":"text","uuid":"06f46641-26b8-47ab-9000-07526ea1e3c0"},{"key":"taxRate","value":"21","description":"string (options: 0,6,9,21)","type":"text","uuid":"d0f97f92-bb43-40e7-806b-53ef0d670384"}]},"url":"https://account.goedgepickt.nl/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Jun 2025 12:25:00 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYXK5E228ZS2N5ZGTHVQE0G"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"1c532f28-8bba-473c-9fbc-e9cfffe18a95\",\n            \"sku\": \"demoproduct\",\n            \"active\": \"1\",\n            \"productType\": \"standard\",\n            \"supplierSku\": \"654321\",\n            \"supplier\": {\n                \"supplierUUID\": \"28dc32df-d382-42f7-b736-288ca86d524c\",\n                \"supplierSku\": \"654321\",\n                \"supplierName\": \"PromoShop B.V.\"\n            },\n            \"isPurchasable\": \"1\",\n            \"barcode\": \"p-123456\",\n            \"asin\": null,\n            \"name\": \"Demo product\",\n            \"ean\": \"\",\n            \"description\": \"This is a demo product\",\n            \"price\": 9.99,\n            \"costPrice\": 5.99,\n            \"priceUnit\": null,\n            \"taxRate\": \"21.00\",\n            \"weight\": 100,\n            \"weightUnit\": null,\n            \"tags\": [],\n            \"length\": \"10.00\",\n            \"height\": \"10.00\",\n            \"width\": \"10.00\",\n            \"productAttributes\": [\n                {\n                    \"name\": \"Color\",\n                    \"value\": \"Red\"\n                }\n            ],\n            \"internalComment\": \"Demo comment\",\n            \"hscode\": null,\n            \"countryOfOrigin\": null,\n            \"customsProductDescription\": null,\n            \"picture\": \"https://goedgepickt.altyd/storage/app/29/1c532f28-8bba-473c-9fbc-e9cfffe18a95/optimized.jpg\",\n            \"stock\": {\n                \"freeStock\": 25,\n                \"expectedStock\": 0,\n                \"expectedNextDeliveryDate\": null,\n                \"useFictionalStock\": null,\n                \"fictionalStock\": null,\n                \"useRealStockIfStockGoesBelow\": null,\n                \"totalStock\": 25,\n                \"reservedStock\": 0,\n                \"unlimitedStock\": \"0\",\n                \"minimalStock\": \"10\",\n                \"purchaseInIncrementsOf\": 60,\n                \"fillStockTo\": \"50\"\n            },\n            \"externalProduct\": false,\n            \"allowBackorders\": false,\n            \"updateStockInShops\": true,\n            \"deliveryPeriod\": {\n                \"displayDeliveryPeriod\": null,\n                \"rawDeliveryPeriod\": null\n            },\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/products/view/1c532f28-8bba-473c-9fbc-e9cfffe18a95\",\n            \"updatedAt\": \"2025-06-17T12:25:01.000000Z\",\n            \"createdAt\": \"2025-06-17T12:25:00.000000Z\"\n        }\n    ]\n}"},{"id":"19ac6ce1-1bb8-428b-98f5-f072bf995328","name":"400 Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"string (Unique internal product ID within your webshop)","key":"productId","type":"text","value":""},{"description":"string (Required)","key":"sku","type":"text","value":""},{"description":"string","key":"supplierSku","type":"text","value":""},{"description":"string","key":"ean","type":"text","value":""},{"description":"string","key":"barcode","type":"text","value":""},{"description":"string (Required)","key":"name","type":"text","value":""},{"description":"string","key":"description","type":"text","value":""},{"description":"number e.g. 9.99(00)","key":"price","type":"text","value":""},{"description":"number e.g. 9.99(00)","key":"costPrice","type":"text","value":""},{"description":"number (in grams)","key":"weight","type":"text","value":""},{"description":"number e.g. 12.95","key":"height","type":"text","value":""},{"description":"number e.g. 12.95","key":"width","type":"text","value":""},{"description":"number e.g. 12.95","key":"length","type":"text","value":""},{"description":"array e.g. ['name'  => 'Color', 'value' => 'Red']","key":"productAttributes","type":"text","value":""},{"key":"picture\n","value":"","description":"string","type":"text"},{"description":"string","key":"comment","type":"text","value":""},{"description":"number","key":"minimalStock","type":"text","value":""},{"key":"stockManagement","value":"","description":"bolean","type":"text"},{"description":"number","key":"fillStockTo","type":"text","value":""},{"description":"number (Required) GoedGepickt UUID","key":"webshopUuid","type":"text","value":""},{"description":"number","key":"stockQuantity","type":"text","value":""},{"description":"string","key":"url","type":"text","value":""}]},"url":"https://account.goedgepickt.nl/api/v1/products"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 12:36:59 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"No webshop found to link te product with\"\n}"}],"_postman_id":"f08e9184-58aa-4918-acf2-ca79bbf9e207"},{"name":"Product stock mutation","id":"b83d185b-9fd1-428e-8314-98d948ad7924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"mutation","value":"1","description":"<p>int (Required)</p>\n","type":"text"},{"key":"mutationReason","value":"","description":"<p>string (Optional)</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/b19bf6ac-7647-4e64-bb9a-aa3518f8a666/stock-mutation","description":"<p>Mutate stock on the highest priority-stock location, from a product. Use the product UUID in the URL.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","b19bf6ac-7647-4e64-bb9a-aa3518f8a666","stock-mutation"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"470352cf-7241-4de4-9036-0368bbb3a3fa","name":"200 success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"mutation","value":"1","description":"int (Required)","type":"text"},{"key":"mutationReason","value":"","description":"string (Optional)","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/1c532f28-8bba-473c-9fbc-e9cfffe18a95/stock-mutation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Jun 2025 12:39:32 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYYDR8QX1G9493TK5MHT4MH"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Stock updated.\"\n}"},{"id":"ea8247d8-90d5-4cec-b311-ddf457007bba","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"mutation","value":"1","description":"int (Required)","type":"text"},{"key":"mutationReason","value":"","description":"string (Optional)","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/b19bf6ac-7647-4e64-bb9a-aa3518f8a666/stock-mutation"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Jun 2025 12:39:12 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYYD4N5A6TAS29CHJ81ZV9B"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"The stock cannot be updated via the API for this type of product\"\n}"},{"id":"713cb078-1e82-4438-9ace-ef4bacace58a","name":"404 not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"mutation","value":"1","description":"int (Required)","type":"text"},{"key":"mutationReason","value":"","description":"string (Optional)","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/b19bf6ac-7647-4e64-bb9a-aa3518f8a666/stock-mutation"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Jun 2025 12:39:12 GMT"},{"key":"Phpdebugbar-Id","value":"01JXYYD4N5A6TAS29CHJ81ZV9B"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"No data found with the given UUID\"\n}"}],"_postman_id":"b83d185b-9fd1-428e-8314-98d948ad7924"}],"id":"97b1a6c0-7f2f-4282-903f-1bf96b68b65a","description":"<p>A webshop without products is not a webshop. Manage your products with the GoedGepickt API; create, get, update &amp; delete products.</p>\n<p>These entities will contain a <code>fulfilmentCustomerUuid</code> attribute if the company has fulfilment enabled.</p>\n","event":[{"listen":"prerequest","script":{"id":"d157c17a-f6bd-4f2a-b286-aa4267c76fe1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3ca6849e-57cb-45cf-b94c-e68c97d2d177","type":"text/javascript","exec":[""]}}],"_postman_id":"97b1a6c0-7f2f-4282-903f-1bf96b68b65a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Orders","item":[{"name":"Tags","item":[{"name":"Get order tags","id":"fb7121ae-3e4f-4ca0-bb54-874bb7b40a9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/7ac3b4f8-8017-4a0f-b77b-7196462a8ab7/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","7ac3b4f8-8017-4a0f-b77b-7196462a8ab7","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"6deef048-2bf3-4326-86d9-030b17151323","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/7ac3b4f8-8017-4a0f-b77b-7196462a8ab7/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Fri, 10 Mar 2023 08:02:55 GMT"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"147"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"537a964e-ebd5-4f60-88ed-fa9cfa22a67d\",\n            \"name\": \"Palletzending\",\n            \"slug\": \"palletzending\",\n            \"type\": \"Order\",\n            \"hexColor\": \"#d5a6bd\"\n        }\n    ]\n}"}],"_postman_id":"fb7121ae-3e4f-4ca0-bb54-874bb7b40a9e"},{"name":"Add tag to order","id":"4ea793a4-d046-490f-bedf-17e89d408f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"617a125c-9efa-430b-a608-360c982dc0b9","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/7ac3b4f8-8017-4a0f-b77b-7196462a8ab7/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","7ac3b4f8-8017-4a0f-b77b-7196462a8ab7","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"31103b22-7016-4ef7-8730-a158d83fac6e","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"617a125c-9efa-430b-a608-360c982dc0b9","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/7ac3b4f8-8017-4a0f-b77b-7196462a8ab7/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:28:03 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"57"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"sku\": \"GG-BALPEN\",\n        \"active\": 1,\n        \"productType\": \"standard\",\n        \"supplierSku\": \"GG-BALPEN-22\",\n        \"supplier\": {\n            \"supplierUUID\": \"aef17bad-748d-4d6d-b21a-71952490f0e9\",\n            \"supplierSku\": \"GG-BALPEN-22\",\n            \"supplierName\": \"GoedeSchrijver\"\n        },\n        \"isPurchasable\": 1,\n        \"barcode\": \"9789067897679\",\n        \"asin\": \"\",\n        \"name\": \"GoedGepickt Balpen Blauw\",\n        \"ean\": \"9789067897679\",\n        \"description\": \"\",\n        \"price\": 2.5,\n        \"costPrice\": 1,\n        \"taxRate\": \"21.00\",\n        \"weight\": 10,\n        \"tags\": [\n            {\n                \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n                \"name\": \"Goodies\",\n                \"slug\": \"goodies\",\n                \"type\": \"Product\",\n                \"hexColor\": \"#c90076\"\n            }\n        ],\n        \"length\": \"15.00\",\n        \"height\": \"1.00\",\n        \"width\": \"1.00\",\n        \"productAttributes\": [\n            {\n                \"name\": \"Kleur\",\n                \"value\": \"Blauw\"\n            },\n            {\n                \"name\": \"Kwaliteit\",\n                \"value\": \"AA++\"\n            }\n        ],\n        \"internalComment\": \"\",\n        \"hscode\": \"5701 01 01 01\",\n        \"countryOfOrigin\": \"NL\",\n        \"picture\": \"https://test.goedgepickt.nl/images/image_placeholder.png\",\n        \"stock\": {\n            \"freeStock\": 612,\n            \"expectedStock\": 100,\n            \"fictionalStock\": null,\n            \"totalStock\": 612,\n            \"reservedStock\": 0,\n            \"unlimitedStock\": 0,\n            \"minimalStock\": 50,\n            \"fillStockTo\": 1000\n        },\n        \"externalProduct\": 0,\n        \"allowBackorders\": 1,\n        \"deliveryPeriod\": {\n            \"displayDeliveryPeriod\": null,\n            \"rawDeliveryPeriod\": null\n        },\n        \"GoedGepicktUrl\": \"https://test.goedgepickt.nl/products/view/c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"updatedAt\": \"2022-05-26T08:13:02.000000Z\",\n        \"createdAt\": \"2022-05-26T08:11:16.000000Z\"\n    }\n}"},{"id":"c9d4e283-6a60-4ef9-a751-92a93792f8a3","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a162","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:27:19 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given product tag uuid not found\"\n}"}],"_postman_id":"4ea793a4-d046-490f-bedf-17e89d408f8a"},{"name":"Remove order tags","id":"82668dbb-4e1d-40fb-8d48-dacdc0609bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/{orderUuid}/tags/{tagUuid}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","{orderUuid}","tags","{tagUuid}"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"eec03410-1aeb-4c87-b828-59712d9bc2cc","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags/b5945d86-3861-4d9a-919a-c598a247a164"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:22:53 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tag has been deleted\"\n}"}],"_postman_id":"82668dbb-4e1d-40fb-8d48-dacdc0609bb4"}],"id":"b5448198-c928-4db3-9d6b-2f527bf1753e","_postman_id":"b5448198-c928-4db3-9d6b-2f527bf1753e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"History","item":[{"name":"Get order histories","id":"e2ad9b02-e425-45a6-86dc-5f233e5803e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/3d935ab8-3d5b-4bd1-af8a-8b613ae60089/order-history?page=1&perPage=15","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","3d935ab8-3d5b-4bd1-af8a-8b613ae60089","order-history"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>number (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":"15"}],"variable":[]}},"response":[{"id":"6d362dc0-1d8f-4a1c-bcf7-ae47dbe4f481","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://account.goedgepickt.nl/api/v1/orders/3d935ab8-3d5b-4bd1-af8a-8b613ae60089/order-history?page=1&perPage=15","host":["https://account.goedgepickt.nl"],"path":["api","v1","orders","3d935ab8-3d5b-4bd1-af8a-8b613ae60089","order-history"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 05 Aug 2024 12:47:16 GMT"},{"key":"Phpdebugbar-Id","value":"X4b1e1fe5f2712cf390bcdfcfa5c77b7d"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 7,\n        \"itemsPerPage\": 15,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"id\": 6019,\n            \"description\": \"Dit is een notitie aangemaakt via de GoedGepickt API written by API user\",\n            \"logType\": \"note\",\n            \"user\": \"API user\",\n            \"createdAt\": \"2024-08-05T12:46:57.000000Z\"\n        },\n        {\n            \"id\": 6018,\n            \"description\": \"Dit is een notitie aangemaakt in GoedGepickt written by GoedGepickt Support\",\n            \"logType\": \"note\",\n            \"user\": \"GoedGepickt Support\",\n            \"createdAt\": \"2024-08-05T12:35:01.000000Z\"\n        },\n        {\n            \"id\": 3167,\n            \"description\": \"Product GoedGepickt polo (goedgepickt-polo-s) 1x added to order by Api Doc\",\n            \"logType\": \"system\",\n            \"user\": \"Api Doc\",\n            \"createdAt\": \"2024-03-18T12:33:15.000000Z\"\n        },\n        {\n            \"id\": 3166,\n            \"description\": \"Product GoedGepickt polo (goedgepickt-polo-m) 1x added to order by Api Doc\",\n            \"logType\": \"system\",\n            \"user\": \"Api Doc\",\n            \"createdAt\": \"2024-03-18T12:33:15.000000Z\"\n        },\n        {\n            \"id\": 3165,\n            \"description\": \"Product GoedGepickt polo (goedgepickt-polo-l) 1x added to order by Api Doc\",\n            \"logType\": \"system\",\n            \"user\": \"Api Doc\",\n            \"createdAt\": \"2024-03-18T12:33:15.000000Z\"\n        },\n        {\n            \"id\": 3164,\n            \"description\": \"Product GoedGepickt - Keycord oranje (goedgepickt-keycord) 2x added to order by Api Doc\",\n            \"logType\": \"system\",\n            \"user\": \"Api Doc\",\n            \"createdAt\": \"2024-03-18T12:33:15.000000Z\"\n        },\n        {\n            \"id\": 3163,\n            \"description\": \"Product Roze koek (852) 4x added to order by Api Doc\",\n            \"logType\": \"system\",\n            \"user\": \"Api Doc\",\n            \"createdAt\": \"2024-03-18T12:33:15.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"e2ad9b02-e425-45a6-86dc-5f233e5803e7"},{"name":"Get single order history","id":"6608d7e3-2aa7-4413-9a91-01f9be4519cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/3d935ab8-3d5b-4bd1-af8a-8b613ae60089/order-history/6019","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","3d935ab8-3d5b-4bd1-af8a-8b613ae60089","order-history","6019"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"880c750d-d52f-4421-b5ce-4d05b2147cee","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/3d935ab8-3d5b-4bd1-af8a-8b613ae60089/order-history/6019"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 05 Aug 2024 13:06:41 GMT"},{"key":"Phpdebugbar-Id","value":"Xb62820cb5ec8b05bce99434c69346b8f"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6019,\n    \"description\": \"Dit is een notitie aangemaakt via de GoedGepickt API written by API user\",\n    \"logType\": \"note\",\n    \"user\": \"API user\",\n    \"createdAt\": \"2024-08-05T12:46:57.000000Z\"\n}"}],"_postman_id":"6608d7e3-2aa7-4413-9a91-01f9be4519cd"},{"name":"Create order history","id":"844d6de6-de84-4f26-8a03-0d5d5b571b51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Dit is een notitie aangemaakt via de GoedGepickt API","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/3d935ab8-3d5b-4bd1-af8a-8b613ae60089/order-history","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","3d935ab8-3d5b-4bd1-af8a-8b613ae60089","order-history"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"a4f8dd02-0829-4ec0-aafd-3f3297222109","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Dit is een notitie aangemaakt via de GoedGepickt API","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/3d935ab8-3d5b-4bd1-af8a-8b613ae60089/order-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 05 Aug 2024 12:46:57 GMT"},{"key":"Phpdebugbar-Id","value":"Xfc34397cab6e40c73b75bd54089d1c22"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"History item created\"\n}"}],"_postman_id":"844d6de6-de84-4f26-8a03-0d5d5b571b51"}],"id":"0eb73a4b-a9db-4aee-8f11-c0db5d3776fa","_postman_id":"0eb73a4b-a9db-4aee-8f11-c0db5d3776fa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Attention needed","item":[{"name":"Mark as attention needed","id":"20384872-6de5-4859-a782-ea80bd020d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reason","value":"Order can't be shipped yet","type":"text","uuid":"4cc03dfc-da5c-49f0-b395-3f8f31e529af"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/7430ced1-4759-44db-b748-4767d5947f02/mark-as-attention-needed","description":"<p>All body attributes are all optional. Only fill the attributes you want to update.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","7430ced1-4759-44db-b748-4767d5947f02","mark-as-attention-needed"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"1c2bb0fc-ab63-4c12-a9a0-681dc31138b9","name":"Mark as attention needed without reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/4717832d-65b4-4951-a1ea-79bad0756252/mark-as-attention-needed"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 23 Oct 2025 08:53:55 GMT"},{"key":"Phpdebugbar-Id","value":"01K884CMMYSTX2Y4QWV8542CSS"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The reason field is required.\",\n    \"errors\": {\n        \"reason\": [\n            \"The reason field is required.\"\n        ]\n    }\n}"},{"id":"d436e8c2-ed19-48a0-b671-31b435387a0f","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reason","value":"Order can't be shipped yet","type":"text","uuid":"4cc03dfc-da5c-49f0-b395-3f8f31e529af"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/7430ced1-4759-44db-b748-4767d5947f02/mark-as-attention-needed"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 23 Oct 2025 09:05:15 GMT"},{"key":"Phpdebugbar-Id","value":"01K8851D2QA6S13BR2ZZEM5A0Y"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order successfully marked as attention needed\",\n    \"orderUuid\": \"7430ced1-4759-44db-b748-4767d5947f02\"\n}"},{"id":"b27fcfed-6293-40ba-b3d2-39d9689a8813","name":"Order is already marked as attention needed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reason","value":"Order can't be shipped yet","type":"text","uuid":"4cc03dfc-da5c-49f0-b395-3f8f31e529af"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/7430ced1-4759-44db-b748-4767d5947f02/mark-as-attention-needed"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 23 Oct 2025 09:10:45 GMT"},{"key":"Phpdebugbar-Id","value":"01K885BF68CK8VW5JQQCAQQFY0"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Order is already marked as attention needed\"\n}"}],"_postman_id":"20384872-6de5-4859-a782-ea80bd020d9e"},{"name":"Remove attention needed","id":"578b4f28-79a6-48a1-9ff6-3bbb62b9f84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reason","value":"Order can't be shipped yet","type":"text","uuid":"4cc03dfc-da5c-49f0-b395-3f8f31e529af"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/7430ced1-4759-44db-b748-4767d5947f02/remove-attention-needed","description":"<p>All body attributes are all optional. Only fill the attributes you want to update.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","7430ced1-4759-44db-b748-4767d5947f02","remove-attention-needed"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"578b4f28-79a6-48a1-9ff6-3bbb62b9f84a"}],"id":"3dd8165d-8462-4e25-97ed-8b445701ccf6","_postman_id":"3dd8165d-8462-4e25-97ed-8b445701ccf6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Order items","item":[{"name":"Get order items","id":"0b3eda59-ca5d-42ed-9f6f-f7ca4643c644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/ad874032-b5b0-456e-90f1-b17713d721df/order-items","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","ad874032-b5b0-456e-90f1-b17713d721df","order-items"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"1f1618f0-a8c7-4f0c-b106-c3cc59267caf","name":"Get order items","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/ad874032-b5b0-456e-90f1-b17713d721df/order-items"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 09:26:47 GMT"},{"key":"Phpdebugbar-Id","value":"01KDSVPDPVP94Z1RR3W8H00K2Q"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"7cf06034-4f47-44fa-ae29-8b7da972caa5\",\n            \"productUuid\": \"f5e9be60-dd0c-4bae-99b8-9da1bf58db35\",\n            \"sku\": \"goedgepickt-polo-l\",\n            \"name\": \"GoedGepickt polo\",\n            \"status\": \"open\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"backorderQuantity\": 0\n        },\n        {\n            \"uuid\": \"f56c4f52-5d6e-46bb-8868-107bc46a0ad3\",\n            \"productUuid\": \"c941caf2-881b-41fd-95e1-9dc0a82dcd03\",\n            \"sku\": \"example-product\",\n            \"name\": \"Example product\",\n            \"status\": \"backorder\",\n            \"productQuantity\": 7,\n            \"pickedQuantity\": 0,\n            \"backorderQuantity\": 7\n        }\n    ],\n    \"pageInfo\": {\n        \"totalItems\": 2,\n        \"itemsPerPage\": 25,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    }\n}"}],"_postman_id":"0b3eda59-ca5d-42ed-9f6f-f7ca4643c644"},{"name":"Get single order item","id":"c3b46062-1203-44fe-951f-62da70bdec7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/ad874032-b5b0-456e-90f1-b17713d721df/order-items/f56c4f52-5d6e-46bb-8868-107bc46a0ad3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","ad874032-b5b0-456e-90f1-b17713d721df","order-items","f56c4f52-5d6e-46bb-8868-107bc46a0ad3"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"525cc83a-d266-4fa2-ad34-8a66839dddc6","name":"Get single order item","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/ad874032-b5b0-456e-90f1-b17713d721df/order-items/f56c4f52-5d6e-46bb-8868-107bc46a0ad3"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 09:30:12 GMT"},{"key":"Phpdebugbar-Id","value":"01KDSVWNR9XCNTMJKW4F37B2XA"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"f56c4f52-5d6e-46bb-8868-107bc46a0ad3\",\n        \"productUuid\": \"c941caf2-881b-41fd-95e1-9dc0a82dcd03\",\n        \"sku\": \"example-product\",\n        \"name\": \"Example product\",\n        \"status\": \"backorder\",\n        \"productQuantity\": 7,\n        \"pickedQuantity\": 0,\n        \"backorderQuantity\": 7\n    }\n}"}],"_postman_id":"c3b46062-1203-44fe-951f-62da70bdec7d"}],"id":"589204c2-d7ce-4d7e-b59e-7f9379bdfd03","_postman_id":"589204c2-d7ce-4d7e-b59e-7f9379bdfd03","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Create order","id":"84fc7fb6-79e4-43b3-8b90-211a99983f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderId","value":"","type":"text","description":"<p>string (Unique ID in your webshop) (Required)</p>\n"},{"key":"orderDisplayId","value":"","type":"text","description":"<p>string (Order ID displayed to your customers)</p>\n"},{"key":"createDate","value":"","type":"text","description":"<p>date (Required) Time zone: Europe/Amsterdam</p>\n"},{"key":"finishDate","value":"","type":"text","description":"<p>date Time zone: Europe/Amsterdam</p>\n"},{"key":"orderStatus","value":"","type":"text","description":"<p>string (options: on_hold, open and completed) (Required)</p>\n"},{"key":"currency","value":"","type":"text","description":"<p>string</p>\n"},{"key":"discountTotal","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"discountTax","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"shippingTotal","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"shippingTax","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"paidTotal","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"paidTax","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"billingFirstName","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingLastName","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingCompany","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingAddress","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingHouseNumber","value":"","type":"text","description":"<p>number</p>\n"},{"key":"billingHouseNumberAddition","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingAddress2","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingZipcode","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingCity","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingCountry","value":"","type":"text","description":"<p>string (!Country code!)</p>\n"},{"key":"billingEmail","value":"","type":"text","description":"<p>string</p>\n"},{"key":"billingPhone","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingFirstName","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingLastName","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingCompany","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingAddress","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingHouseNumber","value":"","type":"text","description":"<p>number</p>\n"},{"key":"shippingHouseNumberAddition","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingAddress2","value":" ","type":"text","description":"<p>string</p>\n"},{"key":"shippingZipcode","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingCity","value":"","type":"text","description":"<p>string</p>\n"},{"key":"shippingCountry","value":"","type":"text","description":"<p>string (!Country code!)</p>\n"},{"key":"shippingEmail","value":"","description":"<p>string</p>\n","type":"text","uuid":"c40fa21d-0ae6-4a49-adab-9134439d3ea9"},{"key":"shippingPhone","value":"","description":"<p>string</p>\n","type":"text","uuid":"30004cce-cab3-4d48-b935-cc37eb538e5b"},{"key":"shippingMethod","value":"","type":"text","description":"<p>string</p>\n"},{"key":"paymentMethod","value":"","type":"text","description":"<p>string</p>\n"},{"key":"invoiceNumber","value":"","description":"<p>string</p>\n","type":"text"},{"key":"customerNote","value":"","type":"text","description":"<p>string</p>\n"},{"key":"internComment","value":"","type":"text","description":"<p>string</p>\n"},{"key":"snoozedUntil","value":"","type":"text","description":"<p>datetime (Format: Y-m-d H:i:s, Time zone: Europe/Amsterdam)</p>\n"},{"key":"snoozedReason","value":"","type":"text","description":"<p>string</p>\n"},{"key":"webshopUuid","value":"","type":"text","description":"<p>uuid (Required)  (GoedGepickt UUID)</p>\n"},{"key":"orderItems[0][lineItemId]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][productId]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][sku]","value":"","type":"text","description":"<p>string (Required)</p>\n"},{"key":"orderItems[0][ean]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][productName]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][productImage]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][productQuantity]","value":"","type":"text","description":"<p>number (Required)</p>\n"},{"key":"orderItems[0][taxRate]","value":"","type":"text","description":"<p>number e.g. 21.00 (Required)</p>\n"},{"key":"orderItems[0][totalPaid]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][discountTotal]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][paidTax]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][discountTax]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][productPrice]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][customProductOptions][0][name]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][customProductOptions][0][value]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[locationNumber]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[carrier]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[location]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[street]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[houseNumber]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[zipcode]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[city]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"pickupLocationData[country]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"delayStockReservationUntil","value":"","description":"<p>dateTime (format Y-m-d H:i)</p>\n","type":"text"},{"key":"delayStockReservationReason","value":"","description":"<p>string</p>\n","type":"text"},{"key":"preferredPackagingUuid","value":"","description":"<p>string, UUID of the preferred packaging material product</p>\n","type":"text"},{"key":"preferredPackagingForced","value":"","description":"<p>boolean (nullable), only required if preferredPackagingUuid is given.</p>\n","type":"text"},{"key":"isStorePickup","value":"","description":"<p>boolean (nullable)</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"5a29a97d-0120-49ad-b51d-851409dda7d0","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderId","value":"","description":"string (Unique ID in your webshop) (Required)","type":"text","contentType":""},{"key":"orderDisplayId","value":"","description":"string (Order ID displayed to your customers)","type":"text"},{"key":"createDate","value":"","description":"date (Required)","type":"text"},{"key":"finishDate","value":"","description":"date","type":"text"},{"key":"orderStatus","value":"","description":"string (options: on_hold, ready_for_picking and completed) (Required)","type":"text"},{"key":"currency","value":"","description":"string","type":"text","contentType":"string"},{"key":"discountTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"discountTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"billingFirstName","value":"","description":"string","type":"text"},{"key":"billingLastName","value":"","description":"string","type":"text"},{"key":"billingCompany","value":"","description":"string","type":"text"},{"key":"billingAddress","value":"","description":"string","type":"text"},{"key":"billingHouseNumber","value":"","description":"number","type":"text"},{"key":"billingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"billingAddress2","value":"","description":"string","type":"text"},{"key":"billingZipcode","value":"","description":"string","type":"text"},{"key":"billingCity","value":"","description":"string","type":"text"},{"key":"billingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"billingEmail","value":"","description":"string","type":"text"},{"key":"billingPhone","value":"","description":"string","type":"text"},{"key":"shippingFirstName","value":"","description":"string","type":"text"},{"key":"shippingLastName","value":"","description":"string","type":"text"},{"key":"shippingCompany","value":"","description":"string","type":"text"},{"key":"shippingAddress","value":"","description":"string","type":"text"},{"key":"shippingHouseNumber","value":"","description":"number","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"shippingAddress2","value":" ","description":"string","type":"text"},{"key":"shippingZipcode","value":"","description":"string","type":"text"},{"key":"shippingCity","value":"","description":"string","type":"text"},{"key":"shippingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"paymentMethod","value":"","description":"string","type":"text"},{"key":"invoiceNumber","value":"","description":"string","type":"text"},{"key":"customerNote","value":"","description":"string","type":"text"},{"key":"webshopUuid","value":"","description":"uuid (Required)  (GoedGepickt UUID)","type":"text"},{"key":"orderItems[0][lineItemId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][sku]","value":"","description":"string (Required)","type":"text"},{"key":"orderItems[0][ean]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productName]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productImage]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productQuantity]","value":"","description":"number","type":"text"},{"key":"orderItems[0][taxRate]","value":"","description":"number e.g. 21.00 (Required)","type":"text"},{"key":"orderItems[0][totalPaid]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTotal]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][paidTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][productPrice]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"pickupLocationData[locationNumber]","value":"","description":"number","type":"text"},{"key":"pickupLocationData[carrier]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[location]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[street]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[houseNumber]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[zipcode]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[city]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[country]","value":"","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 15:09:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"phpdebugbar-id","value":"X36c13aa1146d6f9d39d364f5d2ce53ff"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order created\",\n    \"orderUuid\": \"03848fee-e7cc-4807-88a9-b2acf0b6bf34\"\n}"},{"id":"70ab401f-5861-4758-8098-ef974a462f42","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderId","value":"","description":"string (Unique ID in your webshop) (Required)","type":"text","contentType":""},{"key":"orderDisplayId","value":"","description":"string (Order ID displayed to your customers)","type":"text"},{"key":"createDate","value":"","description":"date (Required)","type":"text"},{"key":"finishDate","value":"","description":"date","type":"text"},{"key":"orderStatus","value":"","description":"string (options: on_hold, ready_for_picking and completed) (Required)","type":"text"},{"key":"currency","value":"","description":"string","type":"text","contentType":"string"},{"key":"discountTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"discountTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"billingFirstName","value":"","description":"string","type":"text"},{"key":"billingLastName","value":"","description":"string","type":"text"},{"key":"billingCompany","value":"","description":"string","type":"text"},{"key":"billingAddress","value":"","description":"string","type":"text"},{"key":"billingHouseNumber","value":"","description":"number","type":"text"},{"key":"billingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"billingAddress2","value":"","description":"string","type":"text"},{"key":"billingZipcode","value":"","description":"string","type":"text"},{"key":"billingCity","value":"","description":"string","type":"text"},{"key":"billingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"billingEmail","value":"","description":"string","type":"text"},{"key":"billingPhone","value":"","description":"string","type":"text"},{"key":"shippingFirstName","value":"","description":"string","type":"text"},{"key":"shippingLastName","value":"","description":"string","type":"text"},{"key":"shippingCompany","value":"","description":"string","type":"text"},{"key":"shippingAddress","value":"","description":"string","type":"text"},{"key":"shippingHouseNumber","value":"","description":"number","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"shippingAddress2","value":" ","description":"string","type":"text"},{"key":"shippingZipcode","value":"","description":"string","type":"text"},{"key":"shippingCity","value":"","description":"string","type":"text"},{"key":"shippingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"paymentMethod","value":"","description":"string","type":"text"},{"key":"invoiceNumber","value":"","description":"string","type":"text"},{"key":"customerNote","value":"","description":"string","type":"text"},{"key":"webshopUuid","value":"","description":"uuid (Required)  (GoedGepickt UUID)","type":"text"},{"key":"orderItems[0][lineItemId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][sku]","value":"","description":"string (Required)","type":"text"},{"key":"orderItems[0][ean]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productName]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productImage]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productQuantity]","value":"","description":"number","type":"text"},{"key":"orderItems[0][taxRate]","value":"","description":"number e.g. 21.00 (Required)","type":"text"},{"key":"orderItems[0][totalPaid]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTotal]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][paidTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][productPrice]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"pickupLocationData[locationNumber]","value":"","description":"number","type":"text"},{"key":"pickupLocationData[carrier]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[location]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[street]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[houseNumber]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[zipcode]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[city]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[country]","value":"","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 15:09:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"phpdebugbar-id","value":"X36c13aa1146d6f9d39d364f5d2ce53ff"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Not a valid status for the order\"\n}"},{"id":"95a91899-fc5a-4b20-a2e3-5f1af0de02fb","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderId","value":"","description":"string (Unique ID in your webshop) (Required)","type":"text","contentType":""},{"key":"orderDisplayId","value":"","description":"string (Order ID displayed to your customers)","type":"text"},{"key":"createDate","value":"","description":"date (Required)","type":"text"},{"key":"finishDate","value":"","description":"date","type":"text"},{"key":"orderStatus","value":"","description":"string (options: on_hold, ready_for_picking and completed) (Required)","type":"text"},{"key":"currency","value":"","description":"string","type":"text","contentType":"string"},{"key":"discountTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"discountTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"billingFirstName","value":"","description":"string","type":"text"},{"key":"billingLastName","value":"","description":"string","type":"text"},{"key":"billingCompany","value":"","description":"string","type":"text"},{"key":"billingAddress","value":"","description":"string","type":"text"},{"key":"billingHouseNumber","value":"","description":"number","type":"text"},{"key":"billingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"billingAddress2","value":"","description":"string","type":"text"},{"key":"billingZipcode","value":"","description":"string","type":"text"},{"key":"billingCity","value":"","description":"string","type":"text"},{"key":"billingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"billingEmail","value":"","description":"string","type":"text"},{"key":"billingPhone","value":"","description":"string","type":"text"},{"key":"shippingFirstName","value":"","description":"string","type":"text"},{"key":"shippingLastName","value":"","description":"string","type":"text"},{"key":"shippingCompany","value":"","description":"string","type":"text"},{"key":"shippingAddress","value":"","description":"string","type":"text"},{"key":"shippingHouseNumber","value":"","description":"number","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"shippingAddress2","value":" ","description":"string","type":"text"},{"key":"shippingZipcode","value":"","description":"string","type":"text"},{"key":"shippingCity","value":"","description":"string","type":"text"},{"key":"shippingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"paymentMethod","value":"","description":"string","type":"text"},{"key":"invoiceNumber","value":"","description":"string","type":"text"},{"key":"customerNote","value":"","description":"string","type":"text"},{"key":"webshopUuid","value":"","description":"uuid (Required)  (GoedGepickt UUID)","type":"text"},{"key":"orderItems[0][lineItemId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][sku]","value":"","description":"string (Required)","type":"text"},{"key":"orderItems[0][ean]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productName]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productImage]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productQuantity]","value":"","description":"number","type":"text"},{"key":"orderItems[0][taxRate]","value":"","description":"number e.g. 21.00 (Required)","type":"text"},{"key":"orderItems[0][totalPaid]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTotal]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][paidTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][productPrice]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"pickupLocationData[locationNumber]","value":"","description":"number","type":"text"},{"key":"pickupLocationData[carrier]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[location]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[street]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[houseNumber]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[zipcode]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[city]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[country]","value":"","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 15:09:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"phpdebugbar-id","value":"X36c13aa1146d6f9d39d364f5d2ce53ff"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given webshop is not active, orders can not be created for in-active webshops\"\n}"},{"id":"ffdba3e1-ed43-43e2-83aa-e68ddd6400fb","name":"405 Method not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderId","value":"","description":"string (Unique ID in your webshop) (Required)","type":"text","contentType":""},{"key":"orderDisplayId","value":"","description":"string (Order ID displayed to your customers)","type":"text"},{"key":"createDate","value":"","description":"date (Required)","type":"text"},{"key":"finishDate","value":"","description":"date","type":"text"},{"key":"orderStatus","value":"","description":"string (options: on_hold, ready_for_picking and completed) (Required)","type":"text"},{"key":"currency","value":"","description":"string","type":"text","contentType":"string"},{"key":"discountTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"discountTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"billingFirstName","value":"","description":"string","type":"text"},{"key":"billingLastName","value":"","description":"string","type":"text"},{"key":"billingCompany","value":"","description":"string","type":"text"},{"key":"billingAddress","value":"","description":"string","type":"text"},{"key":"billingHouseNumber","value":"","description":"number","type":"text"},{"key":"billingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"billingAddress2","value":"","description":"string","type":"text"},{"key":"billingZipcode","value":"","description":"string","type":"text"},{"key":"billingCity","value":"","description":"string","type":"text"},{"key":"billingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"billingEmail","value":"","description":"string","type":"text"},{"key":"billingPhone","value":"","description":"string","type":"text"},{"key":"shippingFirstName","value":"","description":"string","type":"text"},{"key":"shippingLastName","value":"","description":"string","type":"text"},{"key":"shippingCompany","value":"","description":"string","type":"text"},{"key":"shippingAddress","value":"","description":"string","type":"text"},{"key":"shippingHouseNumber","value":"","description":"number","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"shippingAddress2","value":" ","description":"string","type":"text"},{"key":"shippingZipcode","value":"","description":"string","type":"text"},{"key":"shippingCity","value":"","description":"string","type":"text"},{"key":"shippingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"paymentMethod","value":"","description":"string","type":"text"},{"key":"invoiceNumber","value":"","description":"string","type":"text"},{"key":"customerNote","value":"","description":"string","type":"text"},{"key":"webshopUuid","value":"","description":"uuid (Required)  (GoedGepickt UUID)","type":"text"},{"key":"orderItems[0][lineItemId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][sku]","value":"","description":"string (Required)","type":"text"},{"key":"orderItems[0][ean]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productName]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productImage]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productQuantity]","value":"","description":"number","type":"text"},{"key":"orderItems[0][taxRate]","value":"","description":"number e.g. 21.00 (Required)","type":"text"},{"key":"orderItems[0][totalPaid]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTotal]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][paidTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][productPrice]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"pickupLocationData[locationNumber]","value":"","description":"number","type":"text"},{"key":"pickupLocationData[carrier]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[location]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[street]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[houseNumber]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[zipcode]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[city]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[country]","value":"","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 15:09:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"phpdebugbar-id","value":"X36c13aa1146d6f9d39d364f5d2ce53ff"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given webshop not found within your company\"\n}"},{"id":"be6772b3-d302-4c5a-b629-b328e4ec8acc","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderId","value":"","description":"string (Unique ID in your webshop) (Required)","type":"text","contentType":""},{"key":"orderDisplayId","value":"","description":"string (Order ID displayed to your customers)","type":"text"},{"key":"createDate","value":"","description":"date (Required)","type":"text"},{"key":"finishDate","value":"","description":"date","type":"text"},{"key":"orderStatus","value":"","description":"string (options: on_hold, ready_for_picking and completed) (Required)","type":"text"},{"key":"currency","value":"","description":"string","type":"text","contentType":"string"},{"key":"discountTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"discountTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"billingFirstName","value":"","description":"string","type":"text"},{"key":"billingLastName","value":"","description":"string","type":"text"},{"key":"billingCompany","value":"","description":"string","type":"text"},{"key":"billingAddress","value":"","description":"string","type":"text"},{"key":"billingHouseNumber","value":"","description":"number","type":"text"},{"key":"billingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"billingAddress2","value":"","description":"string","type":"text"},{"key":"billingZipcode","value":"","description":"string","type":"text"},{"key":"billingCity","value":"","description":"string","type":"text"},{"key":"billingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"billingEmail","value":"","description":"string","type":"text"},{"key":"billingPhone","value":"","description":"string","type":"text"},{"key":"shippingFirstName","value":"","description":"string","type":"text"},{"key":"shippingLastName","value":"","description":"string","type":"text"},{"key":"shippingCompany","value":"","description":"string","type":"text"},{"key":"shippingAddress","value":"","description":"string","type":"text"},{"key":"shippingHouseNumber","value":"","description":"number","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"shippingAddress2","value":" ","description":"string","type":"text"},{"key":"shippingZipcode","value":"","description":"string","type":"text"},{"key":"shippingCity","value":"","description":"string","type":"text"},{"key":"shippingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"paymentMethod","value":"","description":"string","type":"text"},{"key":"invoiceNumber","value":"","description":"string","type":"text"},{"key":"customerNote","value":"","description":"string","type":"text"},{"key":"webshopUuid","value":"","description":"uuid (Required)  (GoedGepickt UUID)","type":"text"},{"key":"orderItems[0][lineItemId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][sku]","value":"","description":"string (Required)","type":"text"},{"key":"orderItems[0][ean]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productName]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productImage]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productQuantity]","value":"","description":"number","type":"text"},{"key":"orderItems[0][taxRate]","value":"","description":"number e.g. 21.00 (Required)","type":"text"},{"key":"orderItems[0][totalPaid]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTotal]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][paidTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][productPrice]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"pickupLocationData[locationNumber]","value":"","description":"number","type":"text"},{"key":"pickupLocationData[carrier]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[location]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[street]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[houseNumber]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[zipcode]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[city]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[country]","value":"","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 15:09:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"phpdebugbar-id","value":"X36c13aa1146d6f9d39d364f5d2ce53ff"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Order already exists\"\n}"},{"id":"57bc12f9-4cf1-4ea2-b21a-24e58c486629","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderId","value":"","description":"string (Unique ID in your webshop) (Required)","type":"text","contentType":""},{"key":"orderDisplayId","value":"","description":"string (Order ID displayed to your customers)","type":"text"},{"key":"createDate","value":"","description":"date (Required)","type":"text"},{"key":"finishDate","value":"","description":"date","type":"text"},{"key":"orderStatus","value":"","description":"string (options: on_hold, ready_for_picking and completed) (Required)","type":"text"},{"key":"currency","value":"","description":"string","type":"text","contentType":"string"},{"key":"discountTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"discountTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"shippingTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTotal","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"paidTax","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"billingFirstName","value":"","description":"string","type":"text"},{"key":"billingLastName","value":"","description":"string","type":"text"},{"key":"billingCompany","value":"","description":"string","type":"text"},{"key":"billingAddress","value":"","description":"string","type":"text"},{"key":"billingHouseNumber","value":"","description":"number","type":"text"},{"key":"billingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"billingAddress2","value":"","description":"string","type":"text"},{"key":"billingZipcode","value":"","description":"string","type":"text"},{"key":"billingCity","value":"","description":"string","type":"text"},{"key":"billingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"billingEmail","value":"","description":"string","type":"text"},{"key":"billingPhone","value":"","description":"string","type":"text"},{"key":"shippingFirstName","value":"","description":"string","type":"text"},{"key":"shippingLastName","value":"","description":"string","type":"text"},{"key":"shippingCompany","value":"","description":"string","type":"text"},{"key":"shippingAddress","value":"","description":"string","type":"text"},{"key":"shippingHouseNumber","value":"","description":"number","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string","type":"text"},{"key":"shippingAddress2","value":" ","description":"string","type":"text"},{"key":"shippingZipcode","value":"","description":"string","type":"text"},{"key":"shippingCity","value":"","description":"string","type":"text"},{"key":"shippingCountry","value":"","description":"string (!Country code!)","type":"text"},{"key":"paymentMethod","value":"","description":"string","type":"text"},{"key":"invoiceNumber","value":"","description":"string","type":"text"},{"key":"customerNote","value":"","description":"string","type":"text"},{"key":"webshopUuid","value":"","description":"uuid (Required)  (GoedGepickt UUID)","type":"text"},{"key":"orderItems[0][lineItemId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productId]","value":"","description":"string","type":"text"},{"key":"orderItems[0][sku]","value":"","description":"string (Required)","type":"text"},{"key":"orderItems[0][ean]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productName]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productImage]","value":"","description":"string","type":"text"},{"key":"orderItems[0][productQuantity]","value":"","description":"number","type":"text"},{"key":"orderItems[0][taxRate]","value":"","description":"number e.g. 21.00 (Required)","type":"text"},{"key":"orderItems[0][totalPaid]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTotal]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][paidTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][discountTax]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"orderItems[0][productPrice]","value":"","description":"number e.g. 9.99(00)","type":"text"},{"key":"pickupLocationData[locationNumber]","value":"","description":"number","type":"text"},{"key":"pickupLocationData[carrier]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[location]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[street]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[houseNumber]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[zipcode]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[city]","value":"","description":"string","type":"text"},{"key":"pickupLocationData[country]","value":"","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 15:09:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"phpdebugbar-id","value":"X36c13aa1146d6f9d39d364f5d2ce53ff"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"orderId\": [\n            \"The order id field is required.\"\n        ],\n        \"createDate\": [\n            \"The create date field is required.\"\n        ],\n        \"orderStatus\": [\n            \"The order status field is required.\"\n        ],\n        \"webshopUuid\": [\n            \"The webshop uuid field is required.\"\n        ],\n        \"orderItems.0.lineItemId\": [\n            \"The orderItems.0.lineItemId field is required.\"\n        ],\n        \"orderItems.0.productId\": [\n            \"The orderItems.0.productId field is required.\"\n        ],\n        \"orderItems.0.sku\": [\n            \"The orderItems.0.sku field is required.\"\n        ],\n        \"orderItems.0.productQuantity\": [\n            \"The orderItems.0.productQuantity field is required.\"\n        ]\n    }\n}"}],"_postman_id":"84fc7fb6-79e4-43b3-8b90-211a99983f62"},{"name":"Get orders","id":"5e711aa1-a216-4fc5-ae0b-fb0e2f14d4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/orders?createdAfter=&updatedAfter=&searchAttribute=&searchDelimiter=&searchValue=&orderBy=&orderByDirection=&perPage=&page=&include[0]=shipments&include[1]=returns&cursor= &tags[0]=","description":"<p><strong>Pagination</strong>  </p>\n<p>You can paginate up to 10,000 results without using a cursor parameter.  </p>\n<p>When retrieving more than 10,000 results, you must include the <strong><code>cursor</code></strong> parameter in your request.</p>\n<p>The value for this parameter is provided in the response of your previous request and can be found under <strong><code>pageInfo.cursor</code></strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"createdAfter","value":""},{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"updatedAfter","value":""},{"description":{"content":"<p>string e.g. \"status\"</p>\n","type":"text/plain"},"key":"searchAttribute","value":""},{"description":{"content":"<p>string e.g. \"!=\"</p>\n","type":"text/plain"},"key":"searchDelimiter","value":""},{"description":{"content":"<p>string e.g. \"ready_for_picking\"</p>\n","type":"text/plain"},"key":"searchValue","value":""},{"description":{"content":"<p>string e.g. \"createDate\" or \"finishDate\"</p>\n","type":"text/plain"},"key":"orderBy","value":""},{"description":{"content":"<p>asc or desc</p>\n","type":"text/plain"},"key":"orderByDirection","value":""},{"description":{"content":"<p>int, orders per page (Max. 50)</p>\n","type":"text/plain"},"key":"perPage","value":""},{"description":{"content":"<p>int, page</p>\n","type":"text/plain"},"key":"page","value":""},{"key":"include[0]","value":"shipments"},{"key":"include[1]","value":"returns"},{"description":{"content":"<p>Required after 10000 results</p>\n","type":"text/plain"},"key":"cursor","value":" "},{"description":{"content":"<p>Slug of a tag</p>\n","type":"text/plain"},"key":"tags[0]","value":""}],"variable":[]}},"response":[{"id":"95d9955c-3d75-4d5b-9d20-70b389bef9b8","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 13:09:00 GMT"},{"key":"Phpdebugbar-Id","value":"01KDT8D9XQG3K9HC89SRNNRJ7P"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 34,\n        \"itemsPerPage\": 25,\n        \"currentPage\": 1,\n        \"lastPage\": 2,\n        \"cursor\": null\n    },\n    \"items\": [\n        {\n            \"uuid\": \"9436d86e-4200-45e7-bb38-702e0b9e2420\",\n            \"externalId\": \"10001\",\n            \"externalDisplayId\": \"10001\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-25T07:41:03.000000Z\",\n            \"finishDate\": \"2025-09-16T12:21:30.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Peter\",\n            \"billingLastName\": \"Vissers\",\n            \"billingCompany\": \"Vissers B.V.\",\n            \"billingAddress\": \"Kerkstraat\",\n            \"billingHouseNumber\": \"23\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"3785 GD\",\n            \"billingCity\": \"Alkmaar\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"petervissers@live.nl\",\n            \"billingPhone\": \"0648316482\",\n            \"shippingFirstName\": \"Eva\",\n            \"shippingLastName\": \"Vissers\",\n            \"shippingCompany\": \"Vissers B.V.\",\n            \"shippingAddress\": \"Industrieweg\",\n            \"shippingHouseNumber\": \"1\",\n            \"shippingHousenumberAddition\": \"A\",\n            \"shippingAddress2\": \"2e kantoor\",\n            \"shippingZipcode\": \"3785 GD\",\n            \"shippingCity\": \"Alkmaar\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"Hallo, ik zou de producten graag ingepakt hebben als dit mogelijk is. Het is namelijk een cadeau.\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/9436d86e-4200-45e7-bb38-702e0b9e2420\",\n            \"GoedGepicktId\": 6812182,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"89230f62-2f3b-46a2-80dd-25aba93d9e70\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"7629de0c-bfa8-48e4-806a-45ab8119911a\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-m\",\n                    \"ean\": \"3858349710907\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"ffee4fbf-3221-473e-b2be-8cc6ef490c63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"65524a7b-7dec-422f-804d-e459d83e20a1\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"uuid\": \"2b885e83-bac0-45f6-bc4f-72602ff98aaf\",\n                    \"name\": \"Cadeau\",\n                    \"slug\": \"cadeau\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#00fadd\"\n                },\n                {\n                    \"uuid\": \"794f364e-fce9-4842-9a44-13cebb210d30\",\n                    \"name\": \"Hoge prioriteit\",\n                    \"slug\": \"hoge_prioriteit\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#e00000\"\n                }\n            ],\n            \"updatedAt\": \"2025-09-16T10:21:30.000000Z\"\n        },\n        {\n            \"uuid\": \"33ae2412-3a84-4cce-8b9f-38ad9ad60378\",\n            \"externalId\": \"10002\",\n            \"externalDisplayId\": \"10002\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-26T09:45:18.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Denise\",\n            \"billingLastName\": \"de Jong\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Burgemeester Holtroplaan\",\n            \"billingHouseNumber\": \"62\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"4187 TV\",\n            \"billingCity\": \"Waalwijk\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"denisejong@hotmail.com\",\n            \"billingPhone\": \"+31679423188\",\n            \"shippingFirstName\": \"Denise\",\n            \"shippingLastName\": \"de Jong\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Burgemeester Holtroplaan\",\n            \"shippingHouseNumber\": \"62\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"4187 TV\",\n            \"shippingCity\": \"Waalwijk\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/33ae2412-3a84-4cce-8b9f-38ad9ad60378\",\n            \"GoedGepicktId\": 6812183,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"730f5d47-3436-4ca5-b68b-548510387c7e\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"57417843-deac-48b4-ac04-a27abefcee80\",\n            \"externalId\": \"10003\",\n            \"externalDisplayId\": \"10003\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-26T15:49:55.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Jerome\",\n            \"billingLastName\": \"Luiken\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Raadhuisstraat\",\n            \"billingHouseNumber\": \"1\",\n            \"billingHouseNumberAddition\": \"A\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"4817 NX\",\n            \"billingCity\": \"Valkenburg\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"sjorsvbeek@live.nl\",\n            \"billingPhone\": \"+31653214532\",\n            \"shippingFirstName\": \"Sjors\",\n            \"shippingLastName\": \"van de Beek\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Molenstraat\",\n            \"shippingHouseNumber\": \"8\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3315 ZB\",\n            \"shippingCity\": \"Arnhem\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/57417843-deac-48b4-ac04-a27abefcee80\",\n            \"GoedGepicktId\": 6812184,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"bd192fec-d786-41fa-b2ce-1be52637a8e3\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:05.000000Z\"\n        },\n        {\n            \"uuid\": \"82a57103-fa4f-4c2c-bf74-4c50bb85e08c\",\n            \"externalId\": \"10004\",\n            \"externalDisplayId\": \"10004\",\n            \"status\": \"on_hold\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-26T17:58:15.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Sandra\",\n            \"billingLastName\": \"Konings\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Bredaseweg\",\n            \"billingHouseNumber\": \"18\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"5152 AJ\",\n            \"billingCity\": \"Nieuwegein\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"Sandra91@outlook.com\",\n            \"billingPhone\": \"+31616145432\",\n            \"shippingFirstName\": \"Sandra\",\n            \"shippingLastName\": \"Konings\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Bredaseweg\",\n            \"shippingHouseNumber\": \"18\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"5152 AJ\",\n            \"shippingCity\": \"Nieuwegein\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Afhalen\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/82a57103-fa4f-4c2c-bf74-4c50bb85e08c\",\n            \"GoedGepicktId\": 6812185,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"772eaf12-2a9b-4bb8-99da-5e537744a99a\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"36ffabe4-5537-4a2f-acc8-a0b945605cb2\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"a9c09675-8f31-444a-96a0-fc64c4a77af9\",\n                    \"productId\": null,\n                    \"sku\": \"temp\",\n                    \"ean\": \"\",\n                    \"productName\": \"temp\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"0.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"c941caf2-881b-41fd-95e1-9dc0a82dcd03\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2025-06-27T05:51:44.000000Z\"\n        },\n        {\n            \"uuid\": \"f40eb61f-cd12-47ef-8ead-133a8862d7ac\",\n            \"externalId\": \"10005\",\n            \"externalDisplayId\": \"10005\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-26T17:58:27.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Peper\",\n            \"billingLastName\": \"Koek\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Kasteellaan\",\n            \"billingHouseNumber\": \"1\",\n            \"billingHouseNumberAddition\": \"C\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"7912 WS\",\n            \"billingCity\": \"Zwolle\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"pkoek@gmail.com\",\n            \"billingPhone\": \"06-94427257\",\n            \"shippingFirstName\": \"Peper\",\n            \"shippingLastName\": \"Koek\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Kasteellaan\",\n            \"shippingHouseNumber\": \"1\",\n            \"shippingHousenumberAddition\": \"C\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"7912 WS\",\n            \"shippingCity\": \"Zwolle\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Standaard verzending\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/f40eb61f-cd12-47ef-8ead-133a8862d7ac\",\n            \"GoedGepicktId\": 6812186,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"8b5d8026-3d6a-42fd-bd51-ff220b6e7f1a\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xl\",\n                    \"ean\": \"7077804192334\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"600a239a-6a89-428d-b211-1bd2c834be5c\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"62f91d7e-9499-4d3f-aabe-575341d58ae0\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-l\",\n                    \"ean\": \"3406384604360\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"f5e9be60-dd0c-4bae-99b8-9da1bf58db35\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"dbcc3558-3b8b-4375-9220-a156d418de0c\",\n            \"externalId\": \"10006\",\n            \"externalDisplayId\": \"10006\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-27T14:17:43.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Dano\",\n            \"billingLastName\": \"van Opijnen\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Molenstraat\",\n            \"billingHouseNumber\": \"300\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"6500\",\n            \"billingCity\": \"Solre-Saint-Géry\",\n            \"billingState\": null,\n            \"billingCountry\": \"BE\",\n            \"billingEmail\": \"danovanopijnen@outlook.com\",\n            \"billingPhone\": \"0494864524\",\n            \"shippingFirstName\": \"Dano\",\n            \"shippingLastName\": \"van Opijnen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Molenstraat\",\n            \"shippingHouseNumber\": \"300\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"6500\",\n            \"shippingCity\": \"Solre-Saint-Géry\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"BE\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/dbcc3558-3b8b-4375-9220-a156d418de0c\",\n            \"GoedGepicktId\": 6812187,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"3a108172-810b-4947-bd81-7e7f11bb482d\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"37b4fcfe-82bc-49f2-96da-05db5de15537\",\n            \"externalId\": \"10007\",\n            \"externalDisplayId\": \"10007\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-28T14:16:00.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Yvo\",\n            \"billingLastName\": \"van Made\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Poolsedreef\",\n            \"billingHouseNumber\": \"64\",\n            \"billingHouseNumberAddition\": \"B\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"6437 JS\",\n            \"billingCity\": \"Turnhout\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"yvom93@gmail.com\",\n            \"billingPhone\": \"0688857507\",\n            \"shippingFirstName\": \"Stan\",\n            \"shippingLastName\": \"Janzen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Poolsedreef\",\n            \"shippingHouseNumber\": \"64\",\n            \"shippingHousenumberAddition\": \"B\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"6437 JS\",\n            \"shippingCity\": \"Turnhout\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Standaard verzending\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/37b4fcfe-82bc-49f2-96da-05db5de15537\",\n            \"GoedGepicktId\": 6812188,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"4073a87e-eb57-4702-b61f-ccf29f0974b9\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"277f677d-deb7-451f-9a80-efb4bc3cd3f7\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 3,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 3\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"ccc2da4d-3215-4460-81cf-ce1a52a4f67d\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"d31bb594-9d0e-436b-b28f-d3ddb3a375e4\",\n            \"externalId\": \"10008\",\n            \"externalDisplayId\": \"10008\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-28T17:56:01.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Bart\",\n            \"billingLastName\": \"Schipperen\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Singel\",\n            \"billingHouseNumber\": \"13\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"3483 DG\",\n            \"billingCity\": \"Katwijk\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"bartschipperen@gmail.com\",\n            \"billingPhone\": \"076432153\",\n            \"shippingFirstName\": \"Bart\",\n            \"shippingLastName\": \"Schipperen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Singel\",\n            \"shippingHouseNumber\": \"13\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3483 DG\",\n            \"shippingCity\": \"Katwijk\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Avondlevering via PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/d31bb594-9d0e-436b-b28f-d3ddb3a375e4\",\n            \"GoedGepicktId\": 6812189,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"1c399b63-7ebe-4263-98d6-deec21ee8045\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 3,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 3\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"0b901f14-6ff7-476c-bbc0-563d5d191951\",\n            \"externalId\": \"10009\",\n            \"externalDisplayId\": \"10009\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-29T16:10:53.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Tiny\",\n            \"billingLastName\": \"de Lau\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Hoekstraat\",\n            \"billingHouseNumber\": \"2\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"6448 HW\",\n            \"billingCity\": \"Den Haag\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"tinydelau@hotmail.com\",\n            \"billingPhone\": \"070643231\",\n            \"shippingFirstName\": \"Tiny\",\n            \"shippingLastName\": \"de Lau\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Hoekstraat\",\n            \"shippingHouseNumber\": \"2\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"6448 HW\",\n            \"shippingCity\": \"Den Haag\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Standaard verzending\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/0b901f14-6ff7-476c-bbc0-563d5d191951\",\n            \"GoedGepicktId\": 6812190,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"4fe6756e-6c2f-41cc-9a2e-e463a5b3a1bd\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"fd2113f4-9135-48b3-b4c8-01c6b976beef\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"434602c6-b18a-421f-a5e6-468237903530\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"6e0bc5a8-0580-4cfe-998e-a8ea789a0b7f\",\n            \"externalId\": \"10010\",\n            \"externalDisplayId\": \"10010\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-30T07:33:07.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Johan\",\n            \"billingLastName\": \"Schram\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Markt\",\n            \"billingHouseNumber\": \"28\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"1586 MF\",\n            \"billingCity\": \"Gilze\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"johanschram@gmail.com\",\n            \"billingPhone\": \"0643128563\",\n            \"shippingFirstName\": \"Johan\",\n            \"shippingLastName\": \"Schram\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Markt\",\n            \"shippingHouseNumber\": \"28\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"1586 MF\",\n            \"shippingCity\": \"Gilze\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Avondlevering via PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/6e0bc5a8-0580-4cfe-998e-a8ea789a0b7f\",\n            \"GoedGepicktId\": 6812191,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"94ad9b0f-9d9b-488d-9299-af52c054ad4f\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xxl\",\n                    \"ean\": \"5033817657229\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 8,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 8\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"9ba41191-fc65-4906-99b6-518192f0a61b\",\n            \"externalId\": \"10011\",\n            \"externalDisplayId\": \"10011\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-30T10:07:50.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Geert\",\n            \"billingLastName\": \"de Jong\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Koningsweg\",\n            \"billingHouseNumber\": \"28\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"6661 NH\",\n            \"billingCity\": \"Arnhem\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"geertdejong@hotmail.com\",\n            \"billingPhone\": \"0682415532\",\n            \"shippingFirstName\": \"Geert\",\n            \"shippingLastName\": \"de Jong\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Koningsweg\",\n            \"shippingHouseNumber\": \"28\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"6661 NH\",\n            \"shippingCity\": \"Arnhem\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Standaard verzending\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/9ba41191-fc65-4906-99b6-518192f0a61b\",\n            \"GoedGepicktId\": 6812192,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"1a02751b-0ae9-45e3-9bd2-f6a846822f55\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"93d15d43-2f39-4357-a090-7dd33804d808\",\n            \"externalId\": \"10012\",\n            \"externalDisplayId\": \"10012\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-30T15:17:47.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Desley\",\n            \"billingLastName\": \"Kalisvaart\",\n            \"billingCompany\": \"Muscle Factory\",\n            \"billingAddress\": \"Baljuwslaan\",\n            \"billingHouseNumber\": \"197\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"1943 BH\",\n            \"billingCity\": \"Beverwijk\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"desleykalisvaart@live.nl\",\n            \"billingPhone\": \"0619537733\",\n            \"shippingFirstName\": \"Desley\",\n            \"shippingLastName\": \"Kalisvaart\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Baljuwslaan\",\n            \"shippingHouseNumber\": \"197\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"1943 BH\",\n            \"shippingCity\": \"Beverwijk\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Afhalen\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/93d15d43-2f39-4357-a090-7dd33804d808\",\n            \"GoedGepicktId\": 6812193,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n                    \"productId\": null,\n                    \"sku\": \"GOEDGEPICKT-GOODIE\",\n                    \"ean\": \"9664619697712\",\n                    \"productName\": \"GoedGepickt Goodiepakket\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [],\n                    \"type\": \"parent\",\n                    \"productUuid\": \"234bee93-2554-4b18-8f1e-cf12a6db7554\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"ee657f87-e803-4664-8337-280774501e08\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"1d2f0ecf-0e8e-4041-9b06-462085a39986\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"8cffbcdd-6de9-4039-98c4-2e7707724e11\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"114dedc1-db2a-4e94-8d2f-1c89c7ffe207\",\n            \"externalId\": \"10013\",\n            \"externalDisplayId\": \"10013\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-30T17:26:06.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Elmer\",\n            \"billingLastName\": \"Meulensteen\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Poeldijkseweg\",\n            \"billingHouseNumber\": \"125\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"2291 GA\",\n            \"billingCity\": \"Wateringen\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"meulensteen91@gmail.com\",\n            \"billingPhone\": \"0680557553\",\n            \"shippingFirstName\": \"Elmer\",\n            \"shippingLastName\": \"Meulensteen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Poeldijkseweg\",\n            \"shippingHouseNumber\": \"125\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"2291 GA\",\n            \"shippingCity\": \"Wateringen\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/114dedc1-db2a-4e94-8d2f-1c89c7ffe207\",\n            \"GoedGepicktId\": 6812194,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"642bd177-bc4d-4e11-ac99-6d378e20449b\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 3,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 3\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"247f575c-9951-46f9-ac9d-15ae785226e8\",\n            \"externalId\": \"10014\",\n            \"externalDisplayId\": \"10014\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-31T12:25:06.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Sivan\",\n            \"billingLastName\": \"Oosterhof\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Kleine Pollen\",\n            \"billingHouseNumber\": \"18\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"7772 KJ\",\n            \"billingCity\": \"Hardenberg\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"sivanoosterhof@hotmail.com\",\n            \"billingPhone\": \"0644529417\",\n            \"shippingFirstName\": \"Sivan\",\n            \"shippingLastName\": \"Oosterhof\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Kleine Pollen\",\n            \"shippingHouseNumber\": \"18\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"7772 KJ\",\n            \"shippingCity\": \"Hardenberg\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Avondlevering via PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/247f575c-9951-46f9-ac9d-15ae785226e8\",\n            \"GoedGepicktId\": 6812195,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"5de36f89-6728-4d09-b265-aeac7db30da4\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"fbc13bba-8f93-4bea-b28d-6cf428a65547\",\n            \"externalId\": \"10015\",\n            \"externalDisplayId\": \"10015\",\n            \"status\": \"cancelled\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-31T15:55:03.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Desirée\",\n            \"billingLastName\": \"Verdegaal\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Rue de la Poste\",\n            \"billingHouseNumber\": \"41\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"4557\",\n            \"billingCity\": \"Ramelot\",\n            \"billingState\": null,\n            \"billingCountry\": \"BE\",\n            \"billingEmail\": \"desireeverdegaal@outlook.com\",\n            \"billingPhone\": \"0488292838\",\n            \"shippingFirstName\": \"Desirée\",\n            \"shippingLastName\": \"Verdegaal\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Rue de la Poste\",\n            \"shippingHouseNumber\": \"41\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"4557\",\n            \"shippingCity\": \"Ramelot\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"BE\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Avondlevering via PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/fbc13bba-8f93-4bea-b28d-6cf428a65547\",\n            \"GoedGepicktId\": 6812196,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"1957e1a3-b762-4827-b07a-346be436f201\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"e425d1ed-680e-4cbb-a27c-4d5ee0d782ad\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"3d7e4ad3-3e9d-4d9d-b2d3-3d3e4c567e49\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-l\",\n                    \"ean\": \"3406384604360\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"f5e9be60-dd0c-4bae-99b8-9da1bf58db35\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"0693b4a0-8202-45bf-b106-9ac4fc3e04de\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-m\",\n                    \"ean\": \"3858349710907\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"ffee4fbf-3221-473e-b2be-8cc6ef490c63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"1ba6be6f-2883-4a00-ab80-a245daa631f1\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"862c8f14-1348-4c46-8375-2993afd44290\",\n            \"externalId\": \"10016\",\n            \"externalDisplayId\": \"10016\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-01T10:12:00.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Jinke\",\n            \"billingLastName\": \"Wink\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Rue de Birmingham\",\n            \"billingHouseNumber\": \"257\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"9890\",\n            \"billingCity\": \"Dikkelvenne\",\n            \"billingState\": null,\n            \"billingCountry\": \"BE\",\n            \"billingEmail\": \"jinkew91@hotmail.com\",\n            \"billingPhone\": \"0489499741\",\n            \"shippingFirstName\": \"Jinke\",\n            \"shippingLastName\": \"Wink\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Rue de Birmingham\",\n            \"shippingHouseNumber\": \"41\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"9890\",\n            \"shippingCity\": \"Dikkelvenne\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"BE\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Afhalen\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/862c8f14-1348-4c46-8375-2993afd44290\",\n            \"GoedGepicktId\": 6812197,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"b2db1851-adeb-42f7-aa8d-e695c9c0a357\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"307ca50e-9853-4ca0-bbdf-aec4929bda39\",\n            \"externalId\": \"10017\",\n            \"externalDisplayId\": \"10017\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-01T15:53:23.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Stan\",\n            \"billingLastName\": \"Janzen\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Binnenhof\",\n            \"billingHouseNumber\": \"2\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"8476 AH\",\n            \"billingCity\": \"Groningen\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"stanjanzen@hotmail.com\",\n            \"billingPhone\": \"06-38358086\",\n            \"shippingFirstName\": \"Stan\",\n            \"shippingLastName\": \"Janzen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Binnenhof\",\n            \"shippingHouseNumber\": \"2\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"8476 AH\",\n            \"shippingCity\": \"Groningen\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Avondlevering via PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/307ca50e-9853-4ca0-bbdf-aec4929bda39\",\n            \"GoedGepicktId\": 6812198,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"2b9a48f4-1b57-454a-a76f-00a499d484dc\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"39ff0017-3f3b-4c2a-979c-796fa4b02cb1\",\n            \"externalId\": \"10018\",\n            \"externalDisplayId\": \"10018\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-02T11:26:58.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Nourdin\",\n            \"billingLastName\": \"Dursun\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Lindtsedijk\",\n            \"billingHouseNumber\": \"300\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"3336\",\n            \"billingCity\": \"Zwijndrecht\",\n            \"billingState\": null,\n            \"billingCountry\": \"BE\",\n            \"billingEmail\": \"nourdindursun@gmail.com\",\n            \"billingPhone\": \"06-56950467\",\n            \"shippingFirstName\": \"Nourdin\",\n            \"shippingLastName\": \"Dursun\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Lindtsedijk\",\n            \"shippingHouseNumber\": \"300\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3336\",\n            \"shippingCity\": \"Zwijndrecht\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"BE\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Afhalen\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Klarna\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/39ff0017-3f3b-4c2a-979c-796fa4b02cb1\",\n            \"GoedGepicktId\": 6812199,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"e3d57f4d-7e5e-4555-b9d9-72888b811f3a\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"624a64c1-c490-473f-b4d8-089a20c5fd15\",\n            \"externalId\": \"10019\",\n            \"externalDisplayId\": \"10019\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-02T11:40:57.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Lydia\",\n            \"billingLastName\": \"Groenland\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Mounepaed\",\n            \"billingHouseNumber\": \"121\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"9051 BA\",\n            \"billingCity\": \"Stiens\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"lydiagroenland@gmail.com\",\n            \"billingPhone\": \"+31683028374\",\n            \"shippingFirstName\": \"Lydia\",\n            \"shippingLastName\": \"Groenland\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Mounepaed\",\n            \"shippingHouseNumber\": \"121\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"9051 BA\",\n            \"shippingCity\": \"Stiens\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Afhalen\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/624a64c1-c490-473f-b4d8-089a20c5fd15\",\n            \"GoedGepicktId\": 6812200,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"0af1a957-c490-40e4-8b6c-0fa64f924935\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"187e8f10-9c34-489f-a87f-0b3af9176595\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"625c55a5-ec1c-423c-959b-aa2b253e42e7\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"fb8dad1d-867e-442a-bf04-2652a6b72913\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"d7a471cb-0c1f-49ac-804c-0caca65b95b3\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"6fd42f4d-05d3-4fae-93ca-ac5ddc710e98\",\n            \"externalId\": \"10020\",\n            \"externalDisplayId\": \"10020\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-02T16:57:36.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Ardian\",\n            \"billingLastName\": \"van der Langenberg\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Beatrixlaan\",\n            \"billingHouseNumber\": \"97\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"7261 XW\",\n            \"billingCity\": \"Ruurlo\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"ardianvdlangenberg@gmail.com\",\n            \"billingPhone\": \"+31693829364\",\n            \"shippingFirstName\": \"Ardian\",\n            \"shippingLastName\": \"van der Langenberg\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Beatrixlaan\",\n            \"shippingHouseNumber\": \"97\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"7261 XW\",\n            \"shippingCity\": \"Ruurlo\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/6fd42f4d-05d3-4fae-93ca-ac5ddc710e98\",\n            \"GoedGepicktId\": 6812201,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productId\": null,\n                    \"sku\": \"GOEDGEPICKT-GOODIE\",\n                    \"ean\": \"9664619697712\",\n                    \"productName\": \"GoedGepickt Goodiepakket\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [],\n                    \"type\": \"parent\",\n                    \"productUuid\": \"234bee93-2554-4b18-8f1e-cf12a6db7554\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"bae05ef1-44c0-4d0a-93de-eca001a4d73a\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"4fb17a20-07e3-4964-8fae-8990afbbbeed\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"f2ef78a5-7a01-4ba1-9533-e62e184004d5\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"efda8c06-2519-4e68-8a5d-2ea6fa72c7aa\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"uuid\": \"794f364e-fce9-4842-9a44-13cebb210d30\",\n                    \"name\": \"Hoge prioriteit\",\n                    \"slug\": \"hoge_prioriteit\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#e00000\"\n                }\n            ],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"7da1964e-34e4-4080-85ba-82c21177601c\",\n            \"externalId\": \"10021\",\n            \"externalDisplayId\": \"10021\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-03T13:42:17.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Laurence\",\n            \"billingLastName\": \"Spijkstra\",\n            \"billingCompany\": \"Mission You\",\n            \"billingAddress\": \"Vlierlaan\",\n            \"billingHouseNumber\": \"179\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"5044 BN\",\n            \"billingCity\": \"Tilburg\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"LaurenceSpijkstra@jourrapide.com\",\n            \"billingPhone\": \"+31618734266\",\n            \"shippingFirstName\": \"Laurence\",\n            \"shippingLastName\": \"Spijkstra\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Vlierlaan\",\n            \"shippingHouseNumber\": \"179\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"5044 BN\",\n            \"shippingCity\": \"Tilburg\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/7da1964e-34e4-4080-85ba-82c21177601c\",\n            \"GoedGepicktId\": 6812202,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productId\": null,\n                    \"sku\": \"GOEDGEPICKT-GOODIE\",\n                    \"ean\": \"9664619697712\",\n                    \"productName\": \"GoedGepickt Goodiepakket\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [],\n                    \"type\": \"parent\",\n                    \"productUuid\": \"234bee93-2554-4b18-8f1e-cf12a6db7554\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"cf4f3903-f6cb-4abb-a35e-e3a2653b6355\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xxl\",\n                    \"ean\": \"5033817657229\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 5,\n                    \"pickedQuantity\": 5,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 5\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"f0e99663-6807-4c26-9049-c5fc839b0b28\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"5d23dc16-0925-48e0-81a9-28fb9cf6e621\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"b7aaf7c0-0fd9-4d7a-80ca-64f2a894f999\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"41e0f8f6-2261-4108-953f-297a905ee4be\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"6451b28c-0a0d-4498-acba-2d9e5e75ff7e\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"607e54ae-9966-466d-ada2-999b65d4a5b7\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"uuid\": \"794f364e-fce9-4842-9a44-13cebb210d30\",\n                    \"name\": \"Hoge prioriteit\",\n                    \"slug\": \"hoge_prioriteit\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#e00000\"\n                }\n            ],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n            \"externalId\": \"10022\",\n            \"externalDisplayId\": \"10022\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-03T15:18:48.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Hugo\",\n            \"billingLastName\": \"Broekmeulen\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Balkenstraat\",\n            \"billingHouseNumber\": \"105\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"3027 GC\",\n            \"billingCity\": \"Rotterdam\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"HugoBroekmeulen@jourrapide.com\",\n            \"billingPhone\": \"+31624046480\",\n            \"shippingFirstName\": \"Hugo\",\n            \"shippingLastName\": \"Broekmeulen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Balkenstraat\",\n            \"shippingHouseNumber\": \"105\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3027 GC\",\n            \"shippingCity\": \"Rotterdam\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n            \"GoedGepicktId\": 6812203,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"3f2d7ab5-6a9b-4ea1-b8af-d3961b1ca2ae\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xxl\",\n                    \"ean\": \"5033817657229\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"221b9f5d-814b-4e0c-9eb2-5fe9a00f66e6\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"21fae06b-78bf-4184-b59b-443a372522ac\",\n            \"externalId\": \"10023\",\n            \"externalDisplayId\": \"10023\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-04T16:55:06.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Janouk\",\n            \"billingLastName\": \"Zomers\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"t Bosk\",\n            \"billingHouseNumber\": \"25\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"8731 BL\",\n            \"billingCity\": \"Wommels\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"JanoukZomers@jourrapide.com\",\n            \"billingPhone\": \"+31623963485\",\n            \"shippingFirstName\": \"Janouk\",\n            \"shippingLastName\": \"Zomers\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"t Bosk\",\n            \"shippingHouseNumber\": \"25\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"8731 BL\",\n            \"shippingCity\": \"Wommels\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/21fae06b-78bf-4184-b59b-443a372522ac\",\n            \"GoedGepicktId\": 6812204,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"b3cee0ee-297a-43ff-ac81-fff6d7c52426\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xl\",\n                    \"ean\": \"7077804192334\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"600a239a-6a89-428d-b211-1bd2c834be5c\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"a79b07be-726d-4895-817d-8572521c3448\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"7e13cc30-4d12-4d5f-a46e-e2d512fd0360\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 3,\n                    \"pickedQuantity\": 3,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 3\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"011abc81-6379-4440-b319-84fd93d3570c\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 6,\n                    \"pickedQuantity\": 6,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 6\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"9733f884-ebcf-4a34-b429-6feb3aa0e158\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"d52b8582-3ad2-4d80-bcb4-8b7bf67a6f2e\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"2bfa1a01-8f59-4f6a-9ae3-931442d22f83\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"7a9f21ee-6d41-4598-9c2f-cf537476f42d\",\n            \"externalId\": \"10024\",\n            \"externalDisplayId\": \"10024\",\n            \"status\": \"picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-05T10:21:14.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Marcelo\",\n            \"billingLastName\": \"Broersen\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Vanadiumweg\",\n            \"billingHouseNumber\": \"181\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"3812 PZ\",\n            \"billingCity\": \"Amersfoort\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"MarceloBroersen@dayrep.com\",\n            \"billingPhone\": \"+31655016091\",\n            \"shippingFirstName\": \"Marcelo\",\n            \"shippingLastName\": \"Broersen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Vanadiumweg\",\n            \"shippingHouseNumber\": \"181\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3812 PZ\",\n            \"shippingCity\": \"Amersfoort\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/7a9f21ee-6d41-4598-9c2f-cf537476f42d\",\n            \"GoedGepicktId\": 6812205,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"2e6c7193-5e3c-4bda-bf2d-e9155343e2c5\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"e4d0fe79-5d62-47d2-a073-d5e66667a605\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"2782c610-8d84-4e0e-8429-eb1ca5b8d708\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 5,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 5\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"e9239e9d-d998-4470-9bc3-31909d6ea664\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        },\n        {\n            \"uuid\": \"6b1211dd-b8bd-4d6e-b5b3-6f538274f12b\",\n            \"externalId\": \"10025\",\n            \"externalDisplayId\": \"10025\",\n            \"status\": \"ready_for_packing\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-05T11:12:15.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Kellie\",\n            \"billingLastName\": \"Roskam\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Eikstraat\",\n            \"billingHouseNumber\": \"88\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"4651 KE\",\n            \"billingCity\": \"Steenbergen\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"KellieRoskam@teleworm.us\",\n            \"billingPhone\": \"+31673546470\",\n            \"shippingFirstName\": \"Kellie\",\n            \"shippingLastName\": \"Roskam\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Eikstraat\",\n            \"shippingHouseNumber\": \"88\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"4651 KE\",\n            \"shippingCity\": \"Steenbergen\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/6b1211dd-b8bd-4d6e-b5b3-6f538274f12b\",\n            \"GoedGepicktId\": 6812206,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"ce9b0a88-1542-43fe-bb43-20d5d31e504f\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"b791055b-7ad0-4bbe-b2d2-ca2f39b42aac\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n        }\n    ]\n}"},{"id":"34173e62-7879-4897-b2be-b11473d2dbb2","name":"200 OK with includes","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/orders?searchAttribute=status&searchDelimiter==&searchValue=completed&include[0]=shipments&include[1]=returns","host":["https://account.goedgepickt.nl"],"path":["api","v1","orders"],"query":[{"key":"createdAfter","value":"","description":"Datetime in format: Y-m-dH:i:s","disabled":true},{"key":"updatedAfter","value":"","description":"Datetime in format: Y-m-dH:i:s","disabled":true},{"key":"searchAttribute","value":"status","description":"string e.g. \"status\""},{"key":"searchDelimiter","value":"=","description":"string e.g. \"!=\""},{"key":"searchValue","value":"completed","description":"string e.g. \"ready_for_picking\""},{"key":"orderBy","value":"","description":"string e.g. \"createDate\" or \"finishDate\"","disabled":true},{"key":"orderByDirection","value":"","description":"asc or desc","disabled":true},{"key":"perPage","value":"","description":"int, orders per page (Max. 50)","disabled":true},{"key":"page","value":"","description":"int, page","disabled":true},{"key":"include[0]","value":"shipments"},{"key":"include[1]","value":"returns"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 13:09:12 GMT"},{"key":"Phpdebugbar-Id","value":"01KDT8DP057CST3DHZ9YP4FJ93"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 7,\n        \"itemsPerPage\": 25,\n        \"currentPage\": 1,\n        \"lastPage\": 1,\n        \"cursor\": null\n    },\n    \"items\": [\n        {\n            \"uuid\": \"9436d86e-4200-45e7-bb38-702e0b9e2420\",\n            \"externalId\": \"10001\",\n            \"externalDisplayId\": \"10001\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-25T07:41:03.000000Z\",\n            \"finishDate\": \"2025-09-16T12:21:30.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Peter\",\n            \"billingLastName\": \"Vissers\",\n            \"billingCompany\": \"Vissers B.V.\",\n            \"billingAddress\": \"Kerkstraat\",\n            \"billingHouseNumber\": \"23\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"3785 GD\",\n            \"billingCity\": \"Alkmaar\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"petervissers@live.nl\",\n            \"billingPhone\": \"0648316482\",\n            \"shippingFirstName\": \"Eva\",\n            \"shippingLastName\": \"Vissers\",\n            \"shippingCompany\": \"Vissers B.V.\",\n            \"shippingAddress\": \"Industrieweg\",\n            \"shippingHouseNumber\": \"1\",\n            \"shippingHousenumberAddition\": \"A\",\n            \"shippingAddress2\": \"2e kantoor\",\n            \"shippingZipcode\": \"3785 GD\",\n            \"shippingCity\": \"Alkmaar\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"AfterPay\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"Hallo, ik zou de producten graag ingepakt hebben als dit mogelijk is. Het is namelijk een cadeau.\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/9436d86e-4200-45e7-bb38-702e0b9e2420\",\n            \"GoedGepicktId\": 6812182,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"89230f62-2f3b-46a2-80dd-25aba93d9e70\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"7629de0c-bfa8-48e4-806a-45ab8119911a\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-m\",\n                    \"ean\": \"3858349710907\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"ffee4fbf-3221-473e-b2be-8cc6ef490c63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"65524a7b-7dec-422f-804d-e459d83e20a1\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"uuid\": \"2b885e83-bac0-45f6-bc4f-72602ff98aaf\",\n                    \"name\": \"Cadeau\",\n                    \"slug\": \"cadeau\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#00fadd\"\n                },\n                {\n                    \"uuid\": \"794f364e-fce9-4842-9a44-13cebb210d30\",\n                    \"name\": \"Hoge prioriteit\",\n                    \"slug\": \"hoge_prioriteit\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#e00000\"\n                }\n            ],\n            \"updatedAt\": \"2025-09-16T10:21:30.000000Z\",\n            \"shipments\": [\n                {\n                    \"uuid\": \"d79a5460-f4fe-423a-ad43-89a1be6b9140\",\n                    \"externalId\": \"5734-1\",\n                    \"trackTraceUrl\": \"https://www.goedgepickt.nl/\",\n                    \"trackTraceCode\": \"nNlt1eZ24Ck3yxzk\"\n                },\n                {\n                    \"uuid\": \"409870a2-9a7d-4a19-aa5f-f22df6d18598\",\n                    \"externalId\": \"1969-1\",\n                    \"trackTraceUrl\": \"https://www.goedgepickt.nl/\",\n                    \"trackTraceCode\": \"zng0Li0O18Kx1drp\"\n                }\n            ],\n            \"returns\": []\n        },\n        {\n            \"uuid\": \"57417843-deac-48b4-ac04-a27abefcee80\",\n            \"externalId\": \"10003\",\n            \"externalDisplayId\": \"10003\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-07-26T15:49:55.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Jerome\",\n            \"billingLastName\": \"Luiken\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Raadhuisstraat\",\n            \"billingHouseNumber\": \"1\",\n            \"billingHouseNumberAddition\": \"A\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"4817 NX\",\n            \"billingCity\": \"Valkenburg\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"sjorsvbeek@live.nl\",\n            \"billingPhone\": \"+31653214532\",\n            \"shippingFirstName\": \"Sjors\",\n            \"shippingLastName\": \"van de Beek\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Molenstraat\",\n            \"shippingHouseNumber\": \"8\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3315 ZB\",\n            \"shippingCity\": \"Arnhem\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/57417843-deac-48b4-ac04-a27abefcee80\",\n            \"GoedGepicktId\": 6812184,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"bd192fec-d786-41fa-b2ce-1be52637a8e3\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:05.000000Z\",\n            \"shipments\": [],\n            \"returns\": [\n                {\n                    \"uuid\": \"ee93d90b-c57a-4389-9491-964b8e4d9a51\",\n                    \"externalId\": null,\n                    \"externalDisplayId\": null,\n                    \"returnNumber\": \"2025-0001\",\n                    \"returnState\": \"registered\"\n                }\n            ]\n        },\n        {\n            \"uuid\": \"624a64c1-c490-473f-b4d8-089a20c5fd15\",\n            \"externalId\": \"10019\",\n            \"externalDisplayId\": \"10019\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-02T11:40:57.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Lydia\",\n            \"billingLastName\": \"Groenland\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Mounepaed\",\n            \"billingHouseNumber\": \"121\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"9051 BA\",\n            \"billingCity\": \"Stiens\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"lydiagroenland@gmail.com\",\n            \"billingPhone\": \"+31683028374\",\n            \"shippingFirstName\": \"Lydia\",\n            \"shippingLastName\": \"Groenland\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Mounepaed\",\n            \"shippingHouseNumber\": \"121\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"9051 BA\",\n            \"shippingCity\": \"Stiens\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"Afhalen\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/624a64c1-c490-473f-b4d8-089a20c5fd15\",\n            \"GoedGepicktId\": 6812200,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"0af1a957-c490-40e4-8b6c-0fa64f924935\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"187e8f10-9c34-489f-a87f-0b3af9176595\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"625c55a5-ec1c-423c-959b-aa2b253e42e7\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"fb8dad1d-867e-442a-bf04-2652a6b72913\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"d7a471cb-0c1f-49ac-804c-0caca65b95b3\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\",\n            \"shipments\": [\n                {\n                    \"uuid\": \"e94af22f-8dd0-407a-a7c3-7c5619466844\",\n                    \"externalId\": null,\n                    \"trackTraceUrl\": \"/shipments/view/e94af22f-8dd0-407a-a7c3-7c5619466844\",\n                    \"trackTraceCode\": \"e94af22f-8dd0-407a-a7c3-7c5619466844\"\n                }\n            ],\n            \"returns\": [\n                {\n                    \"uuid\": \"de9fbba8-9a2d-4062-86e7-06ca52d82f5c\",\n                    \"externalId\": null,\n                    \"externalDisplayId\": null,\n                    \"returnNumber\": \"2024-0002\",\n                    \"returnState\": \"received\"\n                }\n            ]\n        },\n        {\n            \"uuid\": \"6fd42f4d-05d3-4fae-93ca-ac5ddc710e98\",\n            \"externalId\": \"10020\",\n            \"externalDisplayId\": \"10020\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-02T16:57:36.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Ardian\",\n            \"billingLastName\": \"van der Langenberg\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Beatrixlaan\",\n            \"billingHouseNumber\": \"97\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"7261 XW\",\n            \"billingCity\": \"Ruurlo\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"ardianvdlangenberg@gmail.com\",\n            \"billingPhone\": \"+31693829364\",\n            \"shippingFirstName\": \"Ardian\",\n            \"shippingLastName\": \"van der Langenberg\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Beatrixlaan\",\n            \"shippingHouseNumber\": \"97\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"7261 XW\",\n            \"shippingCity\": \"Ruurlo\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/6fd42f4d-05d3-4fae-93ca-ac5ddc710e98\",\n            \"GoedGepicktId\": 6812201,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productId\": null,\n                    \"sku\": \"GOEDGEPICKT-GOODIE\",\n                    \"ean\": \"9664619697712\",\n                    \"productName\": \"GoedGepickt Goodiepakket\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [],\n                    \"type\": \"parent\",\n                    \"productUuid\": \"234bee93-2554-4b18-8f1e-cf12a6db7554\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"bae05ef1-44c0-4d0a-93de-eca001a4d73a\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"4fb17a20-07e3-4964-8fae-8990afbbbeed\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"f2ef78a5-7a01-4ba1-9533-e62e184004d5\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"efda8c06-2519-4e68-8a5d-2ea6fa72c7aa\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"73499cb9-316f-407c-aa0f-3e294a86f932\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"uuid\": \"794f364e-fce9-4842-9a44-13cebb210d30\",\n                    \"name\": \"Hoge prioriteit\",\n                    \"slug\": \"hoge_prioriteit\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#e00000\"\n                }\n            ],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\",\n            \"shipments\": [],\n            \"returns\": []\n        },\n        {\n            \"uuid\": \"7da1964e-34e4-4080-85ba-82c21177601c\",\n            \"externalId\": \"10021\",\n            \"externalDisplayId\": \"10021\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-03T13:42:17.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Laurence\",\n            \"billingLastName\": \"Spijkstra\",\n            \"billingCompany\": \"Mission You\",\n            \"billingAddress\": \"Vlierlaan\",\n            \"billingHouseNumber\": \"179\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"5044 BN\",\n            \"billingCity\": \"Tilburg\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"LaurenceSpijkstra@jourrapide.com\",\n            \"billingPhone\": \"+31618734266\",\n            \"shippingFirstName\": \"Laurence\",\n            \"shippingLastName\": \"Spijkstra\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Vlierlaan\",\n            \"shippingHouseNumber\": \"179\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"5044 BN\",\n            \"shippingCity\": \"Tilburg\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/7da1964e-34e4-4080-85ba-82c21177601c\",\n            \"GoedGepicktId\": 6812202,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productId\": null,\n                    \"sku\": \"GOEDGEPICKT-GOODIE\",\n                    \"ean\": \"9664619697712\",\n                    \"productName\": \"GoedGepickt Goodiepakket\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [],\n                    \"type\": \"parent\",\n                    \"productUuid\": \"234bee93-2554-4b18-8f1e-cf12a6db7554\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"cf4f3903-f6cb-4abb-a35e-e3a2653b6355\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xxl\",\n                    \"ean\": \"5033817657229\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 5,\n                    \"pickedQuantity\": 5,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 5\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"f0e99663-6807-4c26-9049-c5fc839b0b28\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"5d23dc16-0925-48e0-81a9-28fb9cf6e621\",\n                    \"productId\": null,\n                    \"sku\": \"852\",\n                    \"ean\": \"9951571654552\",\n                    \"productName\": \"Roze koek\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": \"20250101\",\n                            \"bestBefore\": \"2026-06-12\",\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"b7aaf7c0-0fd9-4d7a-80ca-64f2a894f999\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"41e0f8f6-2261-4108-953f-297a905ee4be\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"6451b28c-0a0d-4498-acba-2d9e5e75ff7e\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"607e54ae-9966-466d-ada2-999b65d4a5b7\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"child\",\n                    \"parentUuid\": \"f0da968c-bb5b-4399-a42f-c132f761f4ad\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"uuid\": \"794f364e-fce9-4842-9a44-13cebb210d30\",\n                    \"name\": \"Hoge prioriteit\",\n                    \"slug\": \"hoge_prioriteit\",\n                    \"type\": \"Order\",\n                    \"hexColor\": \"#e00000\"\n                }\n            ],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\",\n            \"shipments\": [],\n            \"returns\": []\n        },\n        {\n            \"uuid\": \"107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n            \"externalId\": \"10022\",\n            \"externalDisplayId\": \"10022\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-03T15:18:48.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Hugo\",\n            \"billingLastName\": \"Broekmeulen\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Balkenstraat\",\n            \"billingHouseNumber\": \"105\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"3027 GC\",\n            \"billingCity\": \"Rotterdam\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"HugoBroekmeulen@jourrapide.com\",\n            \"billingPhone\": \"+31624046480\",\n            \"shippingFirstName\": \"Hugo\",\n            \"shippingLastName\": \"Broekmeulen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Balkenstraat\",\n            \"shippingHouseNumber\": \"105\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3027 GC\",\n            \"shippingCity\": \"Rotterdam\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"Bankoverschrijving\",\n            \"webshopName\": \"GoedGekoekt shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n            \"GoedGepicktId\": 6812203,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"3f2d7ab5-6a9b-4ea1-b8af-d3961b1ca2ae\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xxl\",\n                    \"ean\": \"5033817657229\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"221b9f5d-814b-4e0c-9eb2-5fe9a00f66e6\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\",\n            \"shipments\": [\n                {\n                    \"uuid\": \"4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n                    \"externalId\": null,\n                    \"trackTraceUrl\": \"/shipments/view/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n                    \"trackTraceCode\": \"4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\"\n                }\n            ],\n            \"returns\": [\n                {\n                    \"uuid\": \"2154afa3-f3a0-4dcf-af33-90b04a579e1e\",\n                    \"externalId\": null,\n                    \"externalDisplayId\": null,\n                    \"returnNumber\": \"2024-0001\",\n                    \"returnState\": \"registered\"\n                }\n            ]\n        },\n        {\n            \"uuid\": \"21fae06b-78bf-4184-b59b-443a372522ac\",\n            \"externalId\": \"10023\",\n            \"externalDisplayId\": \"10023\",\n            \"status\": \"completed\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-04T16:55:06.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"billingFirstName\": \"Janouk\",\n            \"billingLastName\": \"Zomers\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"t Bosk\",\n            \"billingHouseNumber\": \"25\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"8731 BL\",\n            \"billingCity\": \"Wommels\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"JanoukZomers@jourrapide.com\",\n            \"billingPhone\": \"+31623963485\",\n            \"shippingFirstName\": \"Janouk\",\n            \"shippingLastName\": \"Zomers\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"t Bosk\",\n            \"shippingHouseNumber\": \"25\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"8731 BL\",\n            \"shippingCity\": \"Wommels\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/21fae06b-78bf-4184-b59b-443a372522ac\",\n            \"GoedGepicktId\": 6812204,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"b3cee0ee-297a-43ff-ac81-fff6d7c52426\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-xl\",\n                    \"ean\": \"7077804192334\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"600a239a-6a89-428d-b211-1bd2c834be5c\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"a79b07be-726d-4895-817d-8572521c3448\",\n                    \"productId\": null,\n                    \"sku\": \"stroopwafel\",\n                    \"ean\": \"6706586617437\",\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"7e13cc30-4d12-4d5f-a46e-e2d512fd0360\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-keycord\",\n                    \"ean\": \"3844558092020\",\n                    \"productName\": \"GoedGepickt - Keycord oranje\",\n                    \"productQuantity\": 3,\n                    \"pickedQuantity\": 3,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 3\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"011abc81-6379-4440-b319-84fd93d3570c\",\n                    \"productId\": null,\n                    \"sku\": \"hobbymes-01\",\n                    \"ean\": \"8688804842718\",\n                    \"productName\": \"Hobbymes GoedGepickt\",\n                    \"productQuantity\": 6,\n                    \"pickedQuantity\": 6,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 6\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"9733f884-ebcf-4a34-b429-6feb3aa0e158\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-pen\",\n                    \"ean\": \"6570233430347\",\n                    \"productName\": \"GoedGepickt Pen\",\n                    \"productQuantity\": 2,\n                    \"pickedQuantity\": 2,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 2\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"d52b8582-3ad2-4d80-bcb4-8b7bf67a6f2e\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 1,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"2bfa1a01-8f59-4f6a-9ae3-931442d22f83\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 4,\n                    \"pickedQuantity\": 4,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 4\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\",\n            \"shipments\": [],\n            \"returns\": [\n                {\n                    \"uuid\": \"438d8376-dd73-4935-a972-38f2d0474867\",\n                    \"externalId\": null,\n                    \"externalDisplayId\": null,\n                    \"returnNumber\": \"2024-0004\",\n                    \"returnState\": \"received\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"06f3638a-b9fe-4f55-bda6-538fb40168b3","name":"Get attention needed orders","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/orders?searchAttribute=attentionNeeded&searchDelimiter==&searchValue=true&perPage=25&page=1&include[0]=shipments&include[1]=returns&cursor= ","host":["https://account.goedgepickt.nl"],"path":["api","v1","orders"],"query":[{"key":"createdAfter","value":"","description":"Datetime in format: Y-m-dH:i:s","disabled":true},{"key":"updatedAfter","value":"","description":"Datetime in format: Y-m-dH:i:s","disabled":true},{"key":"searchAttribute","value":"attentionNeeded","description":"string e.g. \"status\""},{"key":"searchDelimiter","value":"=","description":"string e.g. \"!=\""},{"key":"searchValue","value":"true","description":"string e.g. \"ready_for_picking\""},{"key":"orderBy","value":"","description":"string e.g. \"createDate\" or \"finishDate\"","disabled":true},{"key":"orderByDirection","value":"","description":"asc or desc","disabled":true},{"key":"perPage","value":"25","description":"int, orders per page (Max. 50)"},{"key":"page","value":"1","description":"int, page"},{"key":"include[0]","value":"shipments"},{"key":"include[1]","value":"returns"},{"key":"cursor","value":" ","description":"Required after 10000 results"},{"key":"tags[0]","value":"","description":"Slug of a tag","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 06 Feb 2026 13:22:33 GMT"},{"key":"Phpdebugbar-Id","value":"01KGSHWPWEQYGVMHWDSKK5GYAS"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 1,\n        \"itemsPerPage\": 25,\n        \"currentPage\": 1,\n        \"lastPage\": 1,\n        \"cursor\": null\n    },\n    \"items\": [\n        {\n            \"uuid\": \"c172dfa9-4592-4e39-bd59-ff1136fdda80\",\n            \"externalId\": \"10027\",\n            \"externalDisplayId\": \"10027\",\n            \"status\": \"ready_for_picking\",\n            \"currency\": null,\n            \"totalPaid\": \"0.00\",\n            \"totalPaidTax\": \"0.0000\",\n            \"shippingTotal\": null,\n            \"shippingTax\": null,\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"cartTax\": null,\n            \"transactionFee\": null,\n            \"createDate\": \"2024-08-07T15:15:49.000000Z\",\n            \"finishDate\": \"-000001-11-29T23:40:28.000000Z\",\n            \"shippedDate\": null,\n            \"snoozedUntil\": null,\n            \"attentionNeeded\": 1,\n            \"attentionNeededReason\": \"Verzendgegevens ongeldig\",\n            \"billingFirstName\": \"Anthea\",\n            \"billingLastName\": \"van Utrecht\",\n            \"billingCompany\": \"\",\n            \"billingAddress\": \"Rigel\",\n            \"billingHouseNumber\": \"210\",\n            \"billingHouseNumberAddition\": \"\",\n            \"billingAddress2\": \"\",\n            \"billingZipcode\": \"9704 KE\",\n            \"billingCity\": \"Hoogeveen\",\n            \"billingState\": null,\n            \"billingCountry\": \"NL\",\n            \"billingEmail\": \"AntheavanUtrecht@jourrapide.com\",\n            \"billingPhone\": \"+31623963485\",\n            \"shippingFirstName\": \"Anthea\",\n            \"shippingLastName\": \"van Utrecht\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Rigel\",\n            \"shippingHouseNumber\": \"202\",\n            \"shippingHousenumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"6924 KW\",\n            \"shippingCity\": \"Hoogeveen\",\n            \"shippingState\": null,\n            \"shippingCountry\": \"NL\",\n            \"shippingEmail\": null,\n            \"shippingPhone\": null,\n            \"shippingMethod\": \"PostNL\",\n            \"isStorePickup\": 0,\n            \"comment\": \"\",\n            \"paymentMethod\": \"iDEAL\",\n            \"webshopName\": \"GoedGepickt fan shop\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"snoozedReason\": \"\",\n            \"delayStockReservationUntil\": null,\n            \"delayStockReservationReason\": null,\n            \"preferredPackagingUuid\": null,\n            \"preferredPackagingForced\": null,\n            \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/c172dfa9-4592-4e39-bd59-ff1136fdda80\",\n            \"GoedGepicktId\": 6812208,\n            \"pickupLocationData\": null,\n            \"products\": [\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"73909c8d-9909-4dd9-966e-d9f76912a054\",\n                    \"productId\": null,\n                    \"sku\": \"gevulde-koek\",\n                    \"ean\": \"2706936193458\",\n                    \"productName\": \"Gevulde koek - met spijs\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n                },\n                {\n                    \"lineItemId\": null,\n                    \"uuid\": \"28b9daa4-b584-4dfd-96a4-4c388a947248\",\n                    \"productId\": null,\n                    \"sku\": \"goedgepickt-polo-s\",\n                    \"ean\": \"2847695103347\",\n                    \"productName\": \"GoedGepickt polo\",\n                    \"productQuantity\": 1,\n                    \"pickedQuantity\": 0,\n                    \"totalPaid\": \"0.00\",\n                    \"paidTax\": \"0.00\",\n                    \"discountTotal\": null,\n                    \"discountTax\": null,\n                    \"productPrice\": \"0.00\",\n                    \"taxRate\": \"21.00\",\n                    \"customProductOptions\": [],\n                    \"serialNumbers\": [],\n                    \"stockLocations\": [\n                        {\n                            \"batchNumber\": null,\n                            \"bestBefore\": null,\n                            \"number\": 1\n                        }\n                    ],\n                    \"type\": \"normal\",\n                    \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n                }\n            ],\n            \"tags\": [],\n            \"updatedAt\": \"2024-08-07T06:20:06.000000Z\",\n            \"shipments\": [],\n            \"returns\": []\n        }\n    ]\n}"}],"_postman_id":"5e711aa1-a216-4fc5-ae0b-fb0e2f14d4eb"},{"name":"Get order","id":"2ed26945-4e91-4ed9-a037-4104989d1086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/37b4fcfe-82bc-49f2-96da-05db5de15537","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","37b4fcfe-82bc-49f2-96da-05db5de15537"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"c3ddc84b-8eb7-442d-8bba-e9ec4d7849d1","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/37b4fcfe-82bc-49f2-96da-05db5de15537"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 12:32:18 GMT"},{"key":"Phpdebugbar-Id","value":"01KDT6A3EVCMGWSY18Y66GHCDC"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"37b4fcfe-82bc-49f2-96da-05db5de15537\",\n    \"externalId\": \"10007\",\n    \"externalDisplayId\": \"10007\",\n    \"status\": \"ready_for_picking\",\n    \"currency\": null,\n    \"totalPaid\": \"0.00\",\n    \"totalPaidTax\": \"0.0000\",\n    \"shippingTotal\": null,\n    \"shippingTax\": null,\n    \"discountTotal\": null,\n    \"discountTax\": null,\n    \"cartTax\": null,\n    \"transactionFee\": null,\n    \"createDate\": \"2024-07-28T14:16:00.000000Z\",\n    \"finishDate\": null,\n    \"shippedDate\": null,\n    \"snoozedUntil\": null,\n    \"attentionNeeded\": 0,\n    \"attentionNeededReason\": null,\n    \"billingFirstName\": \"Yvo\",\n    \"billingLastName\": \"van Made\",\n    \"billingCompany\": \"\",\n    \"billingAddress\": \"Poolsedreef\",\n    \"billingHouseNumber\": \"64\",\n    \"billingHouseNumberAddition\": \"B\",\n    \"billingAddress2\": \"\",\n    \"billingZipcode\": \"6437 JS\",\n    \"billingCity\": \"Turnhout\",\n    \"billingState\": null,\n    \"billingCountry\": \"NL\",\n    \"billingEmail\": \"yvom93@gmail.com\",\n    \"billingPhone\": \"0688857507\",\n    \"shippingFirstName\": \"Stan\",\n    \"shippingLastName\": \"Janzen\",\n    \"shippingCompany\": \"\",\n    \"shippingAddress\": \"Poolsedreef\",\n    \"shippingHouseNumber\": \"64\",\n    \"shippingHousenumberAddition\": \"B\",\n    \"shippingAddress2\": \"\",\n    \"shippingZipcode\": \"6437 JS\",\n    \"shippingCity\": \"Turnhout\",\n    \"shippingState\": null,\n    \"shippingCountry\": \"NL\",\n    \"shippingEmail\": null,\n    \"shippingPhone\": null,\n    \"shippingMethod\": \"Standaard verzending\",\n    \"isStorePickup\": 0,\n    \"comment\": \"\",\n    \"paymentMethod\": \"AfterPay\",\n    \"webshopName\": \"GoedGekoekt shop\",\n    \"customerNote\": \"\",\n    \"internComment\": \"\",\n    \"snoozedReason\": \"\",\n    \"delayStockReservationUntil\": null,\n    \"delayStockReservationReason\": null,\n    \"preferredPackagingUuid\": null,\n    \"preferredPackagingForced\": null,\n    \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/37b4fcfe-82bc-49f2-96da-05db5de15537\",\n    \"GoedGepicktId\": 6812188,\n    \"pickupLocationData\": null,\n    \"products\": [\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"4073a87e-eb57-4702-b61f-ccf29f0974b9\",\n            \"productId\": null,\n            \"sku\": \"goedgepickt-polo-s\",\n            \"ean\": \"2847695103347\",\n            \"productName\": \"GoedGepickt polo\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 1\n                }\n            ],\n            \"type\": \"normal\",\n            \"productUuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\"\n        },\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"277f677d-deb7-451f-9a80-efb4bc3cd3f7\",\n            \"productId\": null,\n            \"sku\": \"852\",\n            \"ean\": \"9951571654552\",\n            \"productName\": \"Roze koek\",\n            \"productQuantity\": 3,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 3\n                }\n            ],\n            \"type\": \"normal\",\n            \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n        },\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"ccc2da4d-3215-4460-81cf-ce1a52a4f67d\",\n            \"productId\": null,\n            \"sku\": \"gevulde-koek\",\n            \"ean\": \"2706936193458\",\n            \"productName\": \"Gevulde koek - met spijs\",\n            \"productQuantity\": 2,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 2\n                }\n            ],\n            \"type\": \"normal\",\n            \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\"\n        }\n    ],\n    \"shipments\": [],\n    \"returnShipments\": [],\n    \"tags\": [],\n    \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n}"},{"id":"a3b3fb0a-5fa0-46d1-b046-29d1f658e771","name":"200 OK with serial numbers","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/fd6d44b5-11e9-4c3a-91af-764e23208f55"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 12:47:53 GMT"},{"key":"Phpdebugbar-Id","value":"01KDT76MNT1RE2ZXW8SFJ6E3W9"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"fd6d44b5-11e9-4c3a-91af-764e23208f55\",\n    \"externalId\": \"ORD-1767184732\",\n    \"externalDisplayId\": \"ORD-1767184732\",\n    \"status\": \"ready_for_packing\",\n    \"currency\": null,\n    \"totalPaid\": \"0.00\",\n    \"totalPaidTax\": \"0.0000\",\n    \"shippingTotal\": null,\n    \"shippingTax\": null,\n    \"discountTotal\": null,\n    \"discountTax\": null,\n    \"cartTax\": null,\n    \"transactionFee\": null,\n    \"createDate\": \"2025-12-31T12:38:51.000000Z\",\n    \"finishDate\": null,\n    \"shippedDate\": null,\n    \"snoozedUntil\": null,\n    \"attentionNeeded\": 0,\n    \"attentionNeededReason\": null,\n    \"billingFirstName\": \"John\",\n    \"billingLastName\": \"Doe\",\n    \"billingCompany\": \"GoedGepickt\",\n    \"billingAddress\": \"Vosdonk\",\n    \"billingHouseNumber\": \"39\",\n    \"billingHouseNumberAddition\": \"J\",\n    \"billingAddress2\": \"\",\n    \"billingZipcode\": \"4879NC\",\n    \"billingCity\": \"Etten-Leur\",\n    \"billingState\": null,\n    \"billingCountry\": \"NL\",\n    \"billingEmail\": \"info@goedgepickt.nl\",\n    \"billingPhone\": \"061234578\",\n    \"shippingFirstName\": \"John\",\n    \"shippingLastName\": \"Doe\",\n    \"shippingCompany\": \"GoedGepickt\",\n    \"shippingAddress\": \"Vosdonk\",\n    \"shippingHouseNumber\": \"39\",\n    \"shippingHousenumberAddition\": \"J\",\n    \"shippingAddress2\": \"\",\n    \"shippingZipcode\": \"4879NC\",\n    \"shippingCity\": \"Etten-Leur\",\n    \"shippingState\": null,\n    \"shippingCountry\": \"NL\",\n    \"shippingEmail\": \"info@goedgepickt.nl\",\n    \"shippingPhone\": \"061234578\",\n    \"shippingMethod\": \"\",\n    \"isStorePickup\": 0,\n    \"comment\": \"\",\n    \"paymentMethod\": \"\",\n    \"webshopName\": \"GoedGekoekt shop\",\n    \"customerNote\": \"\",\n    \"internComment\": \"\",\n    \"snoozedReason\": \"\",\n    \"delayStockReservationUntil\": null,\n    \"delayStockReservationReason\": null,\n    \"preferredPackagingUuid\": null,\n    \"preferredPackagingForced\": null,\n    \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/fd6d44b5-11e9-4c3a-91af-764e23208f55\",\n    \"GoedGepicktId\": 6814083,\n    \"pickupLocationData\": null,\n    \"products\": [\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"88b7e51b-3962-4c24-ab09-63178c38419d\",\n            \"productId\": null,\n            \"sku\": \"goedgelaptopt\",\n            \"ean\": \"\",\n            \"productName\": \"GoedGelaptopt\",\n            \"productQuantity\": 2,\n            \"pickedQuantity\": 2,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"0.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [\n                {\n                    \"uuid\": \"52ea939a-09f4-4e5f-9963-7b67b5918df2\",\n                    \"serialNumber\": \"serienummer3\"\n                },\n                {\n                    \"uuid\": \"d52636e9-bbdd-4ad5-8ae5-d1bd048dddcc\",\n                    \"serialNumber\": \"serienummer4\"\n                }\n            ],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 2\n                }\n            ],\n            \"type\": \"normal\",\n            \"productUuid\": \"e72d7287-e806-42da-a4db-0027a1bca352\"\n        }\n    ],\n    \"shipments\": [],\n    \"returnShipments\": [],\n    \"tags\": [],\n    \"updatedAt\": \"2025-12-31T12:47:31.000000Z\"\n}"},{"id":"7f364b78-060b-4351-8bd2-a9a45db361d4","name":"200 OK with batch/best before","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/307ca50e-9853-4ca0-bbdf-aec4929bda39"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 12:57:25 GMT"},{"key":"Phpdebugbar-Id","value":"01KDT7R2W3DXPGG3JZPGKC9GGS"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"307ca50e-9853-4ca0-bbdf-aec4929bda39\",\n    \"externalId\": \"10017\",\n    \"externalDisplayId\": \"10017\",\n    \"status\": \"ready_for_picking\",\n    \"currency\": null,\n    \"totalPaid\": \"0.00\",\n    \"totalPaidTax\": \"0.0000\",\n    \"shippingTotal\": null,\n    \"shippingTax\": null,\n    \"discountTotal\": null,\n    \"discountTax\": null,\n    \"cartTax\": null,\n    \"transactionFee\": null,\n    \"createDate\": \"2024-08-01T15:53:23.000000Z\",\n    \"finishDate\": null,\n    \"shippedDate\": null,\n    \"snoozedUntil\": null,\n    \"attentionNeeded\": 0,\n    \"attentionNeededReason\": null,\n    \"billingFirstName\": \"Stan\",\n    \"billingLastName\": \"Janzen\",\n    \"billingCompany\": \"\",\n    \"billingAddress\": \"Binnenhof\",\n    \"billingHouseNumber\": \"2\",\n    \"billingHouseNumberAddition\": \"\",\n    \"billingAddress2\": \"\",\n    \"billingZipcode\": \"8476 AH\",\n    \"billingCity\": \"Groningen\",\n    \"billingState\": null,\n    \"billingCountry\": \"NL\",\n    \"billingEmail\": \"stanjanzen@hotmail.com\",\n    \"billingPhone\": \"06-38358086\",\n    \"shippingFirstName\": \"Stan\",\n    \"shippingLastName\": \"Janzen\",\n    \"shippingCompany\": \"\",\n    \"shippingAddress\": \"Binnenhof\",\n    \"shippingHouseNumber\": \"2\",\n    \"shippingHousenumberAddition\": \"\",\n    \"shippingAddress2\": \"\",\n    \"shippingZipcode\": \"8476 AH\",\n    \"shippingCity\": \"Groningen\",\n    \"shippingState\": null,\n    \"shippingCountry\": \"NL\",\n    \"shippingEmail\": null,\n    \"shippingPhone\": null,\n    \"shippingMethod\": \"Avondlevering via PostNL\",\n    \"isStorePickup\": 0,\n    \"comment\": \"\",\n    \"paymentMethod\": \"iDEAL\",\n    \"webshopName\": \"GoedGepickt fan shop\",\n    \"customerNote\": \"\",\n    \"internComment\": \"\",\n    \"snoozedReason\": \"\",\n    \"delayStockReservationUntil\": null,\n    \"delayStockReservationReason\": null,\n    \"preferredPackagingUuid\": null,\n    \"preferredPackagingForced\": null,\n    \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/307ca50e-9853-4ca0-bbdf-aec4929bda39\",\n    \"GoedGepicktId\": 6812198,\n    \"pickupLocationData\": null,\n    \"products\": [\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"2b9a48f4-1b57-454a-a76f-00a499d484dc\",\n            \"productId\": null,\n            \"sku\": \"852\",\n            \"ean\": \"9951571654552\",\n            \"productName\": \"Roze koek\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": \"20250101\",\n                    \"bestBefore\": \"2026-06-12\",\n                    \"number\": 1\n                }\n            ],\n            \"type\": \"normal\",\n            \"productUuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\"\n        }\n    ],\n    \"shipments\": [],\n    \"returnShipments\": [],\n    \"tags\": [],\n    \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n}"},{"id":"40c745c3-5fed-43cd-a7a0-b4b980e7f547","name":"200 OK with pickup location data","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/9b20cd67-1bc5-4f91-b8b8-01b8b5f569f4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 13:00:15 GMT"},{"key":"Phpdebugbar-Id","value":"01KDT7X99KRKE7E3CFP97ES016"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"9b20cd67-1bc5-4f91-b8b8-01b8b5f569f4\",\n    \"externalId\": \"ORD-1739978748\",\n    \"externalDisplayId\": \"ORD-1739978748\",\n    \"status\": \"ready_for_picking\",\n    \"currency\": null,\n    \"totalPaid\": \"10.00\",\n    \"totalPaidTax\": \"1.7355\",\n    \"shippingTotal\": null,\n    \"shippingTax\": null,\n    \"discountTotal\": null,\n    \"discountTax\": null,\n    \"cartTax\": null,\n    \"transactionFee\": null,\n    \"createDate\": \"2025-02-19T15:25:47.000000Z\",\n    \"finishDate\": null,\n    \"shippedDate\": null,\n    \"snoozedUntil\": null,\n    \"attentionNeeded\": 0,\n    \"attentionNeededReason\": null,\n    \"billingFirstName\": \"John\",\n    \"billingLastName\": \"Doe\",\n    \"billingCompany\": \"\",\n    \"billingAddress\": \"Vosdonk\",\n    \"billingHouseNumber\": \"39\",\n    \"billingHouseNumberAddition\": \"J\",\n    \"billingAddress2\": \"\",\n    \"billingZipcode\": \"4879NC\",\n    \"billingCity\": \"Etten-Leur\",\n    \"billingState\": null,\n    \"billingCountry\": \"NL\",\n    \"billingEmail\": \"info@goedgepickt.nl\",\n    \"billingPhone\": \"0612345678\",\n    \"shippingFirstName\": \"John\",\n    \"shippingLastName\": \"Doe\",\n    \"shippingCompany\": \"\",\n    \"shippingAddress\": \"Vosdonk\",\n    \"shippingHouseNumber\": \"39\",\n    \"shippingHousenumberAddition\": \"J\",\n    \"shippingAddress2\": \"\",\n    \"shippingZipcode\": \"4879NC\",\n    \"shippingCity\": \"Etten-Leur\",\n    \"shippingState\": \"Noord-Brabant\",\n    \"shippingCountry\": \"NL\",\n    \"shippingEmail\": \"johndoe2@goedgepickt.nl\",\n    \"shippingPhone\": \"0612345678\",\n    \"shippingMethod\": \"\",\n    \"isStorePickup\": 0,\n    \"comment\": \"\",\n    \"paymentMethod\": \"\",\n    \"webshopName\": \"GoedGekoekt shop\",\n    \"customerNote\": \"\",\n    \"internComment\": \"\",\n    \"snoozedReason\": \"\",\n    \"delayStockReservationUntil\": null,\n    \"delayStockReservationReason\": null,\n    \"preferredPackagingUuid\": null,\n    \"preferredPackagingForced\": null,\n    \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/9b20cd67-1bc5-4f91-b8b8-01b8b5f569f4\",\n    \"GoedGepicktId\": 6812421,\n    \"pickupLocationData\": {\n        \"locationNumber\": \"218644\",\n        \"carrier\": \"PostNL\",\n        \"location\": \"Pakketautomaat\",\n        \"street\": \"Brink\",\n        \"houseNumber\": \"5PBA\",\n        \"zipcode\": \"5236AR\",\n        \"city\": \"'S-HERTOGENBOSCH\",\n        \"country\": \"NL\"\n    },\n    \"products\": [\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"cb3d4adf-aa48-4beb-9d86-7f53862773f0\",\n            \"productId\": null,\n            \"sku\": \"goedgepickt-pen\",\n            \"ean\": \"6570233430347\",\n            \"productName\": \"GoedGepickt Pen\",\n            \"productQuantity\": 2,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"5.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 2\n                }\n            ],\n            \"type\": \"normal\",\n            \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n        },\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"e4c05837-2186-426f-a55e-6fcced6c47e7\",\n            \"productId\": null,\n            \"sku\": \"goedgelaptopt\",\n            \"ean\": \"\",\n            \"productName\": \"GoedGelaptopt\",\n            \"productQuantity\": 10,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"0.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 10\n                }\n            ],\n            \"type\": \"normal\",\n            \"productUuid\": \"e72d7287-e806-42da-a4db-0027a1bca352\"\n        }\n    ],\n    \"shipments\": [],\n    \"returnShipments\": [],\n    \"tags\": [\n        {\n            \"uuid\": \"2b885e83-bac0-45f6-bc4f-72602ff98aaf\",\n            \"name\": \"Cadeau\",\n            \"slug\": \"cadeau\",\n            \"type\": \"Order\",\n            \"hexColor\": \"#00fadd\"\n        },\n        {\n            \"uuid\": \"794f364e-fce9-4842-9a44-13cebb210d30\",\n            \"name\": \"Hoge prioriteit\",\n            \"slug\": \"hoge_prioriteit\",\n            \"type\": \"Order\",\n            \"hexColor\": \"#e00000\"\n        }\n    ],\n    \"updatedAt\": \"2025-12-31T12:59:58.000000Z\"\n}"},{"id":"c5f26d62-a5ff-4bad-acf2-c2c2b92a3115","name":"200 OK with compound product","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/93d15d43-2f39-4357-a090-7dd33804d808"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 31 Dec 2025 13:01:09 GMT"},{"key":"Phpdebugbar-Id","value":"01KDT7YXMJWY5Y7XYYPFEE2PEW"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"93d15d43-2f39-4357-a090-7dd33804d808\",\n    \"externalId\": \"10012\",\n    \"externalDisplayId\": \"10012\",\n    \"status\": \"ready_for_picking\",\n    \"currency\": null,\n    \"totalPaid\": \"0.00\",\n    \"totalPaidTax\": \"0.0000\",\n    \"shippingTotal\": null,\n    \"shippingTax\": null,\n    \"discountTotal\": null,\n    \"discountTax\": null,\n    \"cartTax\": null,\n    \"transactionFee\": null,\n    \"createDate\": \"2024-07-30T15:17:47.000000Z\",\n    \"finishDate\": null,\n    \"shippedDate\": null,\n    \"snoozedUntil\": null,\n    \"attentionNeeded\": 0,\n    \"attentionNeededReason\": null,\n    \"billingFirstName\": \"Desley\",\n    \"billingLastName\": \"Kalisvaart\",\n    \"billingCompany\": \"Muscle Factory\",\n    \"billingAddress\": \"Baljuwslaan\",\n    \"billingHouseNumber\": \"197\",\n    \"billingHouseNumberAddition\": \"\",\n    \"billingAddress2\": \"\",\n    \"billingZipcode\": \"1943 BH\",\n    \"billingCity\": \"Beverwijk\",\n    \"billingState\": null,\n    \"billingCountry\": \"NL\",\n    \"billingEmail\": \"desleykalisvaart@live.nl\",\n    \"billingPhone\": \"0619537733\",\n    \"shippingFirstName\": \"Desley\",\n    \"shippingLastName\": \"Kalisvaart\",\n    \"shippingCompany\": \"\",\n    \"shippingAddress\": \"Baljuwslaan\",\n    \"shippingHouseNumber\": \"197\",\n    \"shippingHousenumberAddition\": \"\",\n    \"shippingAddress2\": \"\",\n    \"shippingZipcode\": \"1943 BH\",\n    \"shippingCity\": \"Beverwijk\",\n    \"shippingState\": null,\n    \"shippingCountry\": \"NL\",\n    \"shippingEmail\": null,\n    \"shippingPhone\": null,\n    \"shippingMethod\": \"Afhalen\",\n    \"isStorePickup\": 0,\n    \"comment\": \"\",\n    \"paymentMethod\": \"iDEAL\",\n    \"webshopName\": \"GoedGepickt fan shop\",\n    \"customerNote\": \"\",\n    \"internComment\": \"\",\n    \"snoozedReason\": \"\",\n    \"delayStockReservationUntil\": null,\n    \"delayStockReservationReason\": null,\n    \"preferredPackagingUuid\": null,\n    \"preferredPackagingForced\": null,\n    \"GoedGepicktUrl\": \"https://account.goedgepickt.altyd/orders/view/93d15d43-2f39-4357-a090-7dd33804d808\",\n    \"GoedGepicktId\": 6812193,\n    \"pickupLocationData\": null,\n    \"products\": [\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n            \"productId\": null,\n            \"sku\": \"GOEDGEPICKT-GOODIE\",\n            \"ean\": \"9664619697712\",\n            \"productName\": \"GoedGepickt Goodiepakket\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [],\n            \"type\": \"parent\",\n            \"productUuid\": \"234bee93-2554-4b18-8f1e-cf12a6db7554\"\n        },\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"ee657f87-e803-4664-8337-280774501e08\",\n            \"productId\": null,\n            \"sku\": \"goedgepickt-pen\",\n            \"ean\": \"6570233430347\",\n            \"productName\": \"GoedGepickt Pen\",\n            \"productQuantity\": 2,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 2\n                }\n            ],\n            \"type\": \"child\",\n            \"parentUuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n            \"productUuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\"\n        },\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"1d2f0ecf-0e8e-4041-9b06-462085a39986\",\n            \"productId\": null,\n            \"sku\": \"goedgepickt-keycord\",\n            \"ean\": \"3844558092020\",\n            \"productName\": \"GoedGepickt - Keycord oranje\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 1\n                }\n            ],\n            \"type\": \"child\",\n            \"parentUuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n            \"productUuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\"\n        },\n        {\n            \"lineItemId\": null,\n            \"uuid\": \"8cffbcdd-6de9-4039-98c4-2e7707724e11\",\n            \"productId\": null,\n            \"sku\": \"hobbymes-01\",\n            \"ean\": \"8688804842718\",\n            \"productName\": \"Hobbymes GoedGepickt\",\n            \"productQuantity\": 2,\n            \"pickedQuantity\": 0,\n            \"totalPaid\": \"0.00\",\n            \"paidTax\": \"0.00\",\n            \"discountTotal\": null,\n            \"discountTax\": null,\n            \"productPrice\": \"0.00\",\n            \"taxRate\": \"21.00\",\n            \"customProductOptions\": [],\n            \"serialNumbers\": [],\n            \"stockLocations\": [\n                {\n                    \"batchNumber\": null,\n                    \"bestBefore\": null,\n                    \"number\": 2\n                }\n            ],\n            \"type\": \"child\",\n            \"parentUuid\": \"036cb0c6-4332-49a1-a5ac-916cf92bbdb3\",\n            \"productUuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\"\n        }\n    ],\n    \"shipments\": [],\n    \"returnShipments\": [],\n    \"tags\": [],\n    \"updatedAt\": \"2024-08-07T06:20:06.000000Z\"\n}"}],"_postman_id":"2ed26945-4e91-4ed9-a037-4104989d1086"},{"name":"Update order","id":"4b40248e-adef-4979-b47d-edd4978990b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"contentType":"","description":"<p>string (Unique ID in your webshop)</p>\n","key":"orderId","type":"text","value":"","disabled":true},{"description":"<p>string (Order ID displayed to your customers)</p>\n","key":"orderDisplayId","type":"text","value":"","disabled":true},{"description":"<p>date (Required) Time zone: Europe/Amsterdam</p>\n","key":"createDate","type":"text","value":"","disabled":true},{"description":"<p>date Time zone: Europe/Amsterdam</p>\n","key":"finishDate","type":"text","value":"","disabled":true},{"description":"<p>string (options: on_hold, open, completed ad cancelled)</p>\n","key":"orderStatus","type":"text","value":"","disabled":true},{"key":"productsBackInStock","value":"","description":"<p>boolean (nullable), indicates if order items should be taken back in stock after cancelling order</p>\n","type":"text","disabled":true},{"contentType":"string","description":"<p>string</p>\n","key":"currency","type":"text","value":"","disabled":true},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"discountTotal","type":"text","value":"","disabled":true},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"discountTax","type":"text","value":"","disabled":true},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"shippingTotal","type":"text","value":"","disabled":true},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"shippingTax","type":"text","value":"","disabled":true},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"paidTotal","type":"text","value":"","disabled":true},{"description":"<p>number e.g. 9.99(00)</p>\n","key":"paidTax","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingFirstName","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingLastName","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingCompany","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingAddress","type":"text","value":"","disabled":true},{"description":"<p>number</p>\n","key":"billingHouseNumber","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingHouseNumberAddition","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingAddress2","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingZipcode","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingCity","type":"text","value":"","disabled":true},{"description":"<p>string (!Country code!)</p>\n","key":"billingCountry","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingEmail","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"billingPhone","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"shippingFirstName","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"shippingLastName","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"shippingCompany","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"shippingAddress","type":"text","value":"","disabled":true},{"description":"<p>number</p>\n","key":"shippingHouseNumber","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"shippingHouseNumberAddition","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"shippingAddress2","type":"text","value":" ","disabled":true},{"description":"<p>string</p>\n","key":"shippingZipcode","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"shippingCity","type":"text","value":"","disabled":true},{"description":"<p>string (!Country code!)</p>\n","key":"shippingCountry","type":"text","value":"","disabled":true},{"key":"shippingEmail","value":"","description":"<p>string</p>\n","type":"text","uuid":"214d77b5-38fa-4fb6-ac99-677298703f29","disabled":true},{"key":"shippingPhone","value":"","description":"<p>string</p>\n","type":"text","uuid":"ae6aaa88-2e2b-4193-90b8-887ac73313ab","disabled":true},{"key":"shippingMethod","value":"","description":"<p>string</p>\n","type":"text","disabled":true},{"description":"<p>string</p>\n","key":"paymentMethod","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"customerNote","type":"text","value":"","disabled":true},{"key":"invoiceNumber","value":"","description":"<p>string</p>\n","type":"text","disabled":true},{"description":"<p>string</p>\n","key":"internComment","type":"text","value":"","disabled":true},{"description":"<p>number</p>\n","key":"pickupLocationData[locationNumber]","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"pickupLocationData[carrier]","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"pickupLocationData[location]","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"pickupLocationData[street]","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"pickupLocationData[houseNumber]","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"pickupLocationData[zipcode]","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"pickupLocationData[city]","type":"text","value":"","disabled":true},{"description":"<p>string</p>\n","key":"pickupLocationData[country]","type":"text","value":"","disabled":true},{"key":"pickupLocationData[locationNumber]","value":"","type":"text","description":"<p>string</p>\n","disabled":true},{"key":"orderItems[0][lineItemId]","value":"","type":"text","description":"<p>string</p>\n","disabled":true},{"key":"orderItems[0][uuid]","value":"","type":"text","description":"<p>string, use UUID if you want to update an existing order item</p>\n","disabled":true},{"key":"orderItems[0][sku]","value":"","type":"text","description":"<p>string , use SKU if you want to create a new order item</p>\n","disabled":true},{"key":"orderItems[0][productName]","value":"","type":"text","description":"<p>string</p>\n","disabled":true},{"key":"orderItems[0][productImage]","value":"","type":"text","description":"<p>string</p>\n","disabled":true},{"key":"orderItems[0][productQuantity]","value":"","type":"text","description":"<p>number</p>\n","disabled":true},{"key":"orderItems[0][taxRate]","value":"","type":"text","description":"<p>number e.g. 21.00 (Required)</p>\n","disabled":true},{"key":"orderItems[0][totalPaid]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n","disabled":true},{"key":"orderItems[0][discountTotal]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n","disabled":true},{"key":"orderItems[0][paidTax]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n","disabled":true},{"key":"orderItems[0][discountTax]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n","disabled":true},{"key":"orderItems[0][productPrice]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n","disabled":true},{"key":"orderItems[0][customProductOptions][0][name]","value":"","type":"text","description":"<p>string</p>\n","disabled":true},{"key":"orderItems[0][customProductOptions][0][value]","value":"","type":"text","description":"<p>string</p>\n","disabled":true},{"key":"delayStockReservationUntil","value":"","description":"<p>dateTime (format Y-m-d H:i)</p>\n","type":"text","disabled":true},{"key":"delayStockReservationReason","value":"","description":"<p>string</p>\n","type":"text","disabled":true},{"key":"snoozedUntil","value":"","description":"<p>dateTime (format Y-m-d H:i:s)</p>\n","type":"text","disabled":true},{"key":"snoozedReason","value":"","description":"<p>string</p>\n","type":"text","disabled":true},{"key":"preferredPackagingUuid","value":"827acbfd-74b5-4317-bf09-aa3aeba55c12","description":"<p>string (nullable), UUID of the preferred packaging material product</p>\n","type":"text"},{"key":"preferredPackagingForced","value":"0","description":"<p>boolean (nullable), only required if preferredPackagingUuid is given.</p>\n","type":"text"},{"key":"isStorePickup","value":"","description":"<p>boolean (nullable)</p>\n","type":"text","disabled":true}]},"url":"https://account.goedgepickt.nl/api/v1/orders/4717832d-65b4-4951-a1ea-79bad0756252","description":"<p>All body attributes are all optional. Only fill the attributes you want to update.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","4717832d-65b4-4951-a1ea-79bad0756252"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"44408906-d8d2-487e-a442-0dea03a70df3","name":"200 OK","originalRequest":{"method":"PUT","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/9f9d0c13-7b7f-4bfd-91e3-68fe774de40c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:18:44 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order updated\",\n    \"orderUuid\": \"9f9d0c13-7b7f-4bfd-91e3-68fe774de40c\"\n}"},{"id":"ac54b009-c74e-42df-8d29-f2d4a6194e56","name":"Delay stock reservation for an order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"contentType":"","description":"string (Unique ID in your webshop)","key":"orderId","type":"text","value":"","disabled":true},{"description":"string (Order ID displayed to your customers)","key":"orderDisplayId","type":"text","value":"","disabled":true},{"description":"date (Required) Time zone: Europe/Amsterdam","key":"createDate","type":"text","value":"","disabled":true},{"description":"date Time zone: Europe/Amsterdam","key":"finishDate","type":"text","value":"","disabled":true},{"description":"string (options: on_hold, open, completed ad cancelled)","key":"orderStatus","type":"text","value":"","disabled":true},{"key":"productsBackInStock","value":"","description":"boolean (nullable), indicates if order items should be taken back in stock after cancelling order","type":"text","disabled":true},{"contentType":"string","description":"string","key":"currency","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"discountTotal","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"discountTax","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"shippingTotal","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"shippingTax","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"paidTotal","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"paidTax","type":"text","value":"","disabled":true},{"description":"string","key":"billingFirstName","type":"text","value":"","disabled":true},{"description":"string","key":"billingLastName","type":"text","value":"","disabled":true},{"description":"string","key":"billingCompany","type":"text","value":"","disabled":true},{"description":"string","key":"billingAddress","type":"text","value":"","disabled":true},{"description":"number","key":"billingHouseNumber","type":"text","value":"","disabled":true},{"description":"string","key":"billingHouseNumberAddition","type":"text","value":"","disabled":true},{"description":"string","key":"billingAddress2","type":"text","value":"","disabled":true},{"description":"string","key":"billingZipcode","type":"text","value":"","disabled":true},{"description":"string","key":"billingCity","type":"text","value":"","disabled":true},{"description":"string (!Country code!)","key":"billingCountry","type":"text","value":"","disabled":true},{"description":"string","key":"billingEmail","type":"text","value":"","disabled":true},{"description":"string","key":"billingPhone","type":"text","value":"","disabled":true},{"description":"string","key":"shippingFirstName","type":"text","value":"","disabled":true},{"description":"string","key":"shippingLastName","type":"text","value":"","disabled":true},{"description":"string","key":"shippingCompany","type":"text","value":"","disabled":true},{"description":"string","key":"shippingAddress","type":"text","value":"","disabled":true},{"description":"number","key":"shippingHouseNumber","type":"text","value":"","disabled":true},{"description":"string","key":"shippingHouseNumberAddition","type":"text","value":"","disabled":true},{"description":"string","key":"shippingAddress2","type":"text","value":" ","disabled":true},{"description":"string","key":"shippingZipcode","type":"text","value":"","disabled":true},{"description":"string","key":"shippingCity","type":"text","value":"","disabled":true},{"description":"string (!Country code!)","key":"shippingCountry","type":"text","value":"","disabled":true},{"key":"shippingMethod","value":"","description":"string","type":"text","disabled":true},{"description":"string","key":"paymentMethod","type":"text","value":"","disabled":true},{"description":"string","key":"customerNote","type":"text","value":"","disabled":true},{"description":"string\n","key":"internComment","type":"text","value":"","disabled":true},{"description":"number","key":"pickupLocationData[locationNumber]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[carrier]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[location]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[street]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[houseNumber]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[zipcode]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[city]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[country]","type":"text","value":"","disabled":true},{"key":"pickupLocationData[locationNumber]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][lineItemId]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][uuid]","value":"","type":"text","description":"string, use UUID if you want to update an existing order item","disabled":true},{"key":"orderItems[0][sku]","value":"","type":"text","description":"string , use SKU if you want to create a new order item","disabled":true},{"key":"orderItems[0][productName]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][productImage]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][productQuantity]","value":"","type":"text","description":"number","disabled":true},{"key":"orderItems[0][taxRate]","value":"","type":"text","description":"number e.g. 21.00 (Required)","disabled":true},{"key":"orderItems[0][totalPaid]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][discountTotal]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][paidTax]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][discountTax]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][productPrice]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][customProductOptions][0][name]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][customProductOptions][0][value]","value":"","type":"text","description":"string","disabled":true},{"key":"delayStockReservationUntil","value":"2023-10-18 12:00","description":"dateTime (format Y-m-d H:i)","type":"text"},{"key":"delayStockReservationReason","value":"Stock is not present yet","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/b52bcbf5-f6f9-428d-817b-37880e7d90d8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 14:31:46 GMT"},{"key":"Phpdebugbar-Id","value":"X04f55d0e450e4cbc79bff8d9ec427919"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order updated\",\n    \"orderUuid\": \"b52bcbf5-f6f9-428d-817b-37880e7d90d8\"\n}"},{"id":"954f548a-a337-410f-98a6-41eabcef20cd","name":"Snooze an order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"contentType":"","description":"string (Unique ID in your webshop)","key":"orderId","type":"text","value":"","disabled":true},{"description":"string (Order ID displayed to your customers)","key":"orderDisplayId","type":"text","value":"","disabled":true},{"description":"date (Required) Time zone: Europe/Amsterdam","key":"createDate","type":"text","value":"","disabled":true},{"description":"date Time zone: Europe/Amsterdam","key":"finishDate","type":"text","value":"","disabled":true},{"description":"string (options: on_hold, open, completed ad cancelled)","key":"orderStatus","type":"text","value":"","disabled":true},{"key":"productsBackInStock","value":"","description":"boolean (nullable), indicates if order items should be taken back in stock after cancelling order","type":"text","disabled":true},{"contentType":"string","description":"string","key":"currency","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"discountTotal","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"discountTax","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"shippingTotal","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"shippingTax","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"paidTotal","type":"text","value":"","disabled":true},{"description":"number e.g. 9.99(00)","key":"paidTax","type":"text","value":"","disabled":true},{"description":"string","key":"billingFirstName","type":"text","value":"","disabled":true},{"description":"string","key":"billingLastName","type":"text","value":"","disabled":true},{"description":"string","key":"billingCompany","type":"text","value":"","disabled":true},{"description":"string","key":"billingAddress","type":"text","value":"","disabled":true},{"description":"number","key":"billingHouseNumber","type":"text","value":"","disabled":true},{"description":"string","key":"billingHouseNumberAddition","type":"text","value":"","disabled":true},{"description":"string","key":"billingAddress2","type":"text","value":"","disabled":true},{"description":"string","key":"billingZipcode","type":"text","value":"","disabled":true},{"description":"string","key":"billingCity","type":"text","value":"","disabled":true},{"description":"string (!Country code!)","key":"billingCountry","type":"text","value":"","disabled":true},{"description":"string","key":"billingEmail","type":"text","value":"","disabled":true},{"description":"string","key":"billingPhone","type":"text","value":"","disabled":true},{"description":"string","key":"shippingFirstName","type":"text","value":"","disabled":true},{"description":"string","key":"shippingLastName","type":"text","value":"","disabled":true},{"description":"string","key":"shippingCompany","type":"text","value":"","disabled":true},{"description":"string","key":"shippingAddress","type":"text","value":"","disabled":true},{"description":"number","key":"shippingHouseNumber","type":"text","value":"","disabled":true},{"description":"string","key":"shippingHouseNumberAddition","type":"text","value":"","disabled":true},{"description":"string","key":"shippingAddress2","type":"text","value":" ","disabled":true},{"description":"string","key":"shippingZipcode","type":"text","value":"","disabled":true},{"description":"string","key":"shippingCity","type":"text","value":"","disabled":true},{"description":"string (!Country code!)","key":"shippingCountry","type":"text","value":"","disabled":true},{"key":"shippingMethod","value":"","description":"string","type":"text","disabled":true},{"description":"string","key":"paymentMethod","type":"text","value":"","disabled":true},{"description":"string","key":"customerNote","type":"text","value":"","disabled":true},{"description":"string\n","key":"internComment","type":"text","value":"","disabled":true},{"description":"number","key":"pickupLocationData[locationNumber]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[carrier]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[location]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[street]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[houseNumber]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[zipcode]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[city]","type":"text","value":"","disabled":true},{"description":"string","key":"pickupLocationData[country]","type":"text","value":"","disabled":true},{"key":"pickupLocationData[locationNumber]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][lineItemId]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][uuid]","value":"","type":"text","description":"string, use UUID if you want to update an existing order item","disabled":true},{"key":"orderItems[0][sku]","value":"","type":"text","description":"string , use SKU if you want to create a new order item","disabled":true},{"key":"orderItems[0][productName]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][productImage]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][productQuantity]","value":"","type":"text","description":"number","disabled":true},{"key":"orderItems[0][taxRate]","value":"","type":"text","description":"number e.g. 21.00 (Required)","disabled":true},{"key":"orderItems[0][totalPaid]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][discountTotal]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][paidTax]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][discountTax]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][productPrice]","value":"","type":"text","description":"number e.g. 9.99(00)","disabled":true},{"key":"orderItems[0][customProductOptions][0][name]","value":"","type":"text","description":"string","disabled":true},{"key":"orderItems[0][customProductOptions][0][value]","value":"","type":"text","description":"string","disabled":true},{"key":"delayStockReservationUntil","value":"","description":"dateTime (format Y-m-d H:i)","type":"text","disabled":true},{"key":"delayStockReservationReason","value":"","description":"string","type":"text","disabled":true},{"key":"snoozedUntil","value":"2023-10-18 12:00:00","description":"dateTime (format Y-m-d H:i:s)","type":"text"},{"key":"snoozedReason","value":"Snooze picking","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/407edf68-fa65-4be3-b1c1-4dc0009d5fef"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 14:39:22 GMT"},{"key":"Phpdebugbar-Id","value":"X2d17631b39a2575303b22db3a6b0f653"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order updated\",\n    \"orderUuid\": \"407edf68-fa65-4be3-b1c1-4dc0009d5fef\"\n}"}],"_postman_id":"4b40248e-adef-4979-b47d-edd4978990b1"},{"name":"Create/update order items","id":"18a28b22-6f0d-4831-b21b-efa084485960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"orderItems[0][lineItemId]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][uuid]","value":"","type":"text","description":"<p>string, use UUID if you want to update an existing order item</p>\n"},{"key":"orderItems[0][sku]","value":"","type":"text","description":"<p>string , use SKU if you want to create a new order item</p>\n"},{"key":"orderItems[0][productName]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][productImage]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][productQuantity]","value":"","type":"text","description":"<p>number</p>\n"},{"key":"orderItems[0][taxRate]","value":"","type":"text","description":"<p>number e.g. 21.00 (Required)</p>\n"},{"key":"orderItems[0][totalPaid]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][discountTotal]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][paidTax]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][discountTax]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][productPrice]","value":"","type":"text","description":"<p>number e.g. 9.99(00)</p>\n"},{"key":"orderItems[0][customProductOptions][0][name]","value":"","type":"text","description":"<p>string</p>\n"},{"key":"orderItems[0][customProductOptions][0][value]","value":"","type":"text","description":"<p>string</p>\n"}]},"url":"https://account.goedgepickt.nl/api/v1/orders/fe7b94e8-aadd-48b9-bebd-4895f97ad49e","description":"<p>All body attributes are all optional. Only fill the attributes you want to update.</p>\n<p><strong>Note that this is the same endpoint as update orders, so these items can also be included while updating an order.</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","fe7b94e8-aadd-48b9-bebd-4895f97ad49e"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"adbb1298-54de-4235-8214-578500334b91","name":"200 OK","originalRequest":{"method":"PUT","header":[],"url":"https://account.goedgepickt.nl/api/v1/orders/9f9d0c13-7b7f-4bfd-91e3-68fe774de40c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:18:44 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order updated\",\n    \"orderUuid\": \"9f9d0c13-7b7f-4bfd-91e3-68fe774de40c\"\n}"}],"_postman_id":"18a28b22-6f0d-4831-b21b-efa084485960"},{"name":"Delete order item","id":"e0f5d618-1328-48fa-9f4d-1f9c53c6d081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/627162a2-130d-4492-a3f4-2d57f2a385e3/order-item/1bba7489-99db-4a63-856c-4c6caeeb6a56","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","orders","627162a2-130d-4492-a3f4-2d57f2a385e3","order-item","1bba7489-99db-4a63-856c-4c6caeeb6a56"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"4a694d83-cf36-443c-acfd-2489b31f6cc9","name":"Delete order item","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/627162a2-130d-4492-a3f4-2d57f2a385e3/order-item/1bba7489-99db-4a63-856c-4c6caeeb6a56"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 04 Oct 2024 11:46:00 GMT"},{"key":"Phpdebugbar-Id","value":"X89b5d8ed6185176ef5923750002c6b9d"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"4260453024473 has been deleted\"\n}"},{"id":"6abf29ce-9a75-4c01-b431-b6c2b22985c6","name":"Order item can't be deleted due to an open picklist","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/orders/627162a2-130d-4492-a3f4-2d57f2a385e3/order-item/1bba7489-99db-4a63-856c-4c6caeeb6a56"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 24 Sep 2024 14:05:33 GMT"},{"key":"Phpdebugbar-Id","value":"X858dfcdef7aa443521a598b0020ab041"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Can't delete order item because it is linked to an uncompleted picklist. Complete the linked picklist first or unlink the linked picklist.\"\n}"}],"_postman_id":"e0f5d618-1328-48fa-9f4d-1f9c53c6d081"}],"id":"e31fedbd-96e7-40d0-a76e-0914dbad9a0f","description":"<p>These entities will contain a <code>fulfilmentCustomerUuid</code> attribute if the company has fulfilment enabled.</p>\n","_postman_id":"e31fedbd-96e7-40d0-a76e-0914dbad9a0f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Purchase orders","item":[{"name":"Tags","item":[{"name":"Get purchase order tags","id":"0a249dca-8213-4468-b4fd-1e3ea6f09eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/{purchaseOrderUuid}/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","{purchaseOrderUuid}","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"41b2938e-4441-45a2-96e7-4651e417269f","name":"get product tags","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:21:15 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n            \"name\": \"Goodies\",\n            \"slug\": \"goodies\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#c90076\"\n        }\n    ]\n}"}],"_postman_id":"0a249dca-8213-4468-b4fd-1e3ea6f09eee"},{"name":"Add tag to purchase order","id":"f7926cdc-f4b5-4c1d-b4a5-99c57e679a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/{purchaseOrderUuid}/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","{purchaseOrderUuid}","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"a0663b3f-418f-4e8c-a743-04c1285a0df1","name":"Add tag to product","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:28:03 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"57"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"sku\": \"GG-BALPEN\",\n        \"active\": 1,\n        \"productType\": \"standard\",\n        \"supplierSku\": \"GG-BALPEN-22\",\n        \"supplier\": {\n            \"supplierUUID\": \"aef17bad-748d-4d6d-b21a-71952490f0e9\",\n            \"supplierSku\": \"GG-BALPEN-22\",\n            \"supplierName\": \"GoedeSchrijver\"\n        },\n        \"isPurchasable\": 1,\n        \"barcode\": \"9789067897679\",\n        \"asin\": \"\",\n        \"name\": \"GoedGepickt Balpen Blauw\",\n        \"ean\": \"9789067897679\",\n        \"description\": \"\",\n        \"price\": 2.5,\n        \"costPrice\": 1,\n        \"taxRate\": \"21.00\",\n        \"weight\": 10,\n        \"tags\": [\n            {\n                \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n                \"name\": \"Goodies\",\n                \"slug\": \"goodies\",\n                \"type\": \"Product\",\n                \"hexColor\": \"#c90076\"\n            }\n        ],\n        \"length\": \"15.00\",\n        \"height\": \"1.00\",\n        \"width\": \"1.00\",\n        \"productAttributes\": [\n            {\n                \"name\": \"Kleur\",\n                \"value\": \"Blauw\"\n            },\n            {\n                \"name\": \"Kwaliteit\",\n                \"value\": \"AA++\"\n            }\n        ],\n        \"internalComment\": \"\",\n        \"hscode\": \"5701 01 01 01\",\n        \"countryOfOrigin\": \"NL\",\n        \"picture\": \"https://test.goedgepickt.nl/images/image_placeholder.png\",\n        \"stock\": {\n            \"freeStock\": 612,\n            \"expectedStock\": 100,\n            \"fictionalStock\": null,\n            \"totalStock\": 612,\n            \"reservedStock\": 0,\n            \"unlimitedStock\": 0,\n            \"minimalStock\": 50,\n            \"fillStockTo\": 1000\n        },\n        \"externalProduct\": 0,\n        \"allowBackorders\": 1,\n        \"deliveryPeriod\": {\n            \"displayDeliveryPeriod\": null,\n            \"rawDeliveryPeriod\": null\n        },\n        \"GoedGepicktUrl\": \"https://test.goedgepickt.nl/products/view/c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"updatedAt\": \"2022-05-26T08:13:02.000000Z\",\n        \"createdAt\": \"2022-05-26T08:11:16.000000Z\"\n    }\n}"},{"id":"6a8486ee-08de-48ff-9137-20a70b1e8fc2","name":"Add unknown tag to product","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a162","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:27:19 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given product tag uuid not found\"\n}"}],"_postman_id":"f7926cdc-f4b5-4c1d-b4a5-99c57e679a51"},{"name":"Remove purchase order tags","id":"a0b0dcb3-63b5-47f1-8cdf-c5fedfd83626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/{purchaseOrderUuid}/tags/{tagUuid}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","{purchaseOrderUuid}","tags","{tagUuid}"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"9bc6dcac-ba47-4eb5-9d35-d46e8f8532d3","name":"Remove product tag","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags/b5945d86-3861-4d9a-919a-c598a247a164"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:22:53 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tag has been deleted\"\n}"}],"_postman_id":"a0b0dcb3-63b5-47f1-8cdf-c5fedfd83626"}],"id":"87d82f87-df19-4b4e-98cd-0dc154253366","_postman_id":"87d82f87-df19-4b4e-98cd-0dc154253366","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Create purchase order","id":"5b7a602b-4e5d-4aaf-b1ee-0c0284758a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"fulfilmentCustomerUuid","value":"","description":"<p>uuid|required for companies which have fulfilment enabled, otherwise nullable</p>\n","type":"text"},{"key":"orderReference","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"status","value":"","description":"<p>string|required (options: concept or purchased) </p>\n","type":"text"},{"key":"supplierUuid","value":"","description":"<p>string|required</p>\n","type":"text"},{"key":"purchaseOrderItems[0][sku]","value":"","description":"<p>string|required</p>\n","type":"text"},{"key":"purchaseOrderItems[0][name]","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"purchaseOrderItems[0][quantity]","value":"","description":"<p>int|required</p>\n","type":"text"},{"key":"purchaseOrderItems[0][purchasePrice]","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"purchaseOrderItems[0][ignorePurchaseInIncrementOf]","value":"","description":"<p>boolean|required (options: 1 or 0)</p>\n","type":"text"},{"key":"purchaseOrderItems[0][expectedDeliveryDate]","value":"","description":"<p>datetime|nullable (format: Y-m-d)</p>\n","type":"text"},{"key":"shippingFirstName","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingLastName","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingCompany","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingAddress","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingHouseNumber","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"shippingHouseNumberAddition","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"shippingZipcode","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"shippingCity","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"shippingCountry","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"eta","value":"","type":"text","description":"<p>datetime|nullable (format: Y-m-d)</p>\n"}]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"80118e32-9b4c-4f76-a9bf-7f82db5d1f26","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/purchase-orders","host":["https://account.goedgepickt.nl"],"path":["api","v1","purchase-orders"],"query":[{"key":"createdAfter","value":"","description":"Datetime in format: Y-m-dH:i:s","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Aug 2024 08:53:06 GMT"},{"key":"Phpdebugbar-Id","value":"X648104616a170e808714a499247f6b3e"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"c17ad856-25c7-4cf9-b1ed-6a53be6aef3f\",\n            \"status\": \"completed\",\n            \"completedAt\": \"2024-08-07T08:39:32.000000Z\",\n            \"orderDate\": \"2024-08-07T08:20:43.000000Z\",\n            \"orderNumber\": \"2024-0006\",\n            \"displayOrderNumber\": \"2024-0006\",\n            \"orderReference\": null,\n            \"supplierOrderNumber\": null,\n            \"notes\": \"\",\n            \"supplier\": {\n                \"uuid\": \"3f64b917-616c-4dbc-b0a1-71929dad6a44\",\n                \"name\": \"GoedGebakken B.V.\"\n            },\n            \"purchaseOrderItems\": [\n                {\n                    \"uuid\": \"da423eaa-f4e5-4540-a135-c139849c661c\",\n                    \"sku\": null,\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"quantity\": 27,\n                    \"quantityReceived\": 27,\n                    \"receivedAt\": \"2024-08-07T08:39:30.000000Z\",\n                    \"quantityBackInStock\": 27,\n                    \"purchasePrice\": 0,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\",\n                        \"sku\": \"stroopwafel\"\n                    }\n                }\n            ],\n            \"supplierUuid\": null,\n            \"fulfilmentCustomerUuid\": null,\n            \"shippingFirstName\": \"GoedGepickt Support\",\n            \"shippingLastName\": null,\n            \"shippingCompany\": \"Api Doc\",\n            \"shippingAddress\": \"\",\n            \"shippingHouseNumber\": null,\n            \"shippingHousenumberAddition\": null,\n            \"shippingZipcode\": \"\",\n            \"shippingCity\": \"\",\n            \"shippingCountry\": \"0\",\n            \"eta\": null,\n            \"totalWeight\": 1053,\n            \"totalProducts\": 27,\n            \"tags\": [],\n            \"costPrice\": 0,\n            \"purchasedBy\": 85,\n            \"createdAt\": \"2024-08-07T08:20:43.000000Z\",\n            \"updatedAt\": \"2024-08-07T08:39:33.000000Z\"\n        },\n        {\n            \"uuid\": \"b67d5b52-fac1-4667-a4eb-c206321416a1\",\n            \"status\": \"completed\",\n            \"completedAt\": \"2024-08-07T08:32:16.000000Z\",\n            \"orderDate\": \"2024-08-07T08:20:28.000000Z\",\n            \"orderNumber\": \"2024-0003\",\n            \"displayOrderNumber\": \"2024-0003\",\n            \"orderReference\": null,\n            \"supplierOrderNumber\": null,\n            \"notes\": \"\",\n            \"supplier\": {\n                \"uuid\": \"28dc32df-d382-42f7-b736-288ca86d524c\",\n                \"name\": \"PromoShop B.V.\"\n            },\n            \"purchaseOrderItems\": [\n                {\n                    \"uuid\": \"0882b043-5391-4b4a-a4db-4905df1ab9e6\",\n                    \"sku\": null,\n                    \"productName\": \"GoedGepickt polo\",\n                    \"quantity\": 24,\n                    \"quantityReceived\": 24,\n                    \"receivedAt\": \"2024-08-07T08:32:10.000000Z\",\n                    \"quantityBackInStock\": 24,\n                    \"purchasePrice\": 9,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"ffee4fbf-3221-473e-b2be-8cc6ef490c63\",\n                        \"sku\": \"goedgepickt-polo-m\"\n                    }\n                },\n                {\n                    \"uuid\": \"02a200d1-8342-4c69-a17a-710a1b2fb340\",\n                    \"sku\": null,\n                    \"productName\": \"GoedGepickt polo\",\n                    \"quantity\": 23,\n                    \"quantityReceived\": 23,\n                    \"receivedAt\": \"2024-08-07T08:32:10.000000Z\",\n                    \"quantityBackInStock\": 23,\n                    \"purchasePrice\": 9,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"600a239a-6a89-428d-b211-1bd2c834be5c\",\n                        \"sku\": \"goedgepickt-polo-xl\"\n                    }\n                }\n            ],\n            \"supplierUuid\": null,\n            \"fulfilmentCustomerUuid\": null,\n            \"shippingFirstName\": \"GoedGepickt Support\",\n            \"shippingLastName\": null,\n            \"shippingCompany\": \"Api Doc\",\n            \"shippingAddress\": \"\",\n            \"shippingHouseNumber\": null,\n            \"shippingHousenumberAddition\": null,\n            \"shippingZipcode\": \"\",\n            \"shippingCity\": \"\",\n            \"shippingCountry\": \"0\",\n            \"eta\": null,\n            \"totalWeight\": 4700,\n            \"totalProducts\": 47,\n            \"tags\": [],\n            \"costPrice\": 423,\n            \"purchasedBy\": 85,\n            \"createdAt\": \"2024-08-07T08:20:28.000000Z\",\n            \"updatedAt\": \"2024-08-07T08:32:16.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"5b7a602b-4e5d-4aaf-b1ee-0c0284758a38"},{"name":"Get purchase order","id":"57c4cf0e-206e-4c21-973e-521c4f14be40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/2d255fd2-ac24-44a0-ba48-ccc42dec9a2e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","2d255fd2-ac24-44a0-ba48-ccc42dec9a2e"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"fe8b14dc-7998-4a09-a873-92802a55e8ce","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/purchase-orders/c17ad856-25c7-4cf9-b1ed-6a53be6aef3f","host":["https://account.goedgepickt.nl"],"path":["api","v1","purchase-orders","c17ad856-25c7-4cf9-b1ed-6a53be6aef3f"],"query":[{"key":"createdAfter","value":"","description":"Datetime in format: Y-m-dH:i:s","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Aug 2024 08:53:06 GMT"},{"key":"Phpdebugbar-Id","value":"X648104616a170e808714a499247f6b3e"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"c17ad856-25c7-4cf9-b1ed-6a53be6aef3f\",\n            \"status\": \"completed\",\n            \"completedAt\": \"2024-08-07T08:39:32.000000Z\",\n            \"orderDate\": \"2024-08-07T08:20:43.000000Z\",\n            \"orderNumber\": \"2024-0006\",\n            \"displayOrderNumber\": \"2024-0006\",\n            \"orderReference\": null,\n            \"supplierOrderNumber\": null,\n            \"notes\": \"\",\n            \"supplier\": {\n                \"uuid\": \"3f64b917-616c-4dbc-b0a1-71929dad6a44\",\n                \"name\": \"GoedGebakken B.V.\"\n            },\n            \"purchaseOrderItems\": [\n                {\n                    \"uuid\": \"da423eaa-f4e5-4540-a135-c139849c661c\",\n                    \"sku\": null,\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"quantity\": 27,\n                    \"quantityReceived\": 27,\n                    \"receivedAt\": \"2024-08-07T08:39:30.000000Z\",\n                    \"quantityBackInStock\": 27,\n                    \"purchasePrice\": 0,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\",\n                        \"sku\": \"stroopwafel\"\n                    }\n                }\n            ],\n            \"supplierUuid\": null,\n            \"fulfilmentCustomerUuid\": null,\n            \"shippingFirstName\": \"GoedGepickt Support\",\n            \"shippingLastName\": null,\n            \"shippingCompany\": \"Api Doc\",\n            \"shippingAddress\": \"\",\n            \"shippingHouseNumber\": null,\n            \"shippingHousenumberAddition\": null,\n            \"shippingZipcode\": \"\",\n            \"shippingCity\": \"\",\n            \"shippingCountry\": \"0\",\n            \"eta\": null,\n            \"totalWeight\": 1053,\n            \"totalProducts\": 27,\n            \"tags\": [],\n            \"costPrice\": 0,\n            \"purchasedBy\": 85,\n            \"createdAt\": \"2024-08-07T08:20:43.000000Z\",\n            \"updatedAt\": \"2024-08-07T08:39:33.000000Z\"\n        },\n        {\n            \"uuid\": \"b67d5b52-fac1-4667-a4eb-c206321416a1\",\n            \"status\": \"completed\",\n            \"completedAt\": \"2024-08-07T08:32:16.000000Z\",\n            \"orderDate\": \"2024-08-07T08:20:28.000000Z\",\n            \"orderNumber\": \"2024-0003\",\n            \"displayOrderNumber\": \"2024-0003\",\n            \"orderReference\": null,\n            \"supplierOrderNumber\": null,\n            \"notes\": \"\",\n            \"supplier\": {\n                \"uuid\": \"28dc32df-d382-42f7-b736-288ca86d524c\",\n                \"name\": \"PromoShop B.V.\"\n            },\n            \"purchaseOrderItems\": [\n                {\n                    \"uuid\": \"0882b043-5391-4b4a-a4db-4905df1ab9e6\",\n                    \"sku\": null,\n                    \"productName\": \"GoedGepickt polo\",\n                    \"quantity\": 24,\n                    \"quantityReceived\": 24,\n                    \"receivedAt\": \"2024-08-07T08:32:10.000000Z\",\n                    \"quantityBackInStock\": 24,\n                    \"purchasePrice\": 9,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"ffee4fbf-3221-473e-b2be-8cc6ef490c63\",\n                        \"sku\": \"goedgepickt-polo-m\"\n                    }\n                },\n                {\n                    \"uuid\": \"02a200d1-8342-4c69-a17a-710a1b2fb340\",\n                    \"sku\": null,\n                    \"productName\": \"GoedGepickt polo\",\n                    \"quantity\": 23,\n                    \"quantityReceived\": 23,\n                    \"receivedAt\": \"2024-08-07T08:32:10.000000Z\",\n                    \"quantityBackInStock\": 23,\n                    \"purchasePrice\": 9,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"600a239a-6a89-428d-b211-1bd2c834be5c\",\n                        \"sku\": \"goedgepickt-polo-xl\"\n                    }\n                }\n            ],\n            \"supplierUuid\": null,\n            \"fulfilmentCustomerUuid\": null,\n            \"shippingFirstName\": \"GoedGepickt Support\",\n            \"shippingLastName\": null,\n            \"shippingCompany\": \"Api Doc\",\n            \"shippingAddress\": \"\",\n            \"shippingHouseNumber\": null,\n            \"shippingHousenumberAddition\": null,\n            \"shippingZipcode\": \"\",\n            \"shippingCity\": \"\",\n            \"shippingCountry\": \"0\",\n            \"eta\": null,\n            \"totalWeight\": 4700,\n            \"totalProducts\": 47,\n            \"tags\": [],\n            \"costPrice\": 423,\n            \"purchasedBy\": 85,\n            \"createdAt\": \"2024-08-07T08:20:28.000000Z\",\n            \"updatedAt\": \"2024-08-07T08:32:16.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"57c4cf0e-206e-4c21-973e-521c4f14be40"},{"name":"Get purchase orders","id":"4c27f951-3f2d-42c5-98c3-35b9324efdbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/purchase-orders?createdAfter=&searchAttribute=&searchDelimiter=&searchValue=&perPage=&page=&updatedAfter=&orderBy=&orderByDirection=&tags[0]=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"createdAfter","value":""},{"description":{"content":"<p>string e.g. \"status\"</p>\n","type":"text/plain"},"key":"searchAttribute","value":""},{"description":{"content":"<p>string e.g. \"!=\"</p>\n","type":"text/plain"},"key":"searchDelimiter","value":""},{"description":{"content":"<p>string e.g. \"concept\"</p>\n","type":"text/plain"},"key":"searchValue","value":""},{"description":{"content":"<p>int|required (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":""},{"description":{"content":"<p>int|required</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"updatedAfter","value":""},{"description":{"content":"<p>string e.g. \"updatedAt\", \"orderDate\" or \"completedAt\"</p>\n","type":"text/plain"},"key":"orderBy","value":""},{"description":{"content":"<p>asc or desc</p>\n","type":"text/plain"},"key":"orderByDirection","value":""},{"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"tags[0]","value":""}],"variable":[]}},"response":[{"id":"0271b349-6e20-4578-948d-f0aac2895276","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/purchase-orders?searchAttribute=&searchDelimiter=&searchValue=&perPage=&page=&updatedAfter=2024-08-07 10:30:00&orderBy=updatedAt&orderByDirection=desc","host":["https://account.goedgepickt.nl"],"path":["api","v1","purchase-orders"],"query":[{"key":"createdAfter","value":"","description":"Datetime in format: Y-m-dH:i:s","disabled":true},{"key":"searchAttribute","value":"","description":"string e.g. \"status\""},{"key":"searchDelimiter","value":"","description":"string e.g. \"!=\""},{"key":"searchValue","value":"","description":"string e.g. \"concept\""},{"key":"perPage","value":"","description":"int|required"},{"key":"page","value":"","description":"int|required"},{"key":"updatedAfter","value":"2024-08-07 10:30:00","description":"Datetime in format: Y-m-dH:i:s","type":"text"},{"key":"orderBy","value":"updatedAt","description":"string e.g. \"createDate\" or \"FinishDate\"","type":"text"},{"key":"orderByDirection","value":"desc","description":"asc or desc","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Aug 2024 08:53:06 GMT"},{"key":"Phpdebugbar-Id","value":"X648104616a170e808714a499247f6b3e"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 2,\n        \"itemsPerPage\": 15,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"c17ad856-25c7-4cf9-b1ed-6a53be6aef3f\",\n            \"status\": \"completed\",\n            \"completedAt\": \"2024-08-07T08:39:32.000000Z\",\n            \"orderDate\": \"2024-08-07T08:20:43.000000Z\",\n            \"orderNumber\": \"2024-0006\",\n            \"displayOrderNumber\": \"2024-0006\",\n            \"orderReference\": null,\n            \"supplierOrderNumber\": null,\n            \"notes\": \"\",\n            \"supplier\": {\n                \"uuid\": \"3f64b917-616c-4dbc-b0a1-71929dad6a44\",\n                \"name\": \"GoedGebakken B.V.\"\n            },\n            \"purchaseOrderItems\": [\n                {\n                    \"uuid\": \"da423eaa-f4e5-4540-a135-c139849c661c\",\n                    \"sku\": null,\n                    \"productName\": \"Stroopwafelkoek - Caramel\",\n                    \"quantity\": 27,\n                    \"quantityReceived\": 27,\n                    \"receivedAt\": \"2024-08-07T08:39:30.000000Z\",\n                    \"quantityBackInStock\": 27,\n                    \"purchasePrice\": 0,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\",\n                        \"sku\": \"stroopwafel\"\n                    }\n                }\n            ],\n            \"supplierUuid\": null,\n            \"fulfilmentCustomerUuid\": null,\n            \"shippingFirstName\": \"GoedGepickt Support\",\n            \"shippingLastName\": null,\n            \"shippingCompany\": \"Api Doc\",\n            \"shippingAddress\": \"\",\n            \"shippingHouseNumber\": null,\n            \"shippingHousenumberAddition\": null,\n            \"shippingZipcode\": \"\",\n            \"shippingCity\": \"\",\n            \"shippingCountry\": \"0\",\n            \"eta\": null,\n            \"totalWeight\": 1053,\n            \"totalProducts\": 27,\n            \"tags\": [],\n            \"costPrice\": 0,\n            \"purchasedBy\": 85,\n            \"createdAt\": \"2024-08-07T08:20:43.000000Z\",\n            \"updatedAt\": \"2024-08-07T08:39:33.000000Z\"\n        },\n        {\n            \"uuid\": \"b67d5b52-fac1-4667-a4eb-c206321416a1\",\n            \"status\": \"completed\",\n            \"completedAt\": \"2024-08-07T08:32:16.000000Z\",\n            \"orderDate\": \"2024-08-07T08:20:28.000000Z\",\n            \"orderNumber\": \"2024-0003\",\n            \"displayOrderNumber\": \"2024-0003\",\n            \"orderReference\": null,\n            \"supplierOrderNumber\": null,\n            \"notes\": \"\",\n            \"supplier\": {\n                \"uuid\": \"28dc32df-d382-42f7-b736-288ca86d524c\",\n                \"name\": \"PromoShop B.V.\"\n            },\n            \"purchaseOrderItems\": [\n                {\n                    \"uuid\": \"0882b043-5391-4b4a-a4db-4905df1ab9e6\",\n                    \"sku\": null,\n                    \"productName\": \"GoedGepickt polo\",\n                    \"quantity\": 24,\n                    \"quantityReceived\": 24,\n                    \"receivedAt\": \"2024-08-07T08:32:10.000000Z\",\n                    \"quantityBackInStock\": 24,\n                    \"purchasePrice\": 9,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"ffee4fbf-3221-473e-b2be-8cc6ef490c63\",\n                        \"sku\": \"goedgepickt-polo-m\"\n                    }\n                },\n                {\n                    \"uuid\": \"02a200d1-8342-4c69-a17a-710a1b2fb340\",\n                    \"sku\": null,\n                    \"productName\": \"GoedGepickt polo\",\n                    \"quantity\": 23,\n                    \"quantityReceived\": 23,\n                    \"receivedAt\": \"2024-08-07T08:32:10.000000Z\",\n                    \"quantityBackInStock\": 23,\n                    \"purchasePrice\": 9,\n                    \"expectedDeliveryDate\": null,\n                    \"product\": {\n                        \"uuid\": \"600a239a-6a89-428d-b211-1bd2c834be5c\",\n                        \"sku\": \"goedgepickt-polo-xl\"\n                    }\n                }\n            ],\n            \"supplierUuid\": null,\n            \"fulfilmentCustomerUuid\": null,\n            \"shippingFirstName\": \"GoedGepickt Support\",\n            \"shippingLastName\": null,\n            \"shippingCompany\": \"Api Doc\",\n            \"shippingAddress\": \"\",\n            \"shippingHouseNumber\": null,\n            \"shippingHousenumberAddition\": null,\n            \"shippingZipcode\": \"\",\n            \"shippingCity\": \"\",\n            \"shippingCountry\": \"0\",\n            \"eta\": null,\n            \"totalWeight\": 4700,\n            \"totalProducts\": 47,\n            \"tags\": [],\n            \"costPrice\": 423,\n            \"purchasedBy\": 85,\n            \"createdAt\": \"2024-08-07T08:20:28.000000Z\",\n            \"updatedAt\": \"2024-08-07T08:32:16.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"4c27f951-3f2d-42c5-98c3-35b9324efdbd"},{"name":"Update purchase order","id":"d5675dce-10db-474f-a7f6-8ba87d349b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"orderReference","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"supplierUuid","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"status","value":"","description":"<p>string|nullable (options: concept or purchased) </p>\n","type":"text"},{"key":"shippingFirstName","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingLastName","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingCompany","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingAddress","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingHouseNumber","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingZipcode","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingCity","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"shippingCountry","value":"Germany\n","description":"<p>string|nullable</p>\n","type":"text"},{"key":"eta","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"purchaseOrderItems[0][uuid]","value":"","type":"text","description":"<p>string|required</p>\n"},{"key":"purchaseOrderItems[0][productName]","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"purchaseOrderItems[0][quantity]","value":"","type":"text","description":"<p>int|nullable</p>\n"},{"key":"purchaseOrderItems[0][purchasePrice]","value":"","type":"text","description":"<p>decimal|nullable</p>\n"},{"key":"purchaseOrderItems[0][ignorePurchaseInIncrementOf]","value":"","description":"<p>boolean|nullable (options: 1 or 0)</p>\n","type":"text"},{"key":"purchaseOrderItems[0][expectedDeliveryDate]","value":"","description":"<p>datetime|nullable (format: Y-m-d)</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/a003c79a-0c9a-44af-9f48-3c25c1c5e54a","description":"<p>All body attributes are all optional. Only fill the attributes you want to update.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","a003c79a-0c9a-44af-9f48-3c25c1c5e54a"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"e9b2ec0e-e673-46b2-9c9d-0eddb4f37888","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"orderReference","value":"","description":"string|nullable","type":"text"},{"key":"supplierUuid","value":"","description":"string|nullable","type":"text"},{"key":"status","value":"","description":"string|nullable (options: concept or purchased) ","type":"text"},{"key":"shippingFirstName","value":"","description":"string|nullable","type":"text"},{"key":"shippingLastName","value":"","description":"string|nullable","type":"text"},{"key":"shippingCompany","value":"","description":"string|nullable","type":"text"},{"key":"shippingAddress","value":"","description":"string|nullable","type":"text"},{"key":"shippingHouseNumber","value":"","description":"string|nullable","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string|nullable","type":"text"},{"key":"shippingZipcode","value":"","description":"string|nullable","type":"text"},{"key":"shippingCity","value":"","description":"string|nullable","type":"text"},{"key":"shippingCountry","value":"Germany\n","description":"string|nullable","type":"text"},{"key":"eta","value":"","description":"string|nullable","type":"text"},{"key":"purchaseOrderItems[0][uuid]","value":"","type":"text","description":"string|required"},{"key":"purchaseOrderItems[0][productName]","value":"","type":"text","description":"string|nullable"},{"key":"purchaseOrderItems[0][quantity]","value":"","type":"text","description":"int|nullable"},{"key":"purchaseOrderItems[0][purchasePrice]","value":"","type":"text","description":"decimal|nullable"},{"key":"purchaseOrderItems[0][ignorePurchaseInIncrementOf]","value":"","description":"boolean|nullable (options: 1 or 0)","type":"text"},{"key":"purchaseOrderItems[0][expectedDeliveryDate]","value":"","description":"datetime|nullable (format: Y-m-d)","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/a003c79a-0c9a-44af-9f48-3c25c1c5e54a"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Purchase order updated\",\n    \"items\": {\n        \"uuid\": \"c17ad856-25c7-4cf9-b1ed-6a53be6aef3f\",\n        \"status\": \"completed\",\n        \"completedAt\": \"2024-08-07T08:39:32.000000Z\",\n        \"orderDate\": \"2024-08-07T08:20:43.000000Z\",\n        \"orderNumber\": \"2024-0006\",\n        \"displayOrderNumber\": \"2024-0006\",\n        \"orderReference\": null,\n        \"supplierOrderNumber\": null,\n        \"notes\": \"\",\n        \"supplier\": {\n            \"uuid\": \"3f64b917-616c-4dbc-b0a1-71929dad6a44\",\n            \"name\": \"GoedGebakken B.V.\"\n        },\n        \"purchaseOrderItems\": [\n            {\n                \"uuid\": \"da423eaa-f4e5-4540-a135-c139849c661c\",\n                \"sku\": null,\n                \"productName\": \"Stroopwafelkoek - Caramel\",\n                \"quantity\": 27,\n                \"quantityReceived\": 27,\n                \"receivedAt\": \"2024-08-07T08:39:30.000000Z\",\n                \"quantityBackInStock\": 27,\n                \"purchasePrice\": 0,\n                \"expectedDeliveryDate\": null,\n                \"product\": {\n                    \"uuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\",\n                    \"sku\": \"stroopwafel\"\n                }\n            }\n        ],\n        \"supplierUuid\": null,\n        \"fulfilmentCustomerUuid\": null,\n        \"shippingFirstName\": \"GoedGepickt Support\",\n        \"shippingLastName\": null,\n        \"shippingCompany\": \"Api Doc\",\n        \"shippingAddress\": \"\",\n        \"shippingHouseNumber\": null,\n        \"shippingHousenumberAddition\": null,\n        \"shippingZipcode\": \"\",\n        \"shippingCity\": \"\",\n        \"shippingCountry\": \"0\",\n        \"eta\": null,\n        \"totalWeight\": 1053,\n        \"totalProducts\": 27,\n        \"tags\": [],\n        \"costPrice\": 0,\n        \"purchasedBy\": 85,\n        \"createdAt\": \"2024-08-07T08:20:43.000000Z\",\n        \"updatedAt\": \"2024-08-07T08:39:33.000000Z\"\n    }\n}"},{"id":"15bd668c-5671-4e42-ba6a-0115c3d570b3","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"orderReference","value":"","description":"string|nullable","type":"text"},{"key":"supplierUuid","value":"","description":"string|nullable","type":"text"},{"key":"status","value":"","description":"string|nullable (options: concept or purchased) ","type":"text"},{"key":"shippingFirstName","value":"","description":"string|nullable","type":"text"},{"key":"shippingLastName","value":"","description":"string|nullable","type":"text"},{"key":"shippingCompany","value":"","description":"string|nullable","type":"text"},{"key":"shippingAddress","value":"","description":"string|nullable","type":"text"},{"key":"shippingHouseNumber","value":"","description":"string|nullable","type":"text"},{"key":"shippingHouseNumberAddition","value":"","description":"string|nullable","type":"text"},{"key":"shippingZipcode","value":"","description":"string|nullable","type":"text"},{"key":"shippingCity","value":"","description":"string|nullable","type":"text"},{"key":"shippingCountry","value":"Germany\n","description":"string|nullable","type":"text"},{"key":"eta","value":"","description":"string|nullable","type":"text"},{"key":"purchaseOrderItems[0][uuid]","value":"","type":"text","description":"string|required"},{"key":"purchaseOrderItems[0][productName]","value":"","type":"text","description":"string|nullable"},{"key":"purchaseOrderItems[0][quantity]","value":"","type":"text","description":"int|nullable"},{"key":"purchaseOrderItems[0][purchasePrice]","value":"","type":"text","description":"decimal|nullable"},{"key":"purchaseOrderItems[0][ignorePurchaseInIncrementOf]","value":"","description":"boolean|nullable (options: 1 or 0)","type":"text"},{"key":"purchaseOrderItems[0][expectedDeliveryDate]","value":"","description":"datetime|nullable (format: Y-m-d)","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/a003c79a-0c9a-44af-9f48-3c25c1c5e54a"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unable to update supplier info with current purchase order status\"\n}"}],"_postman_id":"d5675dce-10db-474f-a7f6-8ba87d349b2c"},{"name":"Delete purchase order","id":"c19667f4-5e95-46f4-92a8-980124e9aa5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/95947ebf-d44e-47c9-8d06-d0e02d4c89b8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","95947ebf-d44e-47c9-8d06-d0e02d4c89b8"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"4ddd764e-5ed7-4264-a3e6-a5d24d5f0cff","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/95947ebf-d44e-47c9-8d06-d0e02d4c89b8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Purchase order deleted\"\n}"}],"_postman_id":"c19667f4-5e95-46f4-92a8-980124e9aa5c"},{"name":"Create purchase order item","id":"6fea1c38-6d1a-4d0b-9e35-9c9c435fcfbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"fulfilmentCustomerUuid","value":"","description":"<p>uuid|required for companies which have fulfilment enabled, otherwise nullable</p>\n","type":"text"},{"key":"sku","value":"","description":"<p>string|required</p>\n","type":"text"},{"key":"productName","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"quantity","value":"","description":"<p>int|required</p>\n","type":"text"},{"key":"purchasePrice","value":"","description":"<p>decimal|nullable</p>\n","type":"text"},{"key":"ignorePurchaseInIncrementOf","value":"","description":"<p>boolean|nullable (options: 1 or 0)</p>\n","type":"text"},{"key":"expectedDeliveryDate","value":"","description":"<p>datetime|nullable (format: Y-m-d)</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/a003c79a-0c9a-44af-9f48-3c25c1c5e54a/purchase-order-item","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","a003c79a-0c9a-44af-9f48-3c25c1c5e54a","purchase-order-item"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fea1c38-6d1a-4d0b-9e35-9c9c435fcfbb"},{"name":"Update purchase order item","id":"1a934b8a-fd14-4aa3-8541-7cb946d53114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"quantity","value":"35","description":"<p>int|nullable</p>\n","type":"text"},{"key":"purchasePrice","value":"100","description":"<p>decimal|nullable</p>\n","type":"text"},{"key":"ignorePurchaseInIncrementOf","value":"1","description":"<p>boolean|nullable (options: 1 or 0)</p>\n","type":"text"},{"key":"expectedDeliveryDate","value":"2022-10-18","description":"<p>datetime|nullable (format: Y-m-d)</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/a003c79a-0c9a-44af-9f48-3c25c1c5e54a/purchase-order-item/e01970e8-572e-4238-b8e2-860d8a3229f6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","a003c79a-0c9a-44af-9f48-3c25c1c5e54a","purchase-order-item","e01970e8-572e-4238-b8e2-860d8a3229f6"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a934b8a-fd14-4aa3-8541-7cb946d53114"},{"name":"Delete purchase order item","id":"f7a98eb7-f517-4fa6-a24b-d7c79f111c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/a003c79a-0c9a-44af-9f48-3c25c1c5e54a/purchase-order-item/e01970e8-572e-4238-b8e2-860d8a3229f6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","purchase-orders","a003c79a-0c9a-44af-9f48-3c25c1c5e54a","purchase-order-item","e01970e8-572e-4238-b8e2-860d8a3229f6"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"9a30a015-a146-40be-b9c0-1e64c8eca419","name":"Delete purchase order item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/purchase-orders/a003c79a-0c9a-44af-9f48-3c25c1c5e54a/purchase-order-item/e01970e8-572e-4238-b8e2-860d8a3229f6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 12:11:38 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X46d84450d4793606ed5b777d16c5039a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Purchase order item has been deleted from the purchase order\"\n}"}],"_postman_id":"f7a98eb7-f517-4fa6-a24b-d7c79f111c5f"}],"id":"2ae93151-1db0-4eb2-89ae-46687c3bdd7c","description":"<p>These entities will contain a <code>fulfilmentCustomerUuid</code> attribute if the company has fulfilment enabled.</p>\n","_postman_id":"2ae93151-1db0-4eb2-89ae-46687c3bdd7c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Picklists","item":[{"name":"Get picklists","id":"a91175c2-e5df-4ba0-a299-b1eb45e4207c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/picklists?createdAfter&createdBefore&user&type&status&perPage&page","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklists"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"createdAfter","value":null},{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"createdBefore","value":null},{"description":{"content":"<p>UUID of the assigned user</p>\n","type":"text/plain"},"key":"user","value":null},{"description":{"content":"<p>Possible values: <code>normal</code> or <code>single</code></p>\n","type":"text/plain"},"key":"type","value":null},{"description":{"content":"<p>Possible values: <code>picking</code>, <code>pickable</code>, <code>picked</code>, <code>packable</code>, <code>packing</code>, <code>packed</code>, <code>completed</code></p>\n","type":"text/plain"},"key":"status","value":null},{"description":{"content":"<p>Integer (Max 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>Integer</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"648cef8c-ebae-45b4-9ffe-58954f27388f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://account.goedgepickt.nl/api/v1/picklists?createdAfter&createdBefore&user&type&status&perPage&page","protocol":"https","host":["account","goedgepickt","nl"],"path":["api","v1","picklists"],"query":[{"key":"createdAfter","value":null,"description":"Datetime in format: Y-m-dH:i:s"},{"key":"createdBefore","value":null,"description":"Datetime in format: Y-m-dH:i:s"},{"key":"user","value":null,"description":"UUID of the assigned user"},{"key":"type","value":null},{"key":"status","value":null},{"key":"perPage","value":null},{"key":"page","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"74cf56d7-e768-4de9-b7a9-39b564de12d5\",\n            \"type\": \"normal\",\n            \"status\": \"pickable\",\n            \"user\": {\n                \"uuid\": \"e28d3649-9282-47a0-a181-ef988d0254d1\",\n                \"name\": \"John Doe\",\n                \"email\": \"john@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"totalProducts\": 15,\n            \"totalUniqueProducts\": 9,\n            \"totalOrders\": 6,\n            \"finishDate\": null,\n            \"createdAt\": \"2026-01-13T10:27:11.000000Z\",\n            \"updatedAt\": \"2026-02-18T09:08:34.000000Z\"\n        },\n        {\n            \"uuid\": \"bc030876-a9ef-461a-bb63-35bc7f7d2b29\",\n            \"type\": \"single\",\n            \"status\": \"pickable\",\n            \"user\": {\n                \"uuid\": \"5ef2e91d-d7c1-4b0c-b356-8401849266eb\",\n                \"name\": \"John Doe\",\n                \"email\": \"john@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"totalProducts\": 11,\n            \"totalUniqueProducts\": 6,\n            \"totalOrders\": 4,\n            \"finishDate\": null,\n            \"createdAt\": \"2026-01-13T10:27:20.000000Z\",\n            \"updatedAt\": \"2026-02-18T10:04:46.000000Z\"\n        }\n    ],\n    \"pageInfo\": {\n        \"totalItems\": 2,\n        \"itemsPerPage\": 25,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    }\n}"}],"_postman_id":"a91175c2-e5df-4ba0-a299-b1eb45e4207c"},{"name":"Get picklist","id":"35c09ae1-7451-4175-a0e4-f2e69449fcad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/picklists/74cf56d7-e768-4de9-b7a9-39b564de12d5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklists","74cf56d7-e768-4de9-b7a9-39b564de12d5"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"1eaaabc1-3bcb-45a8-abaa-46051878b410","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/picklists/74cf56d7-e768-4de9-b7a9-39b564de12d5"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"bc030876-a9ef-461a-bb63-35bc7f7d2b29\",\n    \"type\": \"normal\",\n    \"number\": \"2026-0002\",\n    \"status\": \"pickable\",\n    \"user\": {\n        \"uuid\": \"5ef2e91d-d7c1-4b0c-b356-8401849266eb\",\n        \"name\": \"John Doe\"\n    },\n    \"totalProducts\": 11,\n    \"totalUniqueProducts\": 6,\n    \"totalOrders\": 4,\n    \"items\": [\n        {\n            \"status\": \"pickable\",\n            \"productQuantity\": 2,\n            \"pickedQuantity\": 0,\n            \"container\": {\n                \"uuid\": \"2b92e56d-41ca-458f-b0c4-e5a7649a7ec8\",\n                \"name\": \"EA\"\n            },\n            \"orderItem\": {\n                \"uuid\": \"c3e5a69d-ecb4-46ed-9f5e-dd92073893db\",\n                \"type\": 1,\n                \"sku\": \"DNG-CP68\",\n                \"name\": \"1 Din Autoradio  Apple CarPlay | Android Auto\",\n                \"status\": \"open\",\n                \"productQuantity\": 2,\n                \"pickedQuantity\": 0\n            },\n            \"product\": {\n                \"uuid\": \"78bd0392-0f7d-472d-b52c-e4fe66692ea2\",\n                \"sku\": \"DNG-CP68\",\n                \"name\": \"1 Din Autoradio  Apple CarPlay | Android Auto\",\n                \"barcode\": \"8720634350525\",\n                \"productType\": \"standard\"\n            },\n            \"order\": {\n                \"uuid\": \"db94a44b-89b6-4d81-a13a-7b5260c8949d\",\n                \"externalDisplayId\": \"ORD-1767349509\",\n                \"status\": \"picking\",\n                \"totalProducts\": 4,\n                \"internComment\": \"\",\n                \"customerNote\": \"\",\n                \"fulfilmentNote\": null,\n                \"createDate\": \"2026-01-02T10:25:08.000000Z\"\n            }\n        },\n        {\n            \"status\": \"pickable\",\n            \"productQuantity\": 2,\n            \"pickedQuantity\": 0,\n            \"container\": {\n                \"uuid\": \"2b92e56d-41ca-458f-b0c4-e5a7649a7ec8\",\n                \"name\": \"EA\"\n            },\n            \"orderItem\": {\n                \"uuid\": \"16dc1be9-28f9-4fc6-9667-c5a2b211f49c\",\n                \"type\": 1,\n                \"sku\": \"9789056611606\",\n                \"name\": \"250 Slimme spelletjes\",\n                \"status\": \"open\",\n                \"productQuantity\": 2,\n                \"pickedQuantity\": 0\n            },\n            \"product\": {\n                \"uuid\": \"8736e58d-ece3-477d-b0e9-e22415f0e6c2\",\n                \"sku\": \"9789056611606\",\n                \"name\": \"250 Slimme spelletjes\",\n                \"barcode\": \"test,aaaa\",\n                \"productType\": \"standard\"\n            },\n            \"order\": {\n                \"uuid\": \"db94a44b-89b6-4d81-a13a-7b5260c8949d\",\n                \"externalDisplayId\": \"ORD-1767349509\",\n                \"status\": \"picking\",\n                \"totalProducts\": 4,\n                \"internComment\": \"\",\n                \"customerNote\": \"\",\n                \"fulfilmentNote\": null,\n                \"createDate\": \"2026-01-02T10:25:08.000000Z\"\n            }\n        },\n        {\n            \"status\": \"pickable\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"container\": {\n                \"uuid\": \"1b5cb4f5-c87e-4d4e-a940-f48fcf6d7b0f\",\n                \"name\": \"EB\"\n            },\n            \"orderItem\": {\n                \"uuid\": \"b614c9d3-a6ad-433d-802a-2850e2f65ab0\",\n                \"type\": 3,\n                \"sku\": \"gg-pen\",\n                \"name\": \"GoedGepickt Pen\",\n                \"status\": \"open\",\n                \"productQuantity\": 1,\n                \"pickedQuantity\": 0\n            },\n            \"product\": {\n                \"uuid\": \"2995e38b-9217-459c-b20c-16aacc6f48cd\",\n                \"sku\": \"gg-pen\",\n                \"name\": \"GoedGepickt Pen\",\n                \"barcode\": \"\",\n                \"productType\": \"standard\"\n            },\n            \"order\": {\n                \"uuid\": \"7836f60a-767f-46fa-af24-cc55989e0cfd\",\n                \"externalDisplayId\": \"ORD-1767697631\",\n                \"status\": \"picking\",\n                \"totalProducts\": 3,\n                \"internComment\": \"\",\n                \"customerNote\": \"\",\n                \"fulfilmentNote\": null,\n                \"createDate\": \"2026-01-06T11:07:10.000000Z\"\n            }\n        },\n        {\n            \"status\": \"pickable\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"container\": {\n                \"uuid\": \"1b5cb4f5-c87e-4d4e-a940-f48fcf6d7b0f\",\n                \"name\": \"EB\"\n            },\n            \"orderItem\": {\n                \"uuid\": \"450fe646-53f4-4b1f-ba39-48824f0c5600\",\n                \"type\": 3,\n                \"sku\": \"gg-keycord\",\n                \"name\": \"GG Keycord\",\n                \"status\": \"open\",\n                \"productQuantity\": 1,\n                \"pickedQuantity\": 0\n            },\n            \"product\": {\n                \"uuid\": \"de98e6a2-008e-457f-a667-008a7871f4f1\",\n                \"sku\": \"gg-keycord\",\n                \"name\": \"GG Keycord\",\n                \"barcode\": \"\",\n                \"productType\": \"standard\"\n            },\n            \"order\": {\n                \"uuid\": \"7836f60a-767f-46fa-af24-cc55989e0cfd\",\n                \"externalDisplayId\": \"ORD-1767697631\",\n                \"status\": \"picking\",\n                \"totalProducts\": 3,\n                \"internComment\": \"\",\n                \"customerNote\": \"\",\n                \"fulfilmentNote\": null,\n                \"createDate\": \"2026-01-06T11:07:10.000000Z\"\n            }\n        },\n        {\n            \"status\": \"pickable\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"container\": {\n                \"uuid\": \"1b5cb4f5-c87e-4d4e-a940-f48fcf6d7b0f\",\n                \"name\": \"EB\"\n            },\n            \"orderItem\": {\n                \"uuid\": \"7e8939ae-792f-4834-bb0d-0f41f416a671\",\n                \"type\": 3,\n                \"sku\": \"gg-mes\",\n                \"name\": \"GG Hobbymes\",\n                \"status\": \"open\",\n                \"productQuantity\": 1,\n                \"pickedQuantity\": 0\n            },\n            \"product\": {\n                \"uuid\": \"a98a83ae-c8ac-46ef-8312-0d871b9275a1\",\n                \"sku\": \"gg-mes\",\n                \"name\": \"GG Hobbymes\",\n                \"barcode\": \"\",\n                \"productType\": \"standard\"\n            },\n            \"order\": {\n                \"uuid\": \"7836f60a-767f-46fa-af24-cc55989e0cfd\",\n                \"externalDisplayId\": \"ORD-1767697631\",\n                \"status\": \"picking\",\n                \"totalProducts\": 3,\n                \"internComment\": \"\",\n                \"customerNote\": \"\",\n                \"fulfilmentNote\": null,\n                \"createDate\": \"2026-01-06T11:07:10.000000Z\"\n            }\n        },\n        {\n            \"status\": \"pickable\",\n            \"productQuantity\": 1,\n            \"pickedQuantity\": 0,\n            \"container\": {\n                \"uuid\": \"381c40a2-d684-40c8-beea-ac52755704f5\",\n                \"name\": \"EC\"\n            },\n            \"orderItem\": {\n                \"uuid\": \"ece750dc-fca4-41c7-bff2-d7fb39cea011\",\n                \"type\": 1,\n                \"sku\": \"8717377001043\",\n                \"name\": \"42K\",\n                \"status\": \"open\",\n                \"productQuantity\": 1,\n                \"pickedQuantity\": 0\n            },\n            \"product\": {\n                \"uuid\": \"1e9edbcd-19fd-47dd-b067-ec381ac087f1\",\n                \"sku\": \"8717377001043\",\n                \"name\": \"42K\",\n                \"barcode\": \"\",\n                \"productType\": \"standard\"\n            },\n            \"order\": {\n                \"uuid\": \"a60df559-7d41-433b-b15a-0faf61125427\",\n                \"externalDisplayId\": \"ORD-1753450574\",\n                \"status\": \"ready_for_picking\",\n                \"totalProducts\": 1,\n                \"internComment\": \"\",\n                \"customerNote\": \"\",\n                \"fulfilmentNote\": null,\n                \"createDate\": \"2025-07-25T13:36:13.000000Z\"\n            }\n        },\n        {\n            \"status\": \"pickable\",\n            \"productQuantity\": 3,\n            \"pickedQuantity\": 0,\n            \"container\": {\n                \"uuid\": \"381c40a2-d684-40c8-beea-ac52755704f5\",\n                \"name\": \"EC\"\n            },\n            \"orderItem\": {\n                \"uuid\": \"a55d43c6-684b-4976-a615-21e0ee809c4f\",\n                \"type\": 1,\n                \"sku\": \"9789056611606\",\n                \"name\": \"250 Slimme spelletjes\",\n                \"status\": \"open\",\n                \"productQuantity\": 3,\n                \"pickedQuantity\": 0\n            },\n            \"product\": {\n                \"uuid\": \"8736e58d-ece3-477d-b0e9-e22415f0e6c2\",\n                \"sku\": \"9789056611606\",\n                \"name\": \"250 Slimme spelletjes\",\n                \"barcode\": \"test,aaaa\",\n                \"productType\": \"standard\"\n            },\n            \"order\": {\n                \"uuid\": \"bd26f169-9eb1-4abd-af48-d460a88507ea\",\n                \"externalDisplayId\": \"ORD-1760426146\",\n                \"status\": \"ready_for_picking\",\n                \"totalProducts\": 4,\n                \"internComment\": \"\",\n                \"customerNote\": \"\",\n                \"fulfilmentNote\": null,\n                \"createDate\": \"2025-10-14T07:15:45.000000Z\"\n            }\n        }\n    ],\n    \"finishDate\": null,\n    \"createdAt\": \"2026-01-13T10:27:20.000000Z\",\n    \"updatedAt\": \"2026-02-18T10:04:46.000000Z\"\n}"}],"_postman_id":"35c09ae1-7451-4175-a0e4-f2e69449fcad"}],"id":"2ee4ec15-405a-49de-b88b-4269bf43f668","_postman_id":"2ee4ec15-405a-49de-b88b-4269bf43f668","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Returns","item":[{"name":"Tags","item":[{"name":"Get return tags","id":"890dcde0-039c-4016-9b99-0100b6f1f85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/returns/{returnUuid}/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","{returnUuid}","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"b502072a-aebc-48e1-8210-a62857b6ef20","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:21:15 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n            \"name\": \"Goodies\",\n            \"slug\": \"goodies\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#c90076\"\n        }\n    ]\n}"}],"_postman_id":"890dcde0-039c-4016-9b99-0100b6f1f85d"},{"name":"Add tag to return","id":"aa2f4887-d3cf-44e3-a98c-89bea71883cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/returns/{returnUuid}/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","{returnUuid}","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"cf34c8fc-0f25-4fcf-bcce-edfad824d2f5","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:28:03 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"57"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"sku\": \"GG-BALPEN\",\n        \"active\": 1,\n        \"productType\": \"standard\",\n        \"supplierSku\": \"GG-BALPEN-22\",\n        \"supplier\": {\n            \"supplierUUID\": \"aef17bad-748d-4d6d-b21a-71952490f0e9\",\n            \"supplierSku\": \"GG-BALPEN-22\",\n            \"supplierName\": \"GoedeSchrijver\"\n        },\n        \"isPurchasable\": 1,\n        \"barcode\": \"9789067897679\",\n        \"asin\": \"\",\n        \"name\": \"GoedGepickt Balpen Blauw\",\n        \"ean\": \"9789067897679\",\n        \"description\": \"\",\n        \"price\": 2.5,\n        \"costPrice\": 1,\n        \"taxRate\": \"21.00\",\n        \"weight\": 10,\n        \"tags\": [\n            {\n                \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n                \"name\": \"Goodies\",\n                \"slug\": \"goodies\",\n                \"type\": \"Product\",\n                \"hexColor\": \"#c90076\"\n            }\n        ],\n        \"length\": \"15.00\",\n        \"height\": \"1.00\",\n        \"width\": \"1.00\",\n        \"productAttributes\": [\n            {\n                \"name\": \"Kleur\",\n                \"value\": \"Blauw\"\n            },\n            {\n                \"name\": \"Kwaliteit\",\n                \"value\": \"AA++\"\n            }\n        ],\n        \"internalComment\": \"\",\n        \"hscode\": \"5701 01 01 01\",\n        \"countryOfOrigin\": \"NL\",\n        \"picture\": \"https://test.goedgepickt.nl/images/image_placeholder.png\",\n        \"stock\": {\n            \"freeStock\": 612,\n            \"expectedStock\": 100,\n            \"fictionalStock\": null,\n            \"totalStock\": 612,\n            \"reservedStock\": 0,\n            \"unlimitedStock\": 0,\n            \"minimalStock\": 50,\n            \"fillStockTo\": 1000\n        },\n        \"externalProduct\": 0,\n        \"allowBackorders\": 1,\n        \"deliveryPeriod\": {\n            \"displayDeliveryPeriod\": null,\n            \"rawDeliveryPeriod\": null\n        },\n        \"GoedGepicktUrl\": \"https://test.goedgepickt.nl/products/view/c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"updatedAt\": \"2022-05-26T08:13:02.000000Z\",\n        \"createdAt\": \"2022-05-26T08:11:16.000000Z\"\n    }\n}"},{"id":"834016da-cf15-4685-a2d1-a131b7b9d9b3","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a162","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:27:19 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given product tag uuid not found\"\n}"}],"_postman_id":"aa2f4887-d3cf-44e3-a98c-89bea71883cc"},{"name":"Remove purchase return tag","id":"dfe6e686-2af7-42f7-af39-60832614cc1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/returns/{returnUuid}/tags/{tagUuid}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","{returnUuid}","tags","{tagUuid}"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"9ae8b7a6-45d1-40ff-98a4-27ab0d88ab55","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags/b5945d86-3861-4d9a-919a-c598a247a164"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:22:53 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tag has been deleted\"\n}"}],"_postman_id":"dfe6e686-2af7-42f7-af39-60832614cc1f"}],"id":"2e43e17c-b701-460f-b0e6-c9551bb09d57","_postman_id":"2e43e17c-b701-460f-b0e6-c9551bb09d57","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Create return","id":"557783be-56aa-48da-bb0e-78b47caa3fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"customerNote","value":"","description":"<p>integer|nullable</p>\n","type":"text"},{"key":"internComment","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"orderUuid","value":"","description":"<p>uuid|nullable DEPRECATED</p>\n","type":"text"},{"key":"returnState","value":"","description":"<p>string|nullable, uuid of a return state which can be retrieved by the return states endpoint</p>\n","type":"text"},{"key":"returnItems[0][productUuid]","value":"","description":"<p>uuid|nullable DEPRECATED</p>\n","type":"text"},{"key":"returnItems[0][orderItemUuid]","value":"","description":"<p>uuid|nullable DEPRECATED</p>\n","type":"text"},{"key":"returnItems[0][returnReason][uuid]","value":"","description":"<p>uuid|nullable DEPRECATED</p>\n","type":"text"},{"key":"returnItems[0][returnReason][reason]","value":"","description":"<p>string|nullable DEPRECATED</p>\n","type":"text"},{"key":"returnItems[0][quantityReturned]","value":"","description":"<p>integer|nullable DEPRECATED</p>\n","type":"text"},{"key":"returnItems[0][quantityProcessed]","value":"","description":"<p>integer|nullable DEPRECATED</p>\n","type":"text"},{"key":"orders[0][uuid]","value":"220c9c83-ee72-4256-aabd-530f9d79f81f","description":"<p>uuid|required</p>\n","type":"text"},{"key":"orders[0][returnItems][0][productUuid]","value":"27c72d2c-4364-4b12-92dc-b4f7323ee697","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"orders[0][returnItems][0][orderItemUuid]","value":"8a5499dd-cfd1-4abf-ad81-eb83b923f453","description":"<p>uuid|required</p>\n","type":"text"},{"key":"orders[0][returnItems][0][returnReason][uuid]","value":"","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"orders[0][returnItems][0][returnReason][reason]","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"orders[0][returnItems][0][quantityReturned]","value":"1","description":"<p>integer|nullable</p>\n","type":"text"},{"key":"orders[0][returnItems][0][quantityProcessed]","value":"0","description":"<p>integer|nullable</p>\n","type":"text"},{"key":"orders[1][uuid]","value":"93a967d3-ff01-4849-b1d5-5d6f58e368fe","description":"<p>uuid|required</p>\n","type":"text"},{"key":"orders[1][returnItems][0][productUuid]","value":"27c72d2c-4364-4b12-92dc-b4f7323ee69a","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"orders[1][returnItems][0][orderItemUuid]","value":"108b6327-c205-484a-b1d7-2b931e39a34a","description":"<p>uuid|required</p>\n","type":"text"},{"key":"orders[1][returnItems][0][returnReason][uuid]","value":"","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"orders[1][returnItems][0][returnReason][reason]","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"orders[1][returnItems][0][quantityReturned]","value":"1","description":"<p>integer|nullable</p>\n","type":"text"},{"key":"orders[1][returnItems][0][quantityProcessed]","value":"0","description":"<p>integer|nullable</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/returns","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"8d71c0af-e70e-4365-a0cb-1790618d20b1","name":"Create return with multiple linked orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"customerNote","value":"","description":"integer|nullable","type":"text"},{"key":"internComment","value":"","description":"string|nullable","type":"text"},{"key":"orderUuid","value":"","description":"uuid|nullable DEPRECATED","type":"text","disabled":true},{"key":"returnItems[0][productUuid]","value":"","description":"uuid|nullable DEPRECATED","type":"text","disabled":true},{"key":"returnItems[0][orderItemUuid]","value":"","description":"uuid|nullable DEPRECATED","type":"text","disabled":true},{"key":"returnItems[0][returnReason][uuid]","value":"","description":"uuid|nullable DEPRECATED","type":"text","disabled":true},{"key":"returnItems[0][returnReason][reason]","value":"","description":"string|nullable DEPRECATED","type":"text","disabled":true},{"key":"returnItems[0][quantityReturned]","value":"","description":"integer|nullable DEPRECATED","type":"text","disabled":true},{"key":"returnItems[0][quantityProcessed]","value":"","description":"integer|nullable DEPRECATED","type":"text","disabled":true},{"key":"orders[0][uuid]","value":"220c9c83-ee72-4256-aabd-530f9d79f81f","description":"uuid|nullable","type":"text"},{"key":"orders[0][returnItems][0][productUuid]","value":"27c72d2c-4364-4b12-92dc-b4f7323ee697","description":"uuid|nullable","type":"text"},{"key":"orders[0][returnItems][0][orderItemUuid]","value":"8a5499dd-cfd1-4abf-ad81-eb83b923f453","description":"uuid|nullable","type":"text"},{"key":"orders[0][returnItems][0][returnReason][uuid]","value":"","description":"uuid|nullable","type":"text"},{"key":"orders[0][returnItems][0][returnReason][reason]","value":"","description":"string|nullable","type":"text"},{"key":"orders[0][returnItems][0][quantityReturned]","value":"1","description":"integer|nullable","type":"text"},{"key":"orders[0][returnItems][0][quantityProcessed]","value":"0","description":"integer|nullable","type":"text"},{"key":"orders[1][uuid]","value":"93a967d3-ff01-4849-b1d5-5d6f58e368fe","description":"uuid|nullable","type":"text"},{"key":"orders[1][returnItems][0][productUuid]","value":"27c72d2c-4364-4b12-92dc-b4f7323ee697","description":"uuid|nullable","type":"text"},{"key":"orders[1][returnItems][0][orderItemUuid]","value":"108b6327-c205-484a-b1d7-2b931e39a34b","description":"uuid|nullable","type":"text"},{"key":"orders[1][returnItems][0][returnReason][uuid]","value":"","description":"uuid|nullable","type":"text"},{"key":"orders[1][returnItems][0][returnReason][reason]","value":"","description":"string|nullable","type":"text"},{"key":"orders[1][returnItems][0][quantityReturned]","value":"1","description":"integer|nullable","type":"text"},{"key":"orders[1][returnItems][0][quantityProcessed]","value":"0","description":"integer|nullable","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Dec 2022 11:56:32 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"150"},{"key":"X-RateLimit-Remaining","value":"149"},{"key":"phpdebugbar-id","value":"X9868bee1c4e5519ee920b99f7c2ced47"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"f7b14a77-2a08-4eff-9a89-0735c6071bfc\",\n        \"returnNumber\": \"2022-0001\",\n        \"returnState\": \"create_return\",\n        \"customerNote\": \"\",\n        \"internComment\": \"\",\n        \"order\": {\n            \"uuid\": \"220c9c83-ee72-4256-aabd-530f9d79f81f\",\n            \"externalDisplayId\": \"BackOrderTest5\"\n        },\n        \"orders\": [\n            {\n                \"uuid\": \"220c9c83-ee72-4256-aabd-530f9d79f81f\",\n                \"externalDisplayId\": \"BackOrderTest5\"\n            },\n            {\n                \"uuid\": \"93a967d3-ff01-4849-b1d5-5d6f58e368fe\",\n                \"externalDisplayId\": \"BackOrderTest4\"\n            }\n        ],\n        \"returnItems\": [\n            {\n                \"uuid\": \"62ae028d-050b-43a7-9758-d26b31baeefd\",\n                \"orderItem\": {\n                    \"uuid\": \"8a5499dd-cfd1-4abf-ad81-eb83b923f453\"\n                },\n                \"product\": {\n                    \"uuid\": \"27c72d2c-4364-4b12-92dc-b4f7323ee697\",\n                    \"name\": \"EmptyProduct\"\n                },\n                \"returnReason\": null,\n                \"customReason\": null,\n                \"quantityReturned\": 1,\n                \"quantityProcessed\": 0,\n                \"quantityBackInStock\": null,\n                \"picklocationUuid\": null\n            },\n            {\n                \"uuid\": \"058ee465-f519-4295-8824-b9d4cdcd27a6\",\n                \"orderItem\": {\n                    \"uuid\": \"108b6327-c205-484a-b1d7-2b931e39a34b\"\n                },\n                \"product\": {\n                    \"uuid\": \"27c72d2c-4364-4b12-92dc-b4f7323ee697\",\n                    \"name\": \"EmptyProduct\"\n                },\n                \"returnReason\": null,\n                \"customReason\": null,\n                \"quantityReturned\": 1,\n                \"quantityProcessed\": 0,\n                \"quantityBackInStock\": null,\n                \"picklocationUuid\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"557783be-56aa-48da-bb0e-78b47caa3fa7"},{"name":"Get returns","id":"e3cfc5ef-9bb1-4d21-bf00-e6068acf9cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/returns?searchAttribute=&searchDelimiter=&searchValue=&perPage&page&createdAfter=&updatedAfter","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>string e.g. status, customerEmail, orderUuid</p>\n","type":"text/plain"},"key":"searchAttribute","value":""},{"description":{"content":"<p>string e.g. \"=\"</p>\n","type":"text/plain"},"key":"searchDelimiter","value":""},{"description":{"content":"<p>string e.g. \"registered\"</p>\n","type":"text/plain"},"key":"searchValue","value":""},{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"createdAfter","value":""},{"description":{"content":"<p>Datetime in format: Y-m-dH:i:s</p>\n","type":"text/plain"},"key":"updatedAfter","value":null}],"variable":[]}},"response":[{"id":"4a4fde97-b76a-4406-9992-ff2a5e55a4a4","name":"Get returns","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://account.goedgepickt.nl/api/v1/returns?searchAttribute&searchDelimiter&searchValue&perPage&page","host":["https://account.goedgepickt.nl"],"path":["api","v1","returns"],"query":[{"key":"searchAttribute","value":null,"description":"string e.g. \"status\""},{"key":"searchDelimiter","value":null,"description":"string e.g. \"=\""},{"key":"searchValue","value":null,"description":"string e.g. \"registered\""},{"key":"perPage","value":null,"description":"int (Max. 100)"},{"key":"page","value":null,"description":"int"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 2,\n        \"itemsPerPage\": 45,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"5899ab06-cd85-42f9-b141-77b735852dac\",\n            \"returnNumber\": \"2023-0001\",\n            \"returnState\": \"received\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"order\": {\n                \"uuid\": \"2be58d35-7c95-45ac-845b-1ec9ec391053\",\n                \"externalDisplayId\": \"wae\"\n            },\n            \"orders\": [\n                {\n                    \"uuid\": \"2be58d35-7c95-45ac-845b-1ec9ec391053\",\n                    \"externalDisplayId\": \"wae\"\n                }\n            ],\n            \"tags\": [],\n            \"returnItems\": [\n                {\n                    \"uuid\": \"265aa377-779b-421a-8025-530de927bf91\",\n                    \"orderItem\": {\n                        \"uuid\": \"fa96ce57-90de-4672-8e56-d08d25d0b5cd\"\n                    },\n                    \"product\": {\n                        \"uuid\": \"c2b00807-be20-42ff-b955-e8ed038d7b85\",\n                        \"name\": \"Ferrari pet\"\n                    },\n                    \"returnReason\": null,\n                    \"customReason\": null,\n                    \"quantityReturned\": 1,\n                    \"quantityProcessed\": 1,\n                    \"quantityBackInStock\": null,\n                    \"picklocationUuid\": null\n                }\n            ],\n            \"createDate\": \"2025-06-05\",\n            \"processedAtDate\": null,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"customerCompany\": null,\n            \"customerAddress\": null,\n            \"customerHouseNumber\": null,\n            \"customerHouseNumberAddition\": null,\n            \"customerAddress2\": null,\n            \"customerZipcode\": null,\n            \"customerCity\": null,\n            \"customerCountry\": null,\n            \"customerEmail\": null,\n            \"customerPhone\": null\n        },\n        {\n            \"uuid\": \"6f250b86-4bf8-404d-ac12-4ee7f1021190\",\n            \"returnNumber\": \"2023-0002\",\n            \"returnState\": \"received\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"order\": {\n                \"uuid\": \"c5be5d5e-5dfd-42e0-ae11-3353400594e2\",\n                \"externalDisplayId\": \"10011-2\"\n            },\n            \"orders\": [\n                {\n                    \"uuid\": \"c5be5d5e-5dfd-42e0-ae11-3353400594e2\",\n                    \"externalDisplayId\": \"10011-2\"\n                }\n            ],\n            \"tags\": [],\n            \"returnItems\": [\n                {\n                    \"uuid\": \"04243148-4a8b-4e67-a89b-a5d0f5908f0f\",\n                    \"orderItem\": {\n                        \"uuid\": \"eac358c6-536b-42db-aff5-1018f8447fbd\"\n                    },\n                    \"product\": {\n                        \"uuid\": \"c2b00807-be20-42ff-b955-e8ed038d7b85\",\n                        \"name\": \"Ferrari pet\"\n                    },\n                    \"returnReason\": null,\n                    \"customReason\": \"Color differs from website\",\n                    \"quantityReturned\": 1,\n                    \"quantityProcessed\": 1,\n                    \"quantityBackInStock\": 1,\n                    \"picklocationUuid\": null\n                }\n            ],\n            \"createDate\": \"2025-06-09\",\n            \"processedAtDate\": null,\n            \"customerFirstName\": \"Geert de Jong\",\n            \"customerLastName\": null,\n            \"customerCompany\": null,\n            \"customerAddress\": \"Koningsweg\",\n            \"customerHouseNumber\": \"28\",\n            \"customerHouseNumberAddition\": \"f\",\n            \"customerAddress2\": null,\n            \"customerZipcode\": \"6661 NH\",\n            \"customerCity\": \"Arnhem\",\n            \"customerCountry\": \"NL\",\n            \"customerEmail\": \"geertdejong@hotmail.com\",\n            \"customerPhone\": null\n        }\n    ]\n}"},{"id":"1a5a8372-ce1c-420f-9372-a7d9b8536a62","name":"Get returns with orderUuid filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://account.goedgepickt.nl/api/v1/returns?searchAttribute=orderUuid&searchDelimiter==&searchValue=107bdc2a-aded-48c8-8e51-b38bde5e5cbe&perPage&page","host":["https://account.goedgepickt.nl"],"path":["api","v1","returns"],"query":[{"key":"searchAttribute","value":"orderUuid","description":"string e.g. status, customerEmail, orderUuid"},{"key":"searchDelimiter","value":"=","description":"string e.g. \"=\""},{"key":"searchValue","value":"107bdc2a-aded-48c8-8e51-b38bde5e5cbe","description":"string e.g. \"registered\""},{"key":"perPage","value":null,"description":"int (Max. 100)"},{"key":"page","value":null,"description":"int"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Jun 2025 11:21:40 GMT"},{"key":"Phpdebugbar-Id","value":"01JXHXZK33Y7BJ3335SXR8WH96"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 1,\n        \"itemsPerPage\": 45,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"2154afa3-f3a0-4dcf-af33-90b04a579e1e\",\n            \"returnNumber\": \"2024-0001\",\n            \"returnState\": \"registered\",\n            \"customerNote\": \"\",\n            \"internComment\": \"\",\n            \"attentionNeeded\": 0,\n            \"attentionNeededReason\": null,\n            \"order\": {\n                \"uuid\": \"107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n                \"externalDisplayId\": \"10022\"\n            },\n            \"orders\": [\n                {\n                    \"uuid\": \"107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n                    \"externalDisplayId\": \"10022\"\n                }\n            ],\n            \"tags\": [],\n            \"returnItems\": [\n                {\n                    \"uuid\": \"b84da3a6-7d75-4bca-b284-fb62e30415a2\",\n                    \"orderItem\": {\n                        \"uuid\": \"3f2d7ab5-6a9b-4ea1-b8af-d3961b1ca2ae\"\n                    },\n                    \"product\": {\n                        \"uuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\",\n                        \"name\": \"GoedGepickt polo\"\n                    },\n                    \"returnReason\": null,\n                    \"customReason\": null,\n                    \"quantityReturned\": 1,\n                    \"quantityProcessed\": 0,\n                    \"quantityBackInStock\": null,\n                    \"picklocationUuid\": null\n                }\n            ],\n            \"createDate\": \"2025-06-05\",\n            \"processedAtDate\": null,\n            \"customerFirstName\": \"Hugo\",\n            \"customerLastName\": \"Broekmeulen\",\n            \"customerCompany\": \"\",\n            \"customerAddress\": \"Balkenstraat\",\n            \"customerHouseNumber\": \"105\",\n            \"customerHouseNumberAddition\": \"\",\n            \"customerAddress2\": null,\n            \"customerZipcode\": \"3027 GC\",\n            \"customerCity\": \"Rotterdam\",\n            \"customerCountry\": \"NL\",\n            \"customerEmail\": \"HugoBroekmeulen@jourrapide.com\",\n            \"customerPhone\": \"+31624046480\"\n        }\n    ]\n}"}],"_postman_id":"e3cfc5ef-9bb1-4d21-bf00-e6068acf9cdf"},{"name":"Get return","id":"e1833a2b-b151-4d69-aa6e-0a55884bd3ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/returns/a5328a4f-b18e-429c-8331-1add9364f8c3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","a5328a4f-b18e-429c-8331-1add9364f8c3"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"da9581d5-ad96-405d-9caf-ab41fc1816fb","name":"Get return","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/returns/a5328a4f-b18e-429c-8331-1add9364f8c3"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"a5328a4f-b18e-429c-8331-1add9364f8c3\",\n        \"returnNumber\": \"2025-0018\",\n        \"returnState\": \"registered\",\n        \"customerNote\": \"\",\n        \"internComment\": \"\",\n        \"attentionNeeded\": 0,\n        \"attentionNeededReason\": null,\n        \"order\": {\n            \"uuid\": \"8d98c3f0-a170-4633-80bf-2fbb8a3695bc\",\n            \"externalDisplayId\": \"12345\"\n        },\n        \"orders\": [\n            {\n                \"uuid\": \"8d98c3f0-a170-4633-80bf-2fbb8a3695bc\",\n                \"externalDisplayId\": \"12345\"\n            }\n        ],\n        \"tags\": [],\n        \"returnItems\": [\n            {\n                \"uuid\": \"d58da4d9-9bd6-49a9-b215-9e90aee1a77c\",\n                \"orderItem\": {\n                    \"uuid\": \"7e2b9dc0-8c36-4179-8aca-265661614a2b\"\n                },\n                \"product\": {\n                    \"uuid\": \"27c72d2c-4364-4b12-92dc-b4f7323ee697\",\n                    \"name\": \"EmptyProduct\"\n                },\n                \"returnReason\": null,\n                \"customReason\": \"\",\n                \"quantityReturned\": 2,\n                \"quantityProcessed\": 1,\n                \"quantityBackInStock\": null,\n                \"picklocationUuid\": null\n            }\n        ],\n        \"createDate\": \"2025-06-05\",\n        \"processedAtDate\": \"2025-10-01\",\n        \"customerFirstName\": \"John\",\n        \"customerLastName\": \"Doe\",\n        \"customerCompany\": \"GoedGepickt\",\n        \"customerAddress\": \"Vosdonk\",\n        \"customerHouseNumber\": \"39\",\n        \"customerHouseNumberAddition\": \"J\",\n        \"customerAddress2\": \"\",\n        \"customerZipcode\": \"4879NC\",\n        \"customerCity\": \"Etten-Leur\",\n        \"customerCountry\": \"NL\",\n        \"customerEmail\": null,\n        \"customerPhone\": null\n    }\n]"}],"_postman_id":"e1833a2b-b151-4d69-aa6e-0a55884bd3ab"},{"name":"Update return","id":"3a9d3ac0-c1cb-4764-beec-7818c69badae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"customerNote","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"internComment","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"orderUuid","value":"","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"returnItems[0][productUuid]","value":"","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"returnItems[0][orderItemUuid]","value":"","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"returnItems[0][reason]","value":"","type":"text","description":"<p>string|nullable</p>\n"},{"key":"returnItems[0][quantityReturned]","value":"","type":"text","description":"<p>int</p>\n"},{"key":"returnItems[0][quantityProcessed]","value":"","type":"text","description":"<p>int</p>\n"}]},"url":"https://account.goedgepickt.nl/api/v1/returns/7a4e2168-bf06-4677-8b6d-70bceb98118e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","7a4e2168-bf06-4677-8b6d-70bceb98118e"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a9d3ac0-c1cb-4764-beec-7818c69badae"},{"name":"Delete return","id":"8fcd7002-1f4e-4d11-838b-13fed7d7cae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/returns/247950e8-b521-4834-bcb2-89e3e5cf75a2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","247950e8-b521-4834-bcb2-89e3e5cf75a2"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fcd7002-1f4e-4d11-838b-13fed7d7cae1"},{"name":"Create return items","id":"274978e6-4924-4e0c-8ceb-265442c44104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"orderUuid","value":"","description":"<p>uuid|nullable (required when using orderItemUuid)</p>\n","type":"text","uuid":"84d78be5-ed41-4040-abc9-43ea3d770e98"},{"key":"returnItems[0][productUuid]","value":"","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"returnItems[0][orderItemUuid]","value":"","description":"<p>uuid|nullable</p>\n","type":"text"},{"key":"returnItems[0][returnReason][reason]","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"returnItems[0][quantityReturned]","value":"","description":"<p>string|nullable</p>\n","type":"text"},{"key":"returnItems[0][quantityProcessed]","value":"","description":"<p>integer|nullable</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/returns/3a045c17-c3d1-4319-8f51-6eb081f3e2dd/return-items","description":"<p>Create return items for a certain return</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","3a045c17-c3d1-4319-8f51-6eb081f3e2dd","return-items"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"274978e6-4924-4e0c-8ceb-265442c44104"},{"name":"Update return items","id":"370ff6db-367a-4ab3-a48c-a76c89ba4075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"returnItems[0][uuid]","value":"","description":"<p>uuid|required</p>\n","type":"text"},{"key":"returnItems[0][returnReason][uuid]","value":"","type":"text","description":"<p>uuid|nullable</p>\n"},{"key":"returnItems[0][returnReason][reason]","value":"","type":"text","description":"<p>uuid|nullable</p>\n"},{"key":"returnItems[0][quantityReturned]","value":"","type":"text","description":"<p>int</p>\n"},{"key":"returnItems[0][quantityProcessed]","value":"","type":"text","description":"<p>int</p>\n"}]},"url":"https://account.goedgepickt.nl/api/v1/returns/24879c1b-e092-42da-b55d-bc5f2ef2af94/return-items","description":"<p>Update return items for a certain return</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","24879c1b-e092-42da-b55d-bc5f2ef2af94","return-items"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"370ff6db-367a-4ab3-a48c-a76c89ba4075"},{"name":"Delete return item","id":"1e479ead-e439-4770-b6f4-1fe0679cca14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/returns/24879c1b-e092-42da-b55d-bc5f2ef2af94/return-items/aa42e4f5-bac6-483e-a59f-06eccdd069ea","description":"<p>Delete a return item for a certain return</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","24879c1b-e092-42da-b55d-bc5f2ef2af94","return-items","aa42e4f5-bac6-483e-a59f-06eccdd069ea"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"6484cedc-e9a6-422d-bb95-9274699405e6","name":"Delete return item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/returns/24879c1b-e092-42da-b55d-bc5f2ef2af94/return-items/aa42e4f5-bac6-483e-a59f-06eccdd069ed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 06:57:33 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X3d491eb5a45c2405833be27cc61cbd3d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Return order item has been deleted\"\n}"},{"id":"db47c1cb-2f48-43a2-8b44-b75c2b67fa3e","name":"Delete return item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/returns/24879c1b-e092-42da-b55d-bc5f2ef2af94/return-items/aa42e4f5-bac6-483e-a59f-06eccdd069ea"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 07:06:10 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xe6561b3a784edc94b07b08b3b7717133"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given returnItemUuid: aa42e4f5-bac6-483e-a59f-06eccdd069ea did not refer to an existing return item.\"\n}"}],"_postman_id":"1e479ead-e439-4770-b6f4-1fe0679cca14"},{"name":"Get return reasons","id":"f802607c-42ee-4ef0-8503-86c43ae6a6f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/returns/reasons?perPage&page","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","returns","reasons"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"6c420908-7a6f-40c7-9dff-64fed341c6a9","name":"Get return reasons","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/returns/reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Apr 2022 12:51:23 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.18 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X71a0a4d7279291ebde44f1024795811b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"4dbcf769-0d68-47c8-9bf4-c9d35c343f4f\",\n            \"name\": \"Schade\"\n        }\n    ]\n}"}],"_postman_id":"f802607c-42ee-4ef0-8503-86c43ae6a6f3"}],"id":"d6fb26bb-3f0c-409c-a4e7-2bafe7d5e223","_postman_id":"d6fb26bb-3f0c-409c-a4e7-2bafe7d5e223","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Return states","item":[{"name":"Get return states","id":"01c37ae6-6676-44e0-a530-f9e631f23edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/return-states?page=1&perPage=15","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","return-states"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":"15"}],"variable":[]}},"response":[{"id":"b8280317-0035-4146-9344-71715369794a","name":"Get return states","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://account.goedgepickt.nl/api/v1/return-states?page=1&perPage=15","host":["https://account.goedgepickt.nl"],"path":["api","v1","return-states"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 03 Jul 2024 13:42:00 GMT"},{"key":"Phpdebugbar-Id","value":"X755ece9854a23fc778ae182cffa61e8f"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"pageInfo\": {\n            \"totalItems\": 6,\n            \"itemsPerPage\": 15,\n            \"currentPage\": 1,\n            \"lastPage\": 1\n        },\n        \"items\": [\n            {\n                \"uuid\": \"016df8cb-5e2e-4a1e-92c2-1c9275f1a38d\",\n                \"name\": \"create_return\"\n            },\n            {\n                \"uuid\": \"6c60b2e1-e94c-4ac7-ae59-a7bc766ab9d5\",\n                \"name\": \"registered\"\n            },\n            {\n                \"uuid\": \"e9881a3f-54ab-4e94-90bc-584c5faa47c5\",\n                \"name\": \"received\"\n            },\n            {\n                \"uuid\": \"d34934ba-5628-45e4-b0a4-4ad42ccf6fae\",\n                \"name\": \"refunded\"\n            },\n            {\n                \"uuid\": \"e79254e2-3046-44d5-ab89-82bcb9139bc8\",\n                \"name\": \"completed\"\n            },\n            {\n                \"uuid\": \"4c59355d-9da5-40d2-8f3b-4b69c8f84235\",\n                \"name\": \"cancelled\"\n            }\n        ]\n    }\n}"}],"_postman_id":"01c37ae6-6676-44e0-a530-f9e631f23edc"}],"id":"f466ef47-3aa7-41df-baff-6aa41111cfc8","_postman_id":"f466ef47-3aa7-41df-baff-6aa41111cfc8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Reports","item":[{"name":"Get reports","id":"a604b811-abec-419c-8c93-f1a3612a099b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/reports?perPage&page&type=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","reports"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>For fulfilment report use '1'</p>\n","type":"text/plain"},"key":"type","value":"1"}],"variable":[]}},"response":[{"id":"922b0c4f-5889-410c-a1ea-a05fdaa017a6","name":"Get reports","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/reports?perPage&page&type=1","host":["https://account.goedgepickt.nl"],"path":["api","v1","reports"],"query":[{"key":"perPage","value":null,"description":"number (Max. 50)"},{"key":"page","value":null,"description":"number"},{"key":"type","value":"1","description":"For fulfilment report use '1'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 09:41:53 GMT"},{"key":"Phpdebugbar-Id","value":"Xcbaa2b9b985a1160948460faf60813b5"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"499f24e4-4a96-4cce-b6d0-1a2162aad34f\",\n            \"type\": 1,\n            \"status\": \"failed\",\n            \"description\": \"Fulfilment klant rapport\",\n            \"periodStart\": \"2023-01-01 00:00:00\",\n            \"periodRnd\": \"2023-10-12 23:59:59\",\n            \"generatedBy\": {\n                \"uuid\": \"9369129e-764c-41ec-b041-491838d6c92c\",\n                \"name\": \"API user\",\n                \"email\": \"public-api-891@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"generatedOn\": \"2023-10-12 11:29:54\",\n            \"data\": []\n        },\n        {\n            \"uuid\": \"14d58fe9-4d7b-45e6-b48c-c543a331eb7b\",\n            \"type\": 1,\n            \"status\": \"done\",\n            \"description\": \"Fulfilment Klant A\",\n            \"periodStart\": \"2023-01-01 00:00:00\",\n            \"periodRnd\": \"2023-10-12 23:59:59\",\n            \"fulfilmentCustomer\": {\n                \"uuid\": \"0326549e-9dee-44da-b578-69a7e3a42b9d\",\n                \"name\": \"Fulfilment Klant A\",\n                \"address\": \"Vosdonk 39J\",\n                \"zipcode\": \"4879 NC\",\n                \"city\": \"Etten-Leur\",\n                \"contactFirstname\": \"John\",\n                \"contactLastname\": \"Doe\",\n                \"contactEmail\": \"johndoe@example.com\",\n                \"contactPhone\": \"0611111111\",\n                \"packagingTypesRequiredForShipment\": null\n            },\n            \"generatedBy\": {\n                \"uuid\": \"9369129e-764c-41ec-b041-491838d6c92c\",\n                \"name\": \"API user\",\n                \"email\": \"public-api-891@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"generatedOn\": \"2023-10-12 11:38:22\",\n            \"data\": [\n                {\n                    \"type\": 0,\n                    \"value\": 27,\n                    \"label\": \"Aantal bestellingen\"\n                },\n                {\n                    \"type\": 1,\n                    \"value\": 69,\n                    \"label\": \"Aantal bestellingregels\"\n                },\n                {\n                    \"type\": 2,\n                    \"value\": 143,\n                    \"label\": \"Aantal producten in bestellingen\"\n                },\n                {\n                    \"type\": 3,\n                    \"value\": 12,\n                    \"label\": \"Aantal unieke producten in bestellingen\"\n                },\n                {\n                    \"type\": 24,\n                    \"value\": 14,\n                    \"label\": \"Aantal bestellingen - GoedGekoekt shop\",\n                    \"description\": \"GoedGekoekt shop\"\n                },\n                {\n                    \"type\": 24,\n                    \"value\": 13,\n                    \"label\": \"Aantal bestellingen - GoedGepickt fan shop\",\n                    \"description\": \"GoedGepickt fan shop\"\n                },\n                {\n                    \"type\": 4,\n                    \"value\": 0,\n                    \"label\": \"Aantal inkoopbestellingen\"\n                },\n                {\n                    \"type\": 5,\n                    \"value\": 0,\n                    \"label\": \"Aantal regels in inkoopbestellingen\"\n                },\n                {\n                    \"type\": 6,\n                    \"value\": 0,\n                    \"label\": \"Aantal producten in inkoopbestellingen\"\n                },\n                {\n                    \"type\": 7,\n                    \"value\": 0,\n                    \"label\": \"Aantal unieke producten in inkoopebestellingen\"\n                },\n                {\n                    \"type\": 8,\n                    \"value\": 3,\n                    \"label\": \"Aantal retourzendingen\"\n                },\n                {\n                    \"type\": 9,\n                    \"value\": 3,\n                    \"label\": \"Aantal regels in retourzendingen\"\n                },\n                {\n                    \"type\": 10,\n                    \"value\": 3,\n                    \"label\": \"Aantal producten in retourzendingen\"\n                },\n                {\n                    \"type\": 11,\n                    \"value\": 3,\n                    \"label\": \"Aantal unieke producten in retourzendingen\"\n                },\n                {\n                    \"type\": 12,\n                    \"value\": 3,\n                    \"label\": \"Aantal verzendingen - totaal\"\n                },\n                {\n                    \"type\": 13,\n                    \"value\": 3,\n                    \"label\": \"Aantal verzendingen - Custom\",\n                    \"description\": \"Custom\"\n                },\n                {\n                    \"type\": 16,\n                    \"value\": 2,\n                    \"label\": \"Aantal verzendingen - NL - Custom\",\n                    \"description\": \"NL - Custom\"\n                },\n                {\n                    \"type\": 16,\n                    \"value\": 1,\n                    \"label\": \"Aantal verzendingen - BE - Custom\",\n                    \"description\": \"BE - Custom\"\n                },\n                {\n                    \"type\": 14,\n                    \"value\": 3,\n                    \"label\": \"Aantal verzendingen - Brievenbus A4\",\n                    \"description\": \"Brievenbus A4\"\n                },\n                {\n                    \"type\": 17,\n                    \"value\": 2,\n                    \"label\": \"Aantal verzendingen - NL - Brievenbus A4\",\n                    \"description\": \"NL - Brievenbus A4\"\n                },\n                {\n                    \"type\": 17,\n                    \"value\": 1,\n                    \"label\": \"Aantal verzendingen - BE - Brievenbus A4\",\n                    \"description\": \"BE - Brievenbus A4\"\n                },\n                {\n                    \"type\": 15,\n                    \"value\": 0,\n                    \"label\": \"Aantal producten op voorraad - 01-01-2023\",\n                    \"description\": \"01-01-2023\"\n                },\n                {\n                    \"type\": 15,\n                    \"value\": 374,\n                    \"label\": \"Aantal producten op voorraad - 12-10-2023\",\n                    \"description\": \"12-10-2023\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"a604b811-abec-419c-8c93-f1a3612a099b"},{"name":"Get report","id":"e91453d3-9a79-468b-9c8c-1ebc470e4ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/reports/14d58fe9-4d7b-45e6-b48c-c543a331eb7b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","reports","14d58fe9-4d7b-45e6-b48c-c543a331eb7b"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"bbf2db76-be21-4c30-95ea-3b50be578b8d","name":"Get report of a queued report","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/reports/499f24e4-4a96-4cce-b6d0-1a2162aad34f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 09:34:00 GMT"},{"key":"Phpdebugbar-Id","value":"Xf7dc0d67c5e86b25b6c187b02b67f836"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"499f24e4-4a96-4cce-b6d0-1a2162aad34f\",\n    \"type\": 1,\n    \"status\": \"queued\",\n    \"description\": \"Fulfilment klant rapport\",\n    \"periodStart\": \"2023-01-01 00:00:00\",\n    \"periodRnd\": \"2023-10-12 23:59:59\",\n    \"generatedBy\": {\n        \"uuid\": \"9369129e-764c-41ec-b041-491838d6c92c\",\n        \"name\": \"API user\",\n        \"email\": \"public-api-891@goedgepickt.nl\",\n        \"require_barcode_picking\": 0\n    },\n    \"generatedOn\": \"2023-10-12 11:29:54\",\n    \"data\": []\n}"},{"id":"043d8635-df12-45e4-8b53-3c6283765c06","name":"Get report of a finished fulfilment report","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/reports/14d58fe9-4d7b-45e6-b48c-c543a331eb7b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 09:40:35 GMT"},{"key":"Phpdebugbar-Id","value":"X6d48cfa170cca2be273e67cd4df1b224"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"14d58fe9-4d7b-45e6-b48c-c543a331eb7b\",\n    \"type\": 1,\n    \"status\": \"done\",\n    \"description\": \"Fulfilment Klant A\",\n    \"periodStart\": \"2023-01-01 00:00:00\",\n    \"periodRnd\": \"2023-10-12 23:59:59\",\n    \"fulfilmentCustomer\": {\n        \"uuid\": \"0326549e-9dee-44da-b578-69a7e3a42b9d\",\n        \"name\": \"Fulfilment Klant A\",\n        \"address\": \"Vosdonk 39J\",\n        \"zipcode\": \"4879 NC\",\n        \"city\": \"Etten-Leur\",\n        \"contactFirstname\": \"John\",\n        \"contactLastname\": \"Doe\",\n        \"contactEmail\": \"johndoe@example.com\",\n        \"contactPhone\": \"0611111111\",\n        \"packagingTypesRequiredForShipment\": null\n    },\n    \"generatedBy\": {\n        \"uuid\": \"9369129e-764c-41ec-b041-491838d6c92c\",\n        \"name\": \"API user\",\n        \"email\": \"public-api-891@goedgepickt.nl\",\n        \"require_barcode_picking\": 0\n    },\n    \"generatedOn\": \"2023-10-12 11:38:22\",\n    \"data\": [\n        {\n            \"type\": 0,\n            \"value\": 27,\n            \"label\": \"Aantal bestellingen\"\n        },\n        {\n            \"type\": 1,\n            \"value\": 69,\n            \"label\": \"Aantal bestellingregels\"\n        },\n        {\n            \"type\": 2,\n            \"value\": 143,\n            \"label\": \"Aantal producten in bestellingen\"\n        },\n        {\n            \"type\": 3,\n            \"value\": 12,\n            \"label\": \"Aantal unieke producten in bestellingen\"\n        },\n        {\n            \"type\": 24,\n            \"value\": 14,\n            \"label\": \"Aantal bestellingen - GoedGekoekt shop\",\n            \"description\": \"GoedGekoekt shop\"\n        },\n        {\n            \"type\": 24,\n            \"value\": 13,\n            \"label\": \"Aantal bestellingen - GoedGepickt fan shop\",\n            \"description\": \"GoedGepickt fan shop\"\n        },\n        {\n            \"type\": 4,\n            \"value\": 0,\n            \"label\": \"Aantal inkoopbestellingen\"\n        },\n        {\n            \"type\": 5,\n            \"value\": 0,\n            \"label\": \"Aantal regels in inkoopbestellingen\"\n        },\n        {\n            \"type\": 6,\n            \"value\": 0,\n            \"label\": \"Aantal producten in inkoopbestellingen\"\n        },\n        {\n            \"type\": 7,\n            \"value\": 0,\n            \"label\": \"Aantal unieke producten in inkoopebestellingen\"\n        },\n        {\n            \"type\": 8,\n            \"value\": 3,\n            \"label\": \"Aantal retourzendingen\"\n        },\n        {\n            \"type\": 9,\n            \"value\": 3,\n            \"label\": \"Aantal regels in retourzendingen\"\n        },\n        {\n            \"type\": 10,\n            \"value\": 3,\n            \"label\": \"Aantal producten in retourzendingen\"\n        },\n        {\n            \"type\": 11,\n            \"value\": 3,\n            \"label\": \"Aantal unieke producten in retourzendingen\"\n        },\n        {\n            \"type\": 12,\n            \"value\": 3,\n            \"label\": \"Aantal verzendingen - totaal\"\n        },\n        {\n            \"type\": 13,\n            \"value\": 3,\n            \"label\": \"Aantal verzendingen - Custom\",\n            \"description\": \"Custom\"\n        },\n        {\n            \"type\": 16,\n            \"value\": 2,\n            \"label\": \"Aantal verzendingen - NL - Custom\",\n            \"description\": \"NL - Custom\"\n        },\n        {\n            \"type\": 16,\n            \"value\": 1,\n            \"label\": \"Aantal verzendingen - BE - Custom\",\n            \"description\": \"BE - Custom\"\n        },\n        {\n            \"type\": 14,\n            \"value\": 3,\n            \"label\": \"Aantal verzendingen - Brievenbus A4\",\n            \"description\": \"Brievenbus A4\"\n        },\n        {\n            \"type\": 17,\n            \"value\": 2,\n            \"label\": \"Aantal verzendingen - NL - Brievenbus A4\",\n            \"description\": \"NL - Brievenbus A4\"\n        },\n        {\n            \"type\": 17,\n            \"value\": 1,\n            \"label\": \"Aantal verzendingen - BE - Brievenbus A4\",\n            \"description\": \"BE - Brievenbus A4\"\n        },\n        {\n            \"type\": 15,\n            \"value\": 0,\n            \"label\": \"Aantal producten op voorraad - 01-01-2023\",\n            \"description\": \"01-01-2023\"\n        },\n        {\n            \"type\": 15,\n            \"value\": 374,\n            \"label\": \"Aantal producten op voorraad - 12-10-2023\",\n            \"description\": \"12-10-2023\"\n        }\n    ]\n}"}],"_postman_id":"e91453d3-9a79-468b-9c8c-1ebc470e4ace"},{"name":"Create report","id":"0ea5ca52-57fc-4359-89e6-ca28dd3e349d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"1","equals":true,"description":"<p>Int, use '1' for fulfilment report (required)</p>\n"},{"key":"periodStart","value":"2023-01-01 12:00:00","equals":true,"description":"<p>Datetime (format: Y-m-d H:i:s) (required)</p>\n"},{"key":"periodEnd","value":"2023-10-12 12:00:00","equals":true,"description":"<p>Datetime (format: Y-m-d H:i:s) (required)</p>\n"},{"key":"fulfilmentCustomerUuid","value":"0326549e-9dee-44da-b578-69a7e3a42b9d","equals":true,"description":"<p>string, only required if type equals 1</p>\n"}]},"url":"https://account.goedgepickt.nl/api/v1/reports","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","reports"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"d2f241a6-db9e-4c46-a901-2e55907e06a3","name":"Create fulfilment report invalid request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"1","equals":true,"description":"Int, use '1' for fulfilment report (required)"},{"key":"periodStart","value":"","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"periodEnd","value":"","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"fulfilmentCustomerUuid","value":"","equals":true,"description":"string, only required if type equals 1"}]},"url":"https://account.goedgepickt.nl/api/v1/reports"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 09:19:24 GMT"},{"key":"Phpdebugbar-Id","value":"Xbba52a1173797937e4fb54b7f63dd183"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"periodStart\": [\n            \"Period start is verplicht.\"\n        ],\n        \"periodEnd\": [\n            \"Period end is verplicht.\"\n        ],\n        \"fulfilmentCustomerUuid\": [\n            \"Fulfilment customer uuid is verplicht indien type gelijk is aan 1.\"\n        ]\n    }\n}"},{"id":"09e9d26e-d542-400e-b68c-58368add95bc","name":"Create fulfilment report for non fulfilment company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"1","equals":true,"description":"Int, use '1' for fulfilment report (required)"},{"key":"periodStart","value":"2023-01-01 12:00:00","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"periodEnd","value":"2023-10-12 12:00:00","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"fulfilmentCustomerUuid","value":"5b7a602b-4e5d-4aaf-b1ee-0c0284758a38","equals":true,"description":"string, only required if type equals 1"}]},"url":"https://account.goedgepickt.nl/api/v1/reports"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 09:23:47 GMT"},{"key":"Phpdebugbar-Id","value":"Xe84913ab3ba8f90907f06a861465eada"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"type\": [\n            \"A report for type 1 can not be created for a non fulfilment company\"\n        ]\n    }\n}"},{"id":"52d8cdc0-4667-4c38-8a02-5e671bb40593","name":"Create report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"1","equals":true,"description":"Int, use '1' for fulfilment report (required)"},{"key":"periodStart","value":"2023-01-01 12:00:00","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"periodEnd","value":"2023-10-12 12:00:00","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"fulfilmentCustomerUuid","value":"b23bf102-6792-4fe7-bc8c-fb7d8d60d748","equals":true,"description":"string, only required if type equals 1"}]},"url":"https://account.goedgepickt.nl/api/v1/reports"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 09:29:54 GMT"},{"key":"Phpdebugbar-Id","value":"Xf7306bc3c5b037288710d81fb8a70f57"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"499f24e4-4a96-4cce-b6d0-1a2162aad34f\",\n    \"type\": 1,\n    \"status\": \"queued\",\n    \"description\": \"Fulfilment klant rapport\",\n    \"periodStart\": \"2023-01-01 00:00:00\",\n    \"periodEnd\": \"2023-10-12 23:59:59\",\n    \"generatedBy\": {\n        \"uuid\": \"9369129e-764c-41ec-b041-491838d6c92c\",\n        \"name\": \"API user\",\n        \"email\": \"public-api-891@goedgepickt.nl\",\n        \"require_barcode_picking\": 0\n    },\n    \"generatedOn\": \"2023-10-12 11:29:54\",\n    \"data\": []\n}"},{"id":"4a1bfe86-1367-4db4-8903-7ea471fa1c48","name":"Create report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"1","equals":true,"description":"Int, use '1' for fulfilment report (required)"},{"key":"periodStart","value":"2023-01-01 12:00:00","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"periodEnd","value":"2023-10-12 12:00:00","equals":true,"description":"Datetime (format: Y-m-d H:i:s) (required)"},{"key":"fulfilmentCustomerUuid","value":"0326549e-9dee-44da-b578-69a7e3a42b9d","equals":true,"description":"string, only required if type equals 1"}]},"url":"https://account.goedgepickt.nl/api/v1/reports"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 09:38:22 GMT"},{"key":"Phpdebugbar-Id","value":"X359bd6f79d489a6519fc3f598219bd5c"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"14d58fe9-4d7b-45e6-b48c-c543a331eb7b\",\n    \"type\": 1,\n    \"status\": \"queued\",\n    \"description\": \"Fulfilment Klant A\",\n    \"periodStart\": \"2023-01-01 00:00:00\",\n    \"periodRnd\": \"2023-10-12 23:59:59\",\n    \"fulfilmentCustomer\": {\n        \"uuid\": \"0326549e-9dee-44da-b578-69a7e3a42b9d\",\n        \"name\": \"Fulfilment Klant A\",\n        \"address\": \"Vosdonk 39J\",\n        \"zipcode\": \"4879 NC\",\n        \"city\": \"Etten-Leur\",\n        \"contactFirstname\": \"John\",\n        \"contactLastname\": \"Doe\",\n        \"contactEmail\": \"johndoe@example.com\",\n        \"contactPhone\": \"0611111111\",\n        \"packagingTypesRequiredForShipment\": null\n    },\n    \"generatedBy\": {\n        \"uuid\": \"9369129e-764c-41ec-b041-491838d6c92c\",\n        \"name\": \"API user\",\n        \"email\": \"public-api-891@goedgepickt.nl\",\n        \"require_barcode_picking\": 0\n    },\n    \"generatedOn\": \"2023-10-12 11:38:22\",\n    \"data\": []\n}"}],"_postman_id":"0ea5ca52-57fc-4359-89e6-ca28dd3e349d"}],"id":"8336342f-91de-45a0-8098-8e6b11fb1568","_postman_id":"8336342f-91de-45a0-8098-8e6b11fb1568","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Picklocations","item":[{"name":"Tags","item":[{"name":"Get picklocation tags","id":"ab4a0ffd-04f4-455b-8b16-29e6bd37206d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/picklocations/{picklocationUuid}/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklocations","{picklocationUuid}","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"a7fa06e9-c93f-4b06-a84b-95b37ec9828e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:21:15 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n            \"name\": \"Goodies\",\n            \"slug\": \"goodies\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#c90076\"\n        }\n    ]\n}"}],"_postman_id":"ab4a0ffd-04f4-455b-8b16-29e6bd37206d"},{"name":"Add tag to picklocation","id":"ddf02009-d971-4920-b311-4c01544d9c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/picklocations/{picklocationUuid}/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklocations","{picklocationUuid}","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"fb68d5cb-0d4e-407b-adad-d43e28d5cb9a","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a164","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:28:03 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"57"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"sku\": \"GG-BALPEN\",\n        \"active\": 1,\n        \"productType\": \"standard\",\n        \"supplierSku\": \"GG-BALPEN-22\",\n        \"supplier\": {\n            \"supplierUUID\": \"aef17bad-748d-4d6d-b21a-71952490f0e9\",\n            \"supplierSku\": \"GG-BALPEN-22\",\n            \"supplierName\": \"GoedeSchrijver\"\n        },\n        \"isPurchasable\": 1,\n        \"barcode\": \"9789067897679\",\n        \"asin\": \"\",\n        \"name\": \"GoedGepickt Balpen Blauw\",\n        \"ean\": \"9789067897679\",\n        \"description\": \"\",\n        \"price\": 2.5,\n        \"costPrice\": 1,\n        \"taxRate\": \"21.00\",\n        \"weight\": 10,\n        \"tags\": [\n            {\n                \"uuid\": \"b5945d86-3861-4d9a-919a-c598a247a164\",\n                \"name\": \"Goodies\",\n                \"slug\": \"goodies\",\n                \"type\": \"Product\",\n                \"hexColor\": \"#c90076\"\n            }\n        ],\n        \"length\": \"15.00\",\n        \"height\": \"1.00\",\n        \"width\": \"1.00\",\n        \"productAttributes\": [\n            {\n                \"name\": \"Kleur\",\n                \"value\": \"Blauw\"\n            },\n            {\n                \"name\": \"Kwaliteit\",\n                \"value\": \"AA++\"\n            }\n        ],\n        \"internalComment\": \"\",\n        \"hscode\": \"5701 01 01 01\",\n        \"countryOfOrigin\": \"NL\",\n        \"picture\": \"https://test.goedgepickt.nl/images/image_placeholder.png\",\n        \"stock\": {\n            \"freeStock\": 612,\n            \"expectedStock\": 100,\n            \"fictionalStock\": null,\n            \"totalStock\": 612,\n            \"reservedStock\": 0,\n            \"unlimitedStock\": 0,\n            \"minimalStock\": 50,\n            \"fillStockTo\": 1000\n        },\n        \"externalProduct\": 0,\n        \"allowBackorders\": 1,\n        \"deliveryPeriod\": {\n            \"displayDeliveryPeriod\": null,\n            \"rawDeliveryPeriod\": null\n        },\n        \"GoedGepicktUrl\": \"https://test.goedgepickt.nl/products/view/c25b2897-6875-4eaf-bdbc-8479b7326aab\",\n        \"updatedAt\": \"2022-05-26T08:13:02.000000Z\",\n        \"createdAt\": \"2022-05-26T08:11:16.000000Z\"\n    }\n}"},{"id":"d813f2bc-a826-4bc1-a502-4e44839eecbd","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tags[0][uuid]","value":"b5945d86-3861-4d9a-919a-c598a247a162","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:27:19 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given product tag uuid not found\"\n}"}],"_postman_id":"ddf02009-d971-4920-b311-4c01544d9c3a"},{"name":"Remove picklocation tag","id":"8b73896d-9adb-48eb-a530-9999af829c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/picklocations/{picklocationUuid}/tags/{tagUuid}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklocations","{picklocationUuid}","tags","{tagUuid}"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"263bdd31-5666-4572-aafe-f24b921be53a","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/c25b2897-6875-4eaf-bdbc-8479b7326aab/tags/b5945d86-3861-4d9a-919a-c598a247a164"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:22:53 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tag has been deleted\"\n}"}],"_postman_id":"8b73896d-9adb-48eb-a530-9999af829c62"}],"id":"6e6630f1-68bd-473f-8b97-5e4f91fca4c9","_postman_id":"6e6630f1-68bd-473f-8b97-5e4f91fca4c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Get picklocations","id":"ad2e3150-d264-4f27-815d-9356615d13ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/picklocations?searchAttribute&searchDelimiter&searchValue&perPage&page","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklocations"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>string e.g. \"name\"</p>\n","type":"text/plain"},"key":"searchAttribute","value":null},{"description":{"content":"<p>string e.g. \"!=\"</p>\n","type":"text/plain"},"key":"searchDelimiter","value":null},{"description":{"content":"<p>string e.g. \"01.01.01\"</p>\n","type":"text/plain"},"key":"searchValue","value":null},{"description":{"content":"<p>int (Max. 50)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"c57a18b0-28b0-48af-b47b-2d865d415941","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/picklocations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:12:59 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"e984862a-9dae-4dc4-9a77-bb8d806f0c6c\",\n            \"name\": \"A.01.01.1.01\",\n            \"totalStock\": 306\n        },\n        {\n            \"uuid\": \"9ab641da-e108-4cb1-a4ef-631614fc9d9a\",\n            \"name\": \"A.01.01.1.02\",\n            \"totalStock\": 3\n        },\n        {\n            \"uuid\": \"29802c24-2e5b-4ed2-a8cd-a422963814da\",\n            \"name\": \"A.01.01.1.03\",\n            \"totalStock\": 112\n        },\n        {\n            \"uuid\": \"7ca1e27b-cf9e-4392-acc0-d06ca16b9365\",\n            \"name\": \"A.01.01.2.01\",\n            \"totalStock\": 12\n        },\n        {\n            \"uuid\": \"d53ec316-f58f-47a0-8c24-6288f78741bb\",\n            \"name\": \"A.01.01.2.02\",\n            \"totalStock\": 5\n        },\n        {\n            \"uuid\": \"0d9ae01d-c5d7-4746-99e4-ebdb12331c17\",\n            \"name\": \"B.01.01.1.01\",\n            \"totalStock\": 120\n        },\n        {\n            \"uuid\": \"dbb5f24d-5424-43a6-bd7f-dc58d038d1b6\",\n            \"name\": \"B.01.01.1.02\",\n            \"totalStock\": 6\n        },\n        {\n            \"uuid\": \"7137e8f9-8247-46b8-b446-e4b98cff2d99\",\n            \"name\": \"B.01.01.1.03\",\n            \"totalStock\": 2\n        },\n        {\n            \"uuid\": \"cdfcd719-efde-4cce-8fae-5ac3388fe0db\",\n            \"name\": \"B.01.01.2.01\",\n            \"totalStock\": 22\n        },\n        {\n            \"uuid\": \"21e0ffb4-372a-49fc-8afe-0fb97110e201\",\n            \"name\": \"B.01.01.2.02\",\n            \"totalStock\": 52\n        }\n    ]\n}"}],"_postman_id":"ad2e3150-d264-4f27-815d-9356615d13ed"},{"name":"Create picklocation","id":"9356ad9b-2fd5-4b86-bdf0-728c3a73341d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"2.3.3.8","description":"<p>string | required</p>\n","type":"text"},{"key":"autoUnlinkProductsWithNoStock","value":"1","description":"<p>boolean | nullable</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/picklocations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklocations"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"0f108dce-5a99-4621-94ae-370bb3277f73","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"2.3.3.8","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/picklocations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 30 May 2022 11:19:49 GMT"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"148"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"4768d9d6-7ae5-4a32-91a2-7a0117ca43b6\",\n        \"name\": \"2.3.3.8\",\n        \"totalStock\": 0\n    }\n}"}],"_postman_id":"9356ad9b-2fd5-4b86-bdf0-728c3a73341d"},{"name":"Update picklocation","id":"42e2ab08-2a85-4220-852c-56ce30e6789f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"2.3.3.8","description":"<p>string | nullable</p>\n","type":"text"},{"key":"autoUnlinkProductsWithNoStock","value":"1","description":"<p>boolean | nullable</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/picklocations/4768d9d6-7ae5-4a32-91a2-7a0117ca43b6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklocations","4768d9d6-7ae5-4a32-91a2-7a0117ca43b6"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"42e2ab08-2a85-4220-852c-56ce30e6789f"},{"name":"Delete picklocation","id":"dadfd696-4a00-4e12-8ca2-4614ebd1412e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"2.3.3.8","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/picklocations/4768d9d6-7ae5-4a32-91a2-7a0117ca43b6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","picklocations","4768d9d6-7ae5-4a32-91a2-7a0117ca43b6"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"87ecbc97-4337-4e02-be44-7ecac76b40e1","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"2.3.3.8","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/picklocations/4768d9d6-7ae5-4a32-91a2-7a0117ca43b6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 30 May 2022 11:20:28 GMT"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"149"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Picklocation deleted\"\n}"}],"_postman_id":"dadfd696-4a00-4e12-8ca2-4614ebd1412e"}],"id":"dbe72772-88d7-4618-9d85-6ff19e89dca1","_postman_id":"dbe72772-88d7-4618-9d85-6ff19e89dca1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Shipments","item":[{"name":"Get shipments","id":"2e469c13-edd4-4b40-9a5b-5dafc4aa8596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/shipments?createdAfter=2023-11-06 10:11:00&searchAttribute=trackTraceCode&searchDelimiter=!=&searchValue=invalidTrackTraceCode&perPage=10&page=1&include[0]=linkedShipments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","shipments"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>Datetime in format: Y-m-d H:i:s</p>\n","type":"text/plain"},"key":"createdAfter","value":"2023-11-06 10:11:00"},{"description":{"content":"<p>string e.g. \"trackTraceCode\"</p>\n","type":"text/plain"},"key":"searchAttribute","value":"trackTraceCode"},{"description":{"content":"<p>string e.g. \"=\"</p>\n","type":"text/plain"},"key":"searchDelimiter","value":"!="},{"description":{"content":"<p>string e.g. \"your tracking code\"</p>\n","type":"text/plain"},"key":"searchValue","value":"invalidTrackTraceCode"},{"description":{"content":"<p>int, orders per page (Max. 50)</p>\n","type":"text/plain"},"key":"perPage","value":"10"},{"description":{"content":"<p>int, page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"key":"include[0]","value":"linkedShipments"}],"variable":[]}},"response":[{"id":"b92ceb25-1c2f-4c39-bf98-fcd899ca987f","name":"Get shipments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/shipments?createdAfter=2023-10-12 10:11:00&searchAttribute=trackTraceCode&searchDelimiter=!=&searchValue=invalidTrackTraceCode&perPage=10&page=1","host":["https://account.goedgepickt.nl"],"path":["api","v1","shipments"],"query":[{"key":"createdAfter","value":"2023-10-12 10:11:00","description":"Datetime in format: Y-m-d H:i:s"},{"key":"searchAttribute","value":"trackTraceCode","description":"string e.g. \"trackTraceCode\""},{"key":"searchDelimiter","value":"!=","description":"string e.g. \"=\""},{"key":"searchValue","value":"invalidTrackTraceCode","description":"string e.g. \"your tracking code\""},{"key":"perPage","value":"10","description":"number, orders per page (Max. 50)"},{"key":"page","value":"1","description":"number, page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 12 Oct 2023 14:21:35 GMT"},{"key":"Phpdebugbar-Id","value":"X796c29978a4cf439c5073a54e2462841"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 3,\n        \"itemsPerPage\": 10,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"26139c7a-fd48-4526-b8ae-0192fa647211\",\n            \"externalId\": null,\n            \"createDate\": \"2023-10-12T14:21:24.000000Z\",\n            \"status\": \"Open\",\n            \"referenceText\": \"Bestelling #10022\",\n            \"shippingFirstName\": \"Hugo\",\n            \"shippingLastName\": \"Broekmeulen\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Balkenstraat\",\n            \"shippingHouseNumber\": \"105\",\n            \"shippingHouseNumberAddition\": \"105\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3027 GC\",\n            \"shippingCity\": \"Rotterdam\",\n            \"shippingCountry\": \"NL\",\n            \"shippingPhone\": \"+31624046480\",\n            \"shippingEmail\": \"HugoBroekmeulen@jourrapide.com\",\n            \"trackTraceUrl\": \"/shipments/view/26139c7a-fd48-4526-b8ae-0192fa647211\",\n            \"trackTraceCode\": \"26139c7a-fd48-4526-b8ae-0192fa647211\",\n            \"shippingProvider\": \"Demo\",\n            \"shippingCarrier\": \"Custom\",\n            \"shippingMethod\": \"Custom\",\n            \"shippingWeight\": 100,\n            \"shipmentItems\": [\n                {\n                    \"productUuid\": \"e043cfc2-4905-483f-925a-fc788ffc4b61\",\n                    \"productSku\": \"goedgepickt-polo-xxl\",\n                    \"productQuantity\": 2,\n                    \"type\": \"normal\"\n                },\n                {\n                    \"productUuid\": \"4958a929-6d7f-4321-8ce6-2167025bf309\",\n                    \"productSku\": \"gevulde-koek\",\n                    \"productQuantity\": 1,\n                    \"type\": \"normal\"\n                },\n                {\n                    \"productUuid\": \"14d12a4b-3c0f-4d39-877d-fb3b82f7d005\",\n                    \"productSku\": \"mokken-pakket\",\n                    \"productQuantity\": 1,\n                    \"type\": \"parent\"\n                },\n                {\n                    \"productUuid\": \"2bf293ad-05cc-4e8c-8879-65990732dc73\",\n                    \"productSku\": \"gg-mok\",\n                    \"productQuantity\": 2,\n                    \"type\": \"child\",\n                    \"parentUuid\": \"14d12a4b-3c0f-4d39-877d-fb3b82f7d005\"\n                }\n            ],\n            \"linkedOrder\": {\n                \"uuid\": \"f8bf29e5-22da-4f7b-afa0-35cec9ebcd60\",\n                \"externalId\": \"10022\",\n                \"externalDisplayId\": \"10022\",\n                \"status\": \"completed\",\n                \"webshopUuid\": \"b93b9292-4f8c-4fd5-85dd-f42a041a8fad\"\n            }\n        },\n        {\n            \"uuid\": \"10356f00-e097-4782-839b-3ee28b00cdd6\",\n            \"externalId\": null,\n            \"createDate\": \"2023-10-12T14:21:24.000000Z\",\n            \"status\": \"Open\",\n            \"referenceText\": \"Bestelling #10018\",\n            \"shippingFirstName\": \"Nourdin\",\n            \"shippingLastName\": \"Dursun\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Lindtsedijk\",\n            \"shippingHouseNumber\": \"300\",\n            \"shippingHouseNumberAddition\": \"300\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"3336\",\n            \"shippingCity\": \"Zwijndrecht\",\n            \"shippingCountry\": \"BE\",\n            \"shippingPhone\": \"06-56950467\",\n            \"shippingEmail\": \"nourdindursun@gmail.com\",\n            \"trackTraceUrl\": \"/shipments/view/10356f00-e097-4782-839b-3ee28b00cdd6\",\n            \"trackTraceCode\": \"10356f00-e097-4782-839b-3ee28b00cdd6\",\n            \"shippingProvider\": \"Demo\",\n            \"shippingCarrier\": \"Custom\",\n            \"shippingMethod\": \"Custom\",\n            \"shippingWeight\": 100,\n            \"shipmentItems\": [\n                {\n                    \"productUuid\": \"1cfb50fc-93a5-476e-9d95-7b3a1e31bfd0\",\n                    \"productSku\": \"stroopwafel\",\n                    \"productQuantity\": 2,\n                    \"type\": \"normal\"\n                }\n            ],\n            \"linkedOrder\": {\n                \"uuid\": \"da200ad8-e6ea-4f69-9424-7cd15804974f\",\n                \"externalId\": \"10018\",\n                \"externalDisplayId\": \"10018\",\n                \"status\": \"ready_for_picking\",\n                \"webshopUuid\": \"b93b9292-4f8c-4fd5-85dd-f42a041a8fad\"\n            }\n        },\n        {\n            \"uuid\": \"4f85db9d-9587-4179-8640-45f2755d7404\",\n            \"externalId\": null,\n            \"createDate\": \"2023-10-12T14:21:24.000000Z\",\n            \"status\": \"Open\",\n            \"referenceText\": \"Bestelling #10019\",\n            \"shippingFirstName\": \"Lydia\",\n            \"shippingLastName\": \"Groenland\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Mounepaed\",\n            \"shippingHouseNumber\": \"121\",\n            \"shippingHouseNumberAddition\": \"121\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"9051 BA\",\n            \"shippingCity\": \"Stiens\",\n            \"shippingCountry\": \"NL\",\n            \"shippingPhone\": \"+31683028374\",\n            \"shippingEmail\": \"lydiagroenland@gmail.com\",\n            \"trackTraceUrl\": \"/shipments/view/4f85db9d-9587-4179-8640-45f2755d7404\",\n            \"trackTraceCode\": \"4f85db9d-9587-4179-8640-45f2755d7404\",\n            \"shippingProvider\": \"Demo\",\n            \"shippingCarrier\": \"Custom\",\n            \"shippingMethod\": \"Custom\",\n            \"shippingWeight\": 100,\n            \"shipmentItems\": [\n                {\n                    \"productUuid\": \"e4854f24-e1da-4ffe-b686-30f3ff146849\",\n                    \"productSku\": \"goedgepickt-pen\",\n                    \"productQuantity\": 4,\n                    \"type\": \"normal\"\n                },\n                {\n                    \"productUuid\": \"1cfb50fc-93a5-476e-9d95-7b3a1e31bfd0\",\n                    \"productSku\": \"stroopwafel\",\n                    \"productQuantity\": 2,\n                    \"type\": \"normal\"\n                },\n                {\n                    \"productUuid\": \"9584aa23-8367-4733-9467-f8b3bb2c6c77\",\n                    \"productSku\": \"hobbymes-01\",\n                    \"productQuantity\": 1,\n                    \"type\": \"normal\"\n                },\n                {\n                    \"productUuid\": \"1cfb50fc-93a5-476e-9d95-7b3a1e31bfd0\",\n                    \"productSku\": \"stroopwafel\",\n                    \"productQuantity\": 2,\n                    \"type\": \"normal\"\n                },\n                {\n                    \"productUuid\": \"736afaea-eea7-4133-bdfa-5626b7d35aba\",\n                    \"productSku\": \"goedgepickt-keycord\",\n                    \"productQuantity\": 1,\n                    \"type\": \"normal\"\n                }\n            ],\n            \"linkedOrder\": {\n                \"uuid\": \"b8a91ec6-30eb-48f6-b37e-a4425d43056a\",\n                \"externalId\": \"10019\",\n                \"externalDisplayId\": \"10019\",\n                \"status\": \"completed\",\n                \"webshopUuid\": \"b93b9292-4f8c-4fd5-85dd-f42a041a8fad\"\n            }\n        }\n    ]\n}"},{"id":"69489891-003a-4dd6-905c-679ab414623b","name":"Get shipments with linked shipments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://account.goedgepickt.nl/api/v1/shipments?createdAfter=2023-11-06 10:11:00&include[0]=linkedShipments","host":["https://account.goedgepickt.nl"],"path":["api","v1","shipments"],"query":[{"key":"createdAfter","value":"2023-11-06 10:11:00","description":"Datetime in format: Y-m-d H:i:s"},{"key":"searchAttribute","value":"trackTraceCode","description":"string e.g. \"trackTraceCode\"","disabled":true},{"key":"searchDelimiter","value":"!=","description":"string e.g. \"=\"","disabled":true},{"key":"searchValue","value":"invalidTrackTraceCode","description":"string e.g. \"your tracking code\"","disabled":true},{"key":"perPage","value":"10","description":"number, orders per page (Max. 50)","disabled":true},{"key":"page","value":"1","description":"number, page","disabled":true},{"key":"include[0]","value":"linkedShipments"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 07 Nov 2023 14:43:50 GMT"},{"key":"Phpdebugbar-Id","value":"Xc6cc7281a613bf8a86ed40d1fd330053"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 3,\n        \"itemsPerPage\": 15,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"082426bc-87d8-48a8-b70c-e4774765da1f\",\n            \"externalId\": \"318178618\",\n            \"createDate\": \"2023-11-07T09:24:55.000000Z\",\n            \"status\": \"\",\n            \"referenceText\": \"Bestelling 10025\",\n            \"shippingFirstName\": \"John\",\n            \"shippingLastName\": \"Doe\",\n            \"shippingCompany\": \"\",\n            \"shippingAddress\": \"Vosdonk\",\n            \"shippingHouseNumber\": \"39J\",\n            \"shippingHouseNumberAddition\": \"\",\n            \"shippingAddress2\": \"\",\n            \"shippingZipcode\": \"4879NC\",\n            \"shippingCity\": \"Etten-Leur\",\n            \"shippingCountry\": \"NL\",\n            \"shippingPhone\": \"+31612345678\",\n            \"shippingEmail\": \"info@goedgepickt.nl\",            \n            \"trackTraceUrl\": \"https://tracking.eu-central-1-0.sendcloud.sc/forward?carrier=postnl&code=3SYZXG3078127&destination=NL&lang=nl-nl&source=NL&type=parcel&verification=4879+NC&servicepoint_verification=&created_at=2023-11-07\",\n            \"trackTraceCode\": \"3SYZXG3078127\",\n            \"shippingProvider\": \"SendcloudV2\",\n            \"shippingCarrier\": \"postnl\",\n            \"shippingMethod\": \"PostNL with signature 0-23kg\",\n            \"shippingWeight\": 100,\n            \"shipmentItems\": [],\n            \"linkedOrder\": {\n                \"uuid\": \"c7b50f3a-8709-419a-b485-484a3ee02ac0\",\n                \"externalId\": \"10025\",\n                \"externalDisplayId\": \"10025\",\n                \"status\": \"ready_for_packing\",\n                \"webshopUuid\": \"b93b9292-4f8c-4fd5-85dd-f42a041a8fad\"\n            },\n            \"linkedShipments\": [\n                {\n                    \"uuid\": \"8a5b7ae8-9723-4cca-8461-4735e89e6d76\",\n                    \"externalId\": \"318192789\",\n                    \"shipmentType\": \"return\",\n                    \"trackTraceUrl\": \"https://tracking.eu-central-1-0.sendcloud.sc/forward?carrier=dpd&code=05222381863088&destination=NL&lang=nl-nl&source=NL&type=parcel&verification=4879+NC&servicepoint_verification=&created_at=2023-11-07&from_postal_code=4879+NC\",\n                    \"trackTraceCode\": \"05222381863088\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2e469c13-edd4-4b40-9a5b-5dafc4aa8596"},{"name":"Get shipment","id":"4677ac22-c604-499a-a997-70e7fb5412f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/shipments/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","shipments","4ed99fe2-512e-42c6-80b5-13e4a6b89e8b"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"85c550a1-2d9a-4863-9e8b-7c45f9099299","name":"Get shipment","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/shipments/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 28 Feb 2025 13:24:57 GMT"},{"key":"Phpdebugbar-Id","value":"01JN6BPJT6EMZNV2WEF7WHN8SX"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n    \"externalId\": null,\n    \"createDate\": \"2024-08-07T08:19:58.000000Z\",\n    \"status\": \"parcel_en_route\",\n    \"referenceText\": \"Bestelling #10022\",\n    \"shippingFirstName\": \"John\",\n    \"shippingLastName\": \"Doe\",\n    \"shippingCompany\": \"\",\n    \"shippingAddress\": \"Vosdonk\",\n    \"shippingHouseNumber\": \"39\",\n    \"shippingHouseNumberAddition\": \"J\",\n    \"shippingAddress2\": \"\",\n    \"shippingZipcode\": \"4879NC\",\n    \"shippingCity\": \"Etten-Leur\",\n    \"shippingCountry\": \"NL\",\n    \"shippingPhone\": \"+31612345678\",\n    \"shippingEmail\": \"dev@goedgepickt.nl\",\n    \"trackTraceUrl\": \"/shipments/view/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n    \"trackTraceCode\": \"4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n    \"shippingProvider\": \"Demo\",\n    \"shippingCarrier\": \"Custom\",\n    \"shippingMethod\": \"Custom\",\n    \"shippingWeight\": 100,\n    \"shipmentItems\": [\n        {\n            \"productUuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\",\n            \"productSku\": \"goedgepickt-polo-xxl\",\n            \"productQuantity\": 2,\n            \"type\": \"normal\"\n        },\n        {\n            \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\",\n            \"productSku\": \"gevulde-koek\",\n            \"productQuantity\": 1,\n            \"type\": \"normal\"\n        }\n    ],\n    \"linkedOrder\": {\n        \"uuid\": \"107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n        \"externalId\": \"10022\",\n        \"externalDisplayId\": \"10022\",\n        \"status\": \"completed\",\n        \"webshopUuid\": \"b93b9292-4f8c-4fd5-85dd-f42a041a8fad\"\n    },\n    \"packagingMaterials\": [\n        {\n            \"uuid\": \"8c21d44a-92f4-44b0-a73f-6b042fd46a6d\",\n            \"name\": \"Brievenbus A4\",\n            \"height\": \"3.00\",\n            \"width\": \"25.00\",\n            \"length\": \"35.00\",\n            \"quantityUsed\": 1\n        }\n    ]\n}"}],"_postman_id":"4677ac22-c604-499a-a997-70e7fb5412f4"},{"name":"Update shipment","id":"4eae74ba-3a99-460b-9417-297d075b6ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"status","value":"","description":"<p>string (options: announced, in_distribution, parcel_en_route, delivered, delivered_ready_for_pickup and cancelled)</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/shipments/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","shipments","4ed99fe2-512e-42c6-80b5-13e4a6b89e8b"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"c59fe93b-1a8a-4a6e-9b7c-424c2f0858c5","name":"Update shipment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"status","value":"parcel_en_route","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/shipments/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 11 Dec 2024 12:28:01 GMT"},{"key":"Phpdebugbar-Id","value":"Xb40fbe807167ed35d58e91d146341624"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"148"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n        \"externalId\": null,\n        \"createDate\": \"2024-08-07T08:19:58.000000Z\",\n        \"status\": \"parcel_en_route\",\n        \"referenceText\": \"Bestelling #10022\",\n        \"shippingFirstName\": \"Hugo\",\n        \"shippingLastName\": \"Broekmeulen\",\n        \"shippingCompany\": \"\",\n        \"shippingAddress\": \"Balkenstraat\",\n        \"shippingHouseNumber\": \"105\",\n        \"shippingHouseNumberAddition\": \"105\",\n        \"shippingAddress2\": \"\",\n        \"shippingZipcode\": \"3027 GC\",\n        \"shippingCity\": \"Rotterdam\",\n        \"shippingCountry\": \"NL\",\n        \"shippingPhone\": \"+31624046480\",\n        \"shippingEmail\": \"HugoBroekmeulen@jourrapide.com\",\n        \"trackTraceUrl\": \"/shipments/view/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n        \"trackTraceCode\": \"4ed99fe2-512e-42c6-80b5-13e4a6b89e8b\",\n        \"shippingProvider\": \"Demo\",\n        \"shippingCarrier\": \"Custom\",\n        \"shippingMethod\": \"Custom\",\n        \"shippingWeight\": 100,\n        \"shipmentItems\": [\n            {\n                \"productUuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\",\n                \"productSku\": \"goedgepickt-polo-xxl\",\n                \"productQuantity\": 2\n            },\n            {\n                \"productUuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\",\n                \"productSku\": \"gevulde-koek\",\n                \"productQuantity\": 1\n            }\n        ],\n        \"linkedOrder\": {\n            \"uuid\": \"107bdc2a-aded-48c8-8e51-b38bde5e5cbe\",\n            \"externalId\": \"10022\",\n            \"externalDisplayId\": \"10022\",\n            \"status\": \"completed\",\n            \"webshopUuid\": \"b93b9292-4f8c-4fd5-85dd-f42a041a8fad\"\n        }\n    }\n}"},{"id":"499c27ec-4290-4c43-b17f-21c96dfb7522","name":"Update shipment with unknown UUID","originalRequest":{"method":"PUT","header":[],"url":"https://account.goedgepickt.nl/api/v1/shipments/4ed99fe2-512e-42c6-80b5-13e4a6b89e8ba"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 11 Dec 2024 10:51:54 GMT"},{"key":"Phpdebugbar-Id","value":"X276c6a86a94621da365c05a07715fa78"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"No shipment found within your account with the given delimiters.\"\n}"},{"id":"d931f4fb-f828-41af-a304-0e43a1847fc7","name":"Update shipment with empty body","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://account.goedgepickt.nl/api/v1/shipments/4ed99fe2-512e-42c6-80b5-13e4a6b89e8b"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 11 Dec 2024 10:52:35 GMT"},{"key":"Phpdebugbar-Id","value":"X61c5f6727d121b5e96e4963aab0fc90f"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Nothing updated, please check your request.\"\n}"}],"_postman_id":"4eae74ba-3a99-460b-9417-297d075b6ed4"}],"id":"abd45ec9-13e5-4ff1-8732-91b9b706b5dd","_postman_id":"abd45ec9-13e5-4ff1-8732-91b9b706b5dd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Stock","item":[{"name":"Get stock locations","id":"46fe1b23-3554-4d25-9439-d7f3e3f2e861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/6a27cccf-df4b-4e60-a9f8-dd34e654fc41/stock","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","6a27cccf-df4b-4e60-a9f8-dd34e654fc41","stock"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"836cbe4c-7010-417e-924c-a1fa9cc9a8aa","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:13:38 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9997"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stockLocations\": [\n        {\n            \"picklocationUuid\": \"29802c24-2e5b-4ed2-a8cd-a422963814da\",\n            \"picklocationName\": \"A.01.01.1.03\",\n            \"stockQuantity\": 17,\n            \"stockPriority\": 0\n        }\n    ]\n}"},{"id":"c4ae9aab-f833-492e-9774-d9dcf6afa1d5","name":"200 OK with batch/best before support","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/6a27cccf-df4b-4e60-a9f8-dd34e654fc41/stock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 29 Aug 2024 09:06:24 GMT"},{"key":"Phpdebugbar-Id","value":"X111170caffa5699e56ffed96cbaba3d6"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stockLocations\": [\n        {\n            \"picklocationUuid\": \"3bde2603-c998-4064-9560-cfb741af1375\",\n            \"picklocationName\": \"A.01.01.1.03\",\n            \"stockQuantity\": 0,\n            \"stockPriority\": 1,\n            \"batchNumber\": \"Batch 1\",\n            \"bestBefore\": \"2024-08-03\"\n        },\n        {\n            \"picklocationUuid\": \"5a6d120b-ad0f-4f1f-835e-f38c477e3530\",\n            \"picklocationName\": \"A.01.01.2.03\",\n            \"stockQuantity\": 7,\n            \"stockPriority\": 2,\n            \"batchNumber\": \"Batch 2\",\n            \"bestBefore\": \"2024-08-17\"\n        }\n    ]\n}"}],"_postman_id":"46fe1b23-3554-4d25-9439-d7f3e3f2e861"},{"name":"Get stock location","id":"c5466c24-809c-450a-8193-1e70bc17aceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock/29802c24-2e5b-4ed2-a8cd-a422963814da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","3538493d-e191-438e-95fc-c3810220f359","stock","29802c24-2e5b-4ed2-a8cd-a422963814da"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"bc212b0f-d3eb-49b3-af7b-c1c2b38c1d95","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock/29802c24-2e5b-4ed2-a8cd-a422963814da"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:14:58 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9997"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stockLocation\": {\n        \"picklocationUuid\": \"29802c24-2e5b-4ed2-a8cd-a422963814da\",\n        \"picklocationName\": \"A.01.01.1.03\",\n        \"stockQuantity\": 17,\n        \"stockPriority\": 0\n    }\n}"},{"id":"56e96e44-96ce-47c8-b802-7c1fa26102c9","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock/3b4f105c-225b-477f-ba37-0a5cd2a88185"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:14:07 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"No data found with the given UUIDs\"\n}"}],"_postman_id":"c5466c24-809c-450a-8193-1e70bc17aceb"},{"name":"Update stock location","id":"f16e8a09-dfd9-4134-b937-919ddd82ffc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stockQuantity","value":"30","description":"<p>number (Required)</p>\n","type":"text"},{"key":"priority","value":"1","description":"<p>number</p>\n","type":"text"},{"key":"reason","value":"New stock","description":"<p>string</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock/29802c24-2e5b-4ed2-a8cd-a422963814da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","3538493d-e191-438e-95fc-c3810220f359","stock","29802c24-2e5b-4ed2-a8cd-a422963814da"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"516c9b36-0380-4103-be38-be19c06ede3e","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stockQuantity","value":"30","description":"number (Required)","type":"text"},{"key":"priority","value":"1","description":"number","type":"text"},{"key":"reason","value":"New stock","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock/29802c24-2e5b-4ed2-a8cd-a422963814da"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:15:55 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stockLocation\": {\n        \"picklocationUuid\": \"29802c24-2e5b-4ed2-a8cd-a422963814da\",\n        \"picklocationName\": \"A.01.01.1.03\",\n        \"stockQuantity\": 30,\n        \"stockPriority\": 0\n    }\n}"}],"_postman_id":"f16e8a09-dfd9-4134-b937-919ddd82ffc7"},{"name":"Create stock location","id":"dffdd892-0c6b-498b-b978-e3f8a7fa637f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stockQuantity","type":"text","value":"69"},{"key":"priority","type":"text","value":"1"}]},"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock/29802c24-2e5b-4ed2-a8cd-a422963814da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","products","3538493d-e191-438e-95fc-c3810220f359","stock","29802c24-2e5b-4ed2-a8cd-a422963814da"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"597fac9c-f13a-4306-bbe2-1406a959e3ca","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stockQuantity","type":"text","value":"69"},{"key":"priority","type":"text","value":"1"}]},"url":"https://account.goedgepickt.nl/api/v1/products/3538493d-e191-438e-95fc-c3810220f359/stock/29802c24-2e5b-4ed2-a8cd-a422963814da"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:16:52 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9997"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stockLocation\": {\n        \"picklocationUuid\": \"29802c24-2e5b-4ed2-a8cd-a422963814da\",\n        \"picklocationName\": \"A.01.01.1.03\",\n        \"stockQuantity\": 69,\n        \"stockPriority\": 1\n    }\n}"}],"_postman_id":"dffdd892-0c6b-498b-b978-e3f8a7fa637f"}],"id":"ab779e01-38a9-4ac6-ab1d-192f76c76b74","_postman_id":"ab779e01-38a9-4ac6-ab1d-192f76c76b74","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Stock histories","item":[{"name":"Get stock histories","id":"e9f93a1f-a9af-43cf-8b79-5c20cf9d67a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/stock-histories?page=1&perPage=15","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","stock-histories"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":"15"}],"variable":[]}},"response":[{"id":"be3463ab-746f-45e8-9157-3229080624d3","name":"Get stock histories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://account.goedgepickt.nl/api/v1/stock-histories?page=1&perPage=15","host":["https://account.goedgepickt.nl"],"path":["api","v1","stock-histories"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Jan 2026 10:23:28 GMT"},{"key":"Phpdebugbar-Id","value":"01KF359QBR85F5N49XG9HA2VGA"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 135,\n        \"itemsPerPage\": 15,\n        \"currentPage\": 1,\n        \"lastPage\": 9\n    },\n    \"items\": [\n        {\n            \"id\": 10932,\n            \"oldStock\": 0,\n            \"newStock\": 35,\n            \"totalStock\": 35,\n            \"mutation\": 35,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\",\n                \"name\": \"Gevulde koek - met spijs\",\n                \"sku\": \"gevulde-koek\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"e7a128da-e64f-424b-8c2e-ef236c4c85f6\",\n                \"name\": \"B.01.01.1.02\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10933,\n            \"oldStock\": 0,\n            \"newStock\": 97,\n            \"totalStock\": 97,\n            \"mutation\": 97,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"0ccd1b59-48a0-44ea-9a70-c634bab57c97\",\n                \"name\": \"Roze koek\",\n                \"sku\": \"852\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"13725add-b70c-4381-95eb-ae8ba92e69c9\",\n                \"name\": \"A.01.01.1.01\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10934,\n            \"oldStock\": 0,\n            \"newStock\": 53,\n            \"totalStock\": 53,\n            \"mutation\": 53,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"d4714729-4f20-430e-94ca-612b24eac751\",\n                \"name\": \"Sprits koek - Altyd lekker!\",\n                \"sku\": \"sprits-koek\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"1eefcde7-4826-4ad3-a215-8d0ba32b3036\",\n                \"name\": \"A.01.01.1.02\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10935,\n            \"oldStock\": 0,\n            \"newStock\": 26,\n            \"totalStock\": 26,\n            \"mutation\": 26,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"fe491978-a592-4c92-ab13-9fd1f181646e\",\n                \"name\": \"GoedGepickt polo\",\n                \"sku\": \"goedgepickt-polo-s\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"e918a05a-a81a-4982-b07f-7efd2ee7c802\",\n                \"name\": \"A.01.01.2.02\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10936,\n            \"oldStock\": 0,\n            \"newStock\": 18,\n            \"totalStock\": 18,\n            \"mutation\": 18,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"ffee4fbf-3221-473e-b2be-8cc6ef490c63\",\n                \"name\": \"GoedGepickt polo\",\n                \"sku\": \"goedgepickt-polo-m\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"540c80a1-da4f-4086-9609-958a95b1e1a9\",\n                \"name\": \"B.01.01.1.03\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10937,\n            \"oldStock\": 0,\n            \"newStock\": 15,\n            \"totalStock\": 15,\n            \"mutation\": 15,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"f5e9be60-dd0c-4bae-99b8-9da1bf58db35\",\n                \"name\": \"GoedGepickt polo\",\n                \"sku\": \"goedgepickt-polo-l\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"74134f2f-e6c4-40f3-9254-c8aa1a1a3108\",\n                \"name\": \"B.01.01.2.01\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10938,\n            \"oldStock\": 0,\n            \"newStock\": 8,\n            \"totalStock\": 8,\n            \"mutation\": 8,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"600a239a-6a89-428d-b211-1bd2c834be5c\",\n                \"name\": \"GoedGepickt polo\",\n                \"sku\": \"goedgepickt-polo-xl\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"29f6e261-5708-473a-b1f8-cbe22ba18e69\",\n                \"name\": \"A.01.01.2.01\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10939,\n            \"oldStock\": 0,\n            \"newStock\": 21,\n            \"totalStock\": 21,\n            \"mutation\": 21,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"1548eba1-148f-4dde-b243-aaef168d82bc\",\n                \"name\": \"GoedGepickt polo\",\n                \"sku\": \"goedgepickt-polo-xxl\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"13feefe4-8439-41d3-9bd4-1976b68b874c\",\n                \"name\": \"A.01.01.1.03\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:48\"\n        },\n        {\n            \"id\": 10940,\n            \"oldStock\": 0,\n            \"newStock\": 12,\n            \"totalStock\": 12,\n            \"mutation\": 12,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"683b2c53-2453-41c9-abe0-8eec1c7caeba\",\n                \"name\": \"Stroopwafelkoek - Caramel\",\n                \"sku\": \"stroopwafel\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"615bf304-adb1-43cd-9e33-83c19ec13155\",\n                \"name\": \"B.01.01.2.02\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:49\"\n        },\n        {\n            \"id\": 10941,\n            \"oldStock\": 0,\n            \"newStock\": 0,\n            \"totalStock\": 0,\n            \"mutation\": 0,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"234bee93-2554-4b18-8f1e-cf12a6db7554\",\n                \"name\": \"GoedGepickt Goodiepakket\",\n                \"sku\": \"GOEDGEPICKT-GOODIE\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"6a5034d4-7851-4182-a402-d5a8d082d9de\",\n                \"name\": \"B.01.01.1.01\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:49\"\n        },\n        {\n            \"id\": 10942,\n            \"oldStock\": 0,\n            \"newStock\": 20,\n            \"totalStock\": 20,\n            \"mutation\": 20,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"0081a407-1162-41f9-ba20-76d015b8df63\",\n                \"name\": \"GoedGepickt Pen\",\n                \"sku\": \"goedgepickt-pen\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"e7a128da-e64f-424b-8c2e-ef236c4c85f6\",\n                \"name\": \"B.01.01.1.02\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:50\"\n        },\n        {\n            \"id\": 10943,\n            \"oldStock\": 0,\n            \"newStock\": 20,\n            \"totalStock\": 20,\n            \"mutation\": 20,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"cb727e8b-9832-4c24-8971-0baeb9c61665\",\n                \"name\": \"GoedGepickt - Keycord oranje\",\n                \"sku\": \"goedgepickt-keycord\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"13725add-b70c-4381-95eb-ae8ba92e69c9\",\n                \"name\": \"A.01.01.1.01\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:50\"\n        },\n        {\n            \"id\": 10944,\n            \"oldStock\": 0,\n            \"newStock\": 20,\n            \"totalStock\": 20,\n            \"mutation\": 20,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"91c8c380-47d3-4992-85d4-0afbf0f51bfa\",\n                \"name\": \"Hobbymes GoedGepickt\",\n                \"sku\": \"hobbymes-01\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"1eefcde7-4826-4ad3-a215-8d0ba32b3036\",\n                \"name\": \"A.01.01.1.02\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:50\"\n        },\n        {\n            \"id\": 10945,\n            \"oldStock\": 0,\n            \"newStock\": 0,\n            \"totalStock\": 0,\n            \"mutation\": 0,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"4ef9f984-055d-4918-862b-64b72ede597f\",\n                \"name\": \"GoedGepickt stikker\",\n                \"sku\": \"gg-stikker\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"e918a05a-a81a-4982-b07f-7efd2ee7c802\",\n                \"name\": \"A.01.01.2.02\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:51\"\n        },\n        {\n            \"id\": 10946,\n            \"oldStock\": 0,\n            \"newStock\": 88,\n            \"totalStock\": 88,\n            \"mutation\": 88,\n            \"reason\": \"Product toegevoegd\",\n            \"product\": {\n                \"uuid\": \"eba9cfb1-4ec6-4cba-9059-dbf391889d8a\",\n                \"name\": \"Doos M\",\n                \"sku\": \"doos-m\"\n            },\n            \"picklocation\": {\n                \"uuid\": \"540c80a1-da4f-4086-9609-958a95b1e1a9\",\n                \"name\": \"B.01.01.1.03\"\n            },\n            \"warehouse\": {\n                \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n                \"name\": \"Standaard magazijn\"\n            },\n            \"user\": {\n                \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n                \"name\": \"GoedGepickt Support\",\n                \"email\": \"support-29@goedgepickt.nl\",\n                \"require_barcode_picking\": 0\n            },\n            \"createdAt\": \"2024-08-07 08:19:51\"\n        }\n    ]\n}"}],"_postman_id":"e9f93a1f-a9af-43cf-8b79-5c20cf9d67a6"},{"name":"Get stock history","id":"b8ce3ca6-8ff6-4e7b-9e98-8b94448a9b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/stock-histories/5942","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","stock-histories","5942"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"563e1ec1-56f7-4608-985b-67fec43ccdba","name":"Get stock history","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/stock-histories/10932"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Jan 2026 10:31:32 GMT"},{"key":"Phpdebugbar-Id","value":"01KF35RFKMYZQEH4E7YS8NHKFR"},{"key":"Server","value":"Apache/2.4.57 (Debian)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"X-Ratelimit-Limit","value":"150"},{"key":"X-Ratelimit-Remaining","value":"149"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 10932,\n        \"oldStock\": 0,\n        \"newStock\": 35,\n        \"totalStock\": 35,\n        \"mutation\": 35,\n        \"reason\": \"Product toegevoegd\",\n        \"product\": {\n            \"uuid\": \"82c48c95-1ab2-4724-9ed5-40a883d3d2fa\",\n            \"name\": \"Gevulde koek - met spijs\",\n            \"sku\": \"gevulde-koek\"\n        },\n        \"picklocation\": {\n            \"uuid\": \"e7a128da-e64f-424b-8c2e-ef236c4c85f6\",\n            \"name\": \"B.01.01.1.02\"\n        },\n        \"warehouse\": {\n            \"uuid\": \"107f7444-f6c2-422a-b212-cca33b38c6de\",\n            \"name\": \"Standaard magazijn\"\n        },\n        \"user\": {\n            \"uuid\": \"4f477bef-096b-4894-8dc9-2792934ede3f\",\n            \"name\": \"GoedGepickt Support\",\n            \"email\": \"support-29@goedgepickt.nl\",\n            \"require_barcode_picking\": 0\n        },\n        \"createdAt\": \"2024-08-07 08:19:48\"\n    }\n}"}],"_postman_id":"b8ce3ca6-8ff6-4e7b-9e98-8b94448a9b3e"}],"id":"083d30e4-d59d-47af-ba50-fcc65bff312d","_postman_id":"083d30e4-d59d-47af-ba50-fcc65bff312d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Suppliers","item":[{"name":"Create supplier","id":"9d2e6dfe-5b39-4be1-ab85-61dbdd8937f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string (Required)</p>\n","key":"name","type":"text","value":"GoedGepickt"},{"description":"<p>string</p>\n","key":"contactPerson","type":"text","value":"John Doe"},{"description":"<p>string</p>\n","key":"description","type":"text","value":"GoedGepickt merchandise"},{"description":"<p>string</p>\n","key":"address","type":"text","value":"Vosdonk 39J"},{"description":"<p>string</p>\n","key":"zipcode","type":"text","value":"4879NC"},{"description":"<p>string</p>\n","key":"city","type":"text","value":"Etten-Leur"},{"description":"<p>string (!Country code! e.g. NL)</p>\n","key":"country","type":"text","value":"NL"},{"description":"<p>string</p>\n","key":"email","type":"text","value":"merchandise@goedgepickt.nl"},{"description":"<p>string</p>\n","key":"phone","type":"text","value":"0850187475"},{"key":"extraInfo","value":"Short delivery period","description":"<p>string</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/suppliers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","suppliers"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"e625e17f-3046-400b-a9fe-f37793f7434c","name":"Create supplier","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"string (Required)","key":"name","type":"text","value":"GoedGepickt"},{"description":"string","key":"contactPerson","type":"text","value":"John Doe"},{"description":"string","key":"description","type":"text","value":"GoedGepickt merchandise"},{"description":"string","key":"address","type":"text","value":"Vosdonk 39J"},{"description":"string","key":"zipcode","type":"text","value":"4879NC"},{"description":"string","key":"city","type":"text","value":"Etten-Leur"},{"description":"string (!Country code! e.g. NL)","key":"country","type":"text","value":"NL"},{"description":"string","key":"email","type":"text","value":"merchandise@goedgepickt.nl"},{"description":"string","key":"phone","type":"text","value":"0850187475"},{"key":"extraInfo","value":"Short delivery period","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Nov 2021 14:18:49 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xc98750aa9380c4a591f182b04482b3f0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"7e0417d9-b206-40c2-b35b-d6ebd38781f0\",\n            \"name\": \"GoedGepickt\",\n            \"contactPerson\": \"John Doe\",\n            \"description\": \"GoedGepickt merchandise\",\n            \"address\": \"Vosdonk 39J\",\n            \"zipcode\": \"4879NC\",\n            \"city\": \"Etten-Leur\",\n            \"country\": \"NL\",\n            \"email\": \"merchandise@goedgepickt.nl\",\n            \"phone\": \"0850187475\",\n            \"extraInfo\": \"Short delivery period\"\n        }\n    ]\n}"}],"_postman_id":"9d2e6dfe-5b39-4be1-ab85-61dbdd8937f2"},{"name":"Update supplier","id":"7d9db455-e25b-4953-b0bc-1eb9009b8da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string</p>\n","key":"name","type":"text","value":"GoedGepickt"},{"description":"<p>string</p>\n","key":"contactPerson","type":"text","value":"John Doe"},{"description":"<p>string</p>\n","key":"description","type":"text","value":"GoedGepickt merchandise"},{"description":"<p>string</p>\n","key":"address","type":"text","value":"Vosdonk 39J"},{"description":"<p>string</p>\n","key":"zipcode","type":"text","value":"4879NC"},{"description":"<p>string</p>\n","key":"city","type":"text","value":"Etten-Leur"},{"description":"<p>string (!Country code! e.g. NL)</p>\n","key":"country","type":"text","value":"NL"},{"description":"<p>string</p>\n","key":"email","type":"text","value":"merchandise@goedgepickt.nl"},{"description":"<p>string</p>\n","key":"phone","type":"text","value":"0850187475"},{"key":"extraInfo","value":"Short delivery period","description":"<p>string</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/suppliers/7e0417d9-b206-40c2-b35b-d6ebd38781f0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","suppliers","7e0417d9-b206-40c2-b35b-d6ebd38781f0"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"f1dda967-b434-4722-90b1-b619f95760d7","name":"Update supplier","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"string","key":"name","type":"text","value":"GoedGepickt"},{"description":"string","key":"contactPerson","type":"text","value":"John Doe"},{"description":"string","key":"description","type":"text","value":"GoedGepickt merchandise"},{"description":"string","key":"address","type":"text","value":"Vosdonk 39J"},{"description":"string","key":"zipcode","type":"text","value":"4879NC"},{"description":"string","key":"city","type":"text","value":"Etten-Leur"},{"description":"string (!Country code! e.g. NL)","key":"country","type":"text","value":"NL"},{"description":"string","key":"email","type":"text","value":"merchandise@goedgepickt.nl"},{"description":"string","key":"phone","type":"text","value":"0850187475"},{"key":"extraInfo","value":"Short delivery period","description":"string","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/suppliers/7e0417d9-b206-40c2-b35b-d6ebd38781f0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Nov 2021 14:20:33 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X4a51e286577662ae95480eda79516649"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"7e0417d9-b206-40c2-b35b-d6ebd38781f0\",\n            \"name\": \"GoedGepickt\",\n            \"contactPerson\": \"John Doe\",\n            \"description\": \"GoedGepickt merchandise\",\n            \"address\": \"Vosdonk 39J\",\n            \"zipcode\": \"4879NC\",\n            \"city\": \"Etten-Leur\",\n            \"country\": \"NL\",\n            \"email\": \"merchandise@goedgepickt.nl\",\n            \"phone\": \"0850187475\",\n            \"extraInfo\": \"Short delivery period\"\n        }\n    ]\n}"}],"_postman_id":"7d9db455-e25b-4953-b0bc-1eb9009b8da0"},{"name":"Get suppliers","id":"8439be3e-6573-4fc0-bf19-d4f111690151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/suppliers?searchAttribute=&searchDelimiter=&searchValue=&perPage=10&page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","suppliers"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>string e.g. \"name\"</p>\n","type":"text/plain"},"key":"searchAttribute","value":""},{"description":{"content":"<p>string e.g. \"!=\"</p>\n","type":"text/plain"},"key":"searchDelimiter","value":""},{"description":{"content":"<p>string e.g. \"GoedGepickt\"</p>\n","type":"text/plain"},"key":"searchValue","value":""},{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":"10"},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"e00ee304-2767-4e64-915e-1d7a7704a1b1","name":"Get suppliers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Oct 2019 13:17:11 GMT"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"name\": \"SportWear B.V.\",\n            \"contactPerson\": \"\",\n            \"description\": \"Inkoopades Nike en hoofdbedekking\",\n            \"address\": \"\",\n            \"zipCode\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"extraInfo\": \"\"\n        },\n        {\n            \"name\": \"ICT Wereld\",\n            \"contactPerson\": \"\",\n            \"description\": \"Inkoop ICT materiaal & tech\",\n            \"address\": \"\",\n            \"zipCode\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"extraInfo\": \"\"\n        },\n        {\n            \"name\": \"WatchMe\",\n            \"contactPerson\": \"\",\n            \"description\": \"Leverancier horloges\",\n            \"address\": \"\",\n            \"zipCode\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"extraInfo\": \"\"\n        },\n        {\n            \"name\": \"JewelsEtc\",\n            \"contactPerson\": \"\",\n            \"description\": \"Sierraden en armbanden inkoop\",\n            \"address\": \"\",\n            \"zipCode\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"extraInfo\": \"\"\n        }\n    ]\n}"}],"_postman_id":"8439be3e-6573-4fc0-bf19-d4f111690151"},{"name":"Get supplier","id":"0a80591d-5f7b-4a2b-912e-b808ce8dbc5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/suppliers/7e0417d9-b206-40c2-b35b-d6ebd38781f0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","suppliers","7e0417d9-b206-40c2-b35b-d6ebd38781f0"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"ca517da3-abbf-4995-bc48-255f5059eb0e","name":"Get supplier","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/suppliers/7e0417d9-b206-40c2-b35b-d6ebd38781f0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Nov 2021 14:19:05 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"Xeb1b4d47a5678d2b593bcf3125289ca7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"supplier\": {\n        \"uuid\": \"7e0417d9-b206-40c2-b35b-d6ebd38781f0\",\n        \"name\": \"GoedGepickt\",\n        \"contactPerson\": \"John Doe\",\n        \"description\": \"GoedGepickt merchandise\",\n        \"address\": \"Vosdonk 39J\",\n        \"zipcode\": \"4879NC\",\n        \"city\": \"Etten-Leur\",\n        \"country\": \"NL\",\n        \"email\": \"merchandise@goedgepickt.nl\",\n        \"phone\": \"0850187475\",\n        \"extraInfo\": \"Short delivery period\"\n    }\n}"}],"_postman_id":"0a80591d-5f7b-4a2b-912e-b808ce8dbc5b"},{"name":"Delete supplier","id":"acf1b422-65ea-4ae3-a169-f2fbb77f1bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/suppliers/1be6bb20-3925-4fb2-b898-f6dde9c02f1d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","suppliers","1be6bb20-3925-4fb2-b898-f6dde9c02f1d"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"5857108e-4e86-4096-9d94-a3bde0c5f88f","name":"Delete supplier","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/suppliers/1be6bb20-3925-4fb2-b898-f6dde9c02f1d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Nov 2021 14:22:46 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"Xdc5c7cca8bb2da2b9fead2f10fdb4d3b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Supplier GoedGepickt has been deleted\"\n}"}],"_postman_id":"acf1b422-65ea-4ae3-a169-f2fbb77f1bda"}],"id":"5b70a766-85da-41cb-a2d9-078b8b409e1a","_postman_id":"5b70a766-85da-41cb-a2d9-078b8b409e1a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Tags","item":[{"name":"Create tag","id":"f64e8cce-bf34-4234-ba1b-5f36649b8416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagType","value":"","description":"<p>string, required e.g. product, order</p>\n","type":"text"},{"key":"name","value":"","description":"<p>string, required</p>\n","type":"text"},{"key":"hexColor","value":"","description":"<p>string, hex-color start with # (#FF0000 for red)</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","tags"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"69325bd5-28cd-4638-b4b1-b0613128b5fe","name":"Create tag","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagType","value":"product","description":"string, required e.g. product, order","type":"text"},{"key":"name","value":"Example","description":"string, required","type":"text"},{"key":"hexColor","value":"#FF0000","description":"string, hex-color start with # (#FF0000 for red)","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:03:00 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"efd77d1a-2c0d-41b0-b415-816f96ea30fd\",\n        \"name\": \"Example\",\n        \"slug\": \"example\",\n        \"type\": \"Product\",\n        \"hexColor\": \"#FF0000\"\n    }\n}"},{"id":"efebfbeb-1542-428f-b129-618686791de1","name":"Create tag (incorrect type)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagType","value":"products","description":"string, required e.g. product, order","type":"text"},{"key":"name","value":"Example","description":"string, required","type":"text"},{"key":"hexColor","value":"#FF0000","description":"string, hex-color start with # (#FF0000 for red)","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/tags"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:03:31 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"tagType\": [\n            \"Tag type is ongeldig.\"\n        ]\n    }\n}"}],"_postman_id":"f64e8cce-bf34-4234-ba1b-5f36649b8416"},{"name":"Get tags","id":"10ba13ad-9878-42cf-9b3f-bf7a4e6b07e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tags?tagType=order&perPage&page","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","tags"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>string e.g. product, order, return</p>\n","type":"text/plain"},"key":"tagType","value":"order"},{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"f05e7de7-340a-4954-9c1c-bf63f9f0ed11","name":"Get tags","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://account.goedgepickt.nl/api/v1/tags?tagType=product","host":["https://account.goedgepickt.nl"],"path":["api","v1","tags"],"query":[{"key":"tagType","value":"product","description":"string e.g. product, order"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 07:59:59 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"df469296-c41c-4476-9c9b-b3c303ba3c4c\",\n            \"name\": \"URGENT\",\n            \"slug\": \"urgent\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#f44336\"\n        },\n        {\n            \"uuid\": \"cd07e08d-a476-40b4-b532-65e1ab516602\",\n            \"name\": \"PICKUP\",\n            \"slug\": \"pickup\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#8fce00\"\n        },\n        {\n            \"uuid\": \"b9d81bda-dce7-458a-8e0f-e5376dfff766\",\n            \"name\": \"Vvb\",\n            \"slug\": \"vvb-1\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#2986cc\"\n        },\n        {\n            \"uuid\": \"571400f3-e368-4df3-8069-dfc6dfb88bf5\",\n            \"name\": \"External\",\n            \"slug\": \"external\",\n            \"type\": \"Product\",\n            \"hexColor\": \"#24243c\"\n        }\n    ]\n}"}],"_postman_id":"10ba13ad-9878-42cf-9b3f-bf7a4e6b07e9"},{"name":"Get tag","id":"f787d60e-3f33-45db-b771-af56da4cb5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tags/623f5092-d829-4cef-a36b-9e316afd16e2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","tags","e34cc67d-e5b8-4b0c-94d0-b80a8fb9e394"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"533b01d6-c596-4eb7-a3f1-d6b239759bae","name":"Get tag","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tags/df469296-c41c-4476-9c9b-b3c303ba3c4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:00:39 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"uuid\": \"df469296-c41c-4476-9c9b-b3c303ba3c4c\",\n        \"name\": \"URGENT\",\n        \"slug\": \"urgent\",\n        \"type\": \"Product\",\n        \"hexColor\": \"#f44336\"\n    }\n}"},{"id":"15f35111-cf90-4663-a722-71b55f5458d0","name":"Get tag (not found)","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tags/df469296-c41c-4476-9c9b-b3c303ba3c4d"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:01:50 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"No tag found with the given UUID\"\n}"}],"_postman_id":"f787d60e-3f33-45db-b771-af56da4cb5c1"},{"name":"Delete tag","id":"5e68a83a-b91e-4269-a2ec-9ad8f1bde2d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/tags/098e9d01-9d36-4642-a8a9-835969db874f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","tags","fe0f55ef-83b6-4190-a701-3f6f78b6c0d8"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"ffb2f3f6-b954-482e-b113-9f1865652aa8","name":"Delete tag","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/tags/efd77d1a-2c0d-41b0-b415-816f96ea30fd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:04:26 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tag has been deleted\"\n}"},{"id":"e570b65c-db9a-49ac-84ce-553bc460c9c1","name":"Delete tag (not found)","originalRequest":{"method":"DELETE","header":[],"url":"https://account.goedgepickt.nl/api/v1/tags/efd77d1a-2c0d-41b0-b415-816f96ea30fd"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Thu, 26 May 2022 08:04:43 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"No tag found with the given UUID\"\n}"}],"_postman_id":"5e68a83a-b91e-4269-a2ec-9ad8f1bde2d0"}],"id":"c3497289-8a70-4f90-af20-6f7f8c622b48","_postman_id":"c3497289-8a70-4f90-af20-6f7f8c622b48","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Webshops","item":[{"name":"Get webshops","id":"7078507a-e776-4bb8-a99d-fb3b4bd25be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://account.goedgepickt.nl/api/v1/webshops?perPage&page","description":"<p>These entities will contain a <code>fulfilmentCustomerUuid</code> attribute if the company has fulfilment enabled.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","webshops"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"1bda2b97-8671-4e5c-b80c-31b9fe9c9012","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://account.goedgepickt.nl/api/v1/webshops"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2019 07:13:10 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"9999"},{"key":"X-RateLimit-Remaining","value":"9998"},{"key":"phpdebugbar-id","value":"X64440613deba0d1bbfa30ff52d442bd8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"b93b9292-4f8c-4fd5-85dd-f42a041a8fad\",\n            \"name\": \"DemoShop\",\n            \"url\": \"\",\n            \"platform\": \"API\"\n        }\n    ]\n}"}],"_postman_id":"7078507a-e776-4bb8-a99d-fb3b4bd25be6"}],"id":"63c606b4-67cb-492b-a3f9-8170c4cad733","_postman_id":"63c606b4-67cb-492b-a3f9-8170c4cad733","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Fulfilment customers","item":[{"name":"Get fulfilment customers","id":"b1c76e92-0a9f-468a-9ee1-573faa51f475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/fulfilment-customers?perPage=25&page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","fulfilment-customers"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":"25"},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b1c76e92-0a9f-468a-9ee1-573faa51f475"}],"id":"d2701474-3835-4c4f-8ba2-e19e13e9c35f","description":"<p>The endpoints in this section will only return results if fulfilment is enabled within the company.</p>\n","_postman_id":"d2701474-3835-4c4f-8ba2-e19e13e9c35f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Fulfilment tickets","item":[{"name":"Get tickets","id":"534eeb04-9873-4c37-801a-8474a311e435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tickets","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tickets"],"host":["account","goedgepickt","nl"],"query":[],"variable":[]}},"response":[{"id":"48ca83d2-470f-44f6-a816-83fee1df572f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 19 Mar 2026 12:18:35 GMT"},{"key":"phpdebugbar-id","value":"01KM30H21CYB95FVNYDFZYDJQC"},{"key":"server","value":"Apache/2.4.66 (Debian)"},{"key":"vary","value":"Authorization"},{"key":"x-powered-by","value":"PHP/8.3.30"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"148"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 1,\n        \"itemsPerPage\": 15,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b\",\n            \"number\": \"2025-0001\",\n            \"subject\": \"Voorraadcontrole\",\n            \"body\": \"<p>Hi, kunnen jullie de voorraad controleren van dit product?</p>\",\n            \"status\": \"waiting_for_reply\",\n            \"createdBy\": \"John Doe (Fulfilment)\",\n            \"fulfilmentCustomerUuid\": \"f6d860c0-28a8-43ee-abdc-6d35fa661e15\",\n            \"createdAt\": \"2025-10-24T13:22:16+02:00\",\n            \"updatedAt\": \"2025-10-24T13:22:16+02:00\",\n            \"lastReplyAt\": null,\n            \"amountOfReplies\": 0\n        }\n    ]\n}"}],"_postman_id":"534eeb04-9873-4c37-801a-8474a311e435"},{"name":"Get ticket","id":"76e0ecef-8759-4d3c-960c-264908d9ab09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tickets/9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tickets","9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b"],"host":["account","goedgepickt","nl"],"query":[],"variable":[]}},"response":[{"id":"90e08dd8-2596-4ba2-8643-a2dd5212e7bd","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tickets/9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 19 Mar 2026 12:57:05 GMT"},{"key":"phpdebugbar-id","value":"01KM32QHXFD4EVVKJB0Z8946HD"},{"key":"server","value":"Apache/2.4.66 (Debian)"},{"key":"vary","value":"Authorization"},{"key":"x-powered-by","value":"PHP/8.3.30"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"149"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"uuid\": \"9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b\",\n    \"number\": \"2025-0001\",\n    \"subject\": \"Voorraadcontrole\",\n    \"body\": \"<p>Hi, kunnen jullie de voorraad controleren van dit product?</p>\",\n    \"status\": \"waiting_for_reply\",\n    \"createdBy\": \"John Doe (Fulfilment)\",\n    \"fulfilmentCustomerUuid\": \"f6d860c0-28a8-43ee-abdc-6d35fa661e15\",\n    \"createdAt\": \"2025-10-24T13:22:16+02:00\",\n    \"updatedAt\": \"2025-10-24T13:22:16+02:00\",\n    \"lastReplyAt\": null,\n    \"amountOfReplies\": null\n}"}],"_postman_id":"76e0ecef-8759-4d3c-960c-264908d9ab09"},{"name":"Get ticket replies","id":"eeabcdab-f942-4317-9410-21f384f574ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://account.goedgepickt.nl/api/v1/tickets/9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b/replies","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tickets","9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b","replies"],"host":["account","goedgepickt","nl"],"query":[],"variable":[]}},"response":[{"id":"45c9d755-6a06-4671-9a83-1c292af19fff","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://account.goedgepickt.altyd/api/v1/tickets/9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b/replies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 19 Mar 2026 13:01:43 GMT"},{"key":"phpdebugbar-id","value":"01KM33010NEGCSYAXV77VATHKF"},{"key":"server","value":"Apache/2.4.66 (Debian)"},{"key":"vary","value":"Authorization"},{"key":"x-powered-by","value":"PHP/8.3.30"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"149"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pageInfo\": {\n        \"totalItems\": 1,\n        \"itemsPerPage\": 15,\n        \"currentPage\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"uuid\": \"8e287bea-671b-442f-b675-b3d524d606d5\",\n            \"body\": \"<p>We hebben de voorraad gecontroleerd bijgewerkt in het systeem.</p>\",\n            \"oldStatus\": \"waiting_for_reply\",\n            \"newStatus\": \"closed\",\n            \"type\": \"normal\",\n            \"createdBy\": \"Fulfilment bedrijf\",\n            \"createdAt\": \"2026-03-19T14:00:24+01:00\"\n        }\n    ]\n}"}],"_postman_id":"eeabcdab-f942-4317-9410-21f384f574ed"},{"name":"Create ticket","id":"9a7f36cc-3158-4d7c-b7b3-e2b99a606770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"fulfilmentCustomerUuid","value":"0a1119f8-f894-45ad-b38a-6e3940820197","description":"<p>UUID of the Fulfilment Customer</p>\n","type":"text","uuid":"5ec400c8-a3b4-4a5f-b43c-e4016cac834a"},{"key":"subject","value":"Status goederen","description":"<p>Subject of the ticket</p>\n","type":"text","uuid":"cbcbdb5f-4be7-4477-9dcc-5d1994265224"},{"key":"body","value":"Wat is de status van de zending die wij jullie hebben gestuurd?","description":"<p>Body of the ticket</p>\n","type":"text","uuid":"884e8a0f-8c58-4cf2-818e-ed4a1666f58d"}]},"url":"https://account.goedgepickt.altyd/api/v1/tickets","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tickets"],"host":["account","goedgepickt","altyd"],"query":[],"variable":[]}},"response":[{"id":"0933ba24-b97a-4548-b42b-bea775b8a947","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"fulfilmentCustomerUuid","value":"","type":"text","uuid":"5ec400c8-a3b4-4a5f-b43c-e4016cac834a"},{"key":"subject","value":"","type":"text","uuid":"cbcbdb5f-4be7-4477-9dcc-5d1994265224"},{"key":"body","value":"","type":"text","uuid":"884e8a0f-8c58-4cf2-818e-ed4a1666f58d"}]},"url":"https://account.goedgepickt.altyd/api/v1/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 19 Mar 2026 13:45:07 GMT"},{"key":"phpdebugbar-id","value":"01KM35FFSWW4MMK93Q3G3NXKG9"},{"key":"server","value":"Apache/2.4.66 (Debian)"},{"key":"vary","value":"Authorization"},{"key":"x-powered-by","value":"PHP/8.3.30"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"148"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"uuid\": \"0a1119f8-f894-45ad-b38a-6e3940820197\",\n    \"number\": \"2026-0003\",\n    \"subject\": \"Status goederen\",\n    \"body\": \"Wat is de status van de zending die wij jullie hebben gestuurd?\",\n    \"status\": \"waiting_for_reply\",\n    \"createdBy\": \"API user (Fulfilment)\",\n    \"fulfilmentCustomerUuid\": \"f6d860c0-28a8-43ee-abdc-6d35fa661e15\",\n    \"createdAt\": \"2026-03-19T14:45:07+01:00\",\n    \"updatedAt\": \"2026-03-19T14:45:07+01:00\",\n    \"lastReplyAt\": null,\n    \"amountOfReplies\": null\n}"}],"_postman_id":"9a7f36cc-3158-4d7c-b7b3-e2b99a606770"},{"name":"Update ticket","id":"428825a1-51de-4f73-b358-0604f798d9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"status","value":"","description":"<p><code>open</code>, <code>waiting_for_reply</code> or <code>closed</code></p>\n","type":"text","uuid":"5105e080-23ff-44d5-b3ea-9e64dd087a1c"}]},"url":"https://account.goedgepickt.nl/api/v1/tickets/9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tickets","9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b"],"host":["account","goedgepickt","nl"],"query":[],"variable":[]}},"response":[{"id":"ebc5a59c-6e95-4273-8678-08b929fe9222","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"status","value":"open","description":"`open`, `waiting_for_reply` or `closed`","type":"text","uuid":"5105e080-23ff-44d5-b3ea-9e64dd087a1c"}]},"url":"https://account.goedgepickt.nl/api/v1/tickets/9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 19 Mar 2026 13:38:24 GMT"},{"key":"phpdebugbar-id","value":"01KM3536A5MSEY25PMNZMK2RSN"},{"key":"server","value":"Apache/2.4.66 (Debian)"},{"key":"vary","value":"Authorization"},{"key":"x-powered-by","value":"PHP/8.3.30"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"148"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b\",\n        \"number\": \"2025-0001\",\n        \"subject\": \"Voorraadcontrole\",\n        \"body\": \"<p>Hi, kunnen jullie de voorraad controleren van dit product?</p>\",\n        \"status\": \"open\",\n        \"createdBy\": \"Nick Dijkstra (Fulfilment)\",\n        \"fulfilmentCustomerUuid\": \"f6d860c0-28a8-43ee-abdc-6d35fa661e15\",\n        \"createdAt\": \"2025-10-24T13:22:16+02:00\",\n        \"updatedAt\": \"2026-03-19T14:38:24+01:00\",\n        \"lastReplyAt\": \"2026-03-19T14:38:24+01:00\",\n        \"amountOfReplies\": null\n    }\n}"},{"id":"0b0fe0d5-5a16-44bc-b5d0-33785f0875ef","name":"422 Unprocessable Entity","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"status","value":"t","description":"`open`, `waiting_for_reply` or `closed`","type":"text","uuid":"5105e080-23ff-44d5-b3ea-9e64dd087a1c"}]},"url":"https://account.goedgepickt.nl/api/v1/tickets/9d4f8628-7fd6-4abe-a9fa-6ffb6e48794b"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":":status","value":422},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 19 Mar 2026 13:39:19 GMT"},{"key":"phpdebugbar-id","value":"01KM354W6E2Q2SGTM3M1T865FW"},{"key":"server","value":"Apache/2.4.66 (Debian)"},{"key":"vary","value":"Authorization"},{"key":"x-powered-by","value":"PHP/8.3.30"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"149"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"The selected status is invalid.\",\n    \"errors\": {\n        \"status\": [\n            \"The selected status is invalid.\"\n        ]\n    }\n}"}],"_postman_id":"428825a1-51de-4f73-b358-0604f798d9e8"},{"name":"Create ticket reply","id":"9f6d94ed-df5e-4fab-bb3d-e8316e1d67b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"body","value":"We verwachten dat deze morgen verwerkt zal zijn.","description":"<p>The body of the ticket reply</p>\n","type":"text","uuid":"36a52cd1-2694-4b96-ab6c-122c67c806b3"}]},"url":"https://account.goedgepickt.altyd/api/v1/tickets/0a1119f8-f894-45ad-b38a-6e3940820197/replies","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tickets","0a1119f8-f894-45ad-b38a-6e3940820197","replies"],"host":["account","goedgepickt","altyd"],"query":[],"variable":[]}},"response":[{"id":"5741bb57-984e-4d09-a20e-20fa22f58516","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"body","value":"We verwachten dat deze morgen verwerkt zal zijn.","description":"The body of the ticket reply","type":"text","uuid":"36a52cd1-2694-4b96-ab6c-122c67c806b3"}]},"url":"https://account.goedgepickt.altyd/api/v1/tickets/0a1119f8-f894-45ad-b38a-6e3940820197/replies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 19 Mar 2026 13:49:00 GMT"},{"key":"phpdebugbar-id","value":"01KM35PKXRS6Z59ZQ78T3HHEGN"},{"key":"server","value":"Apache/2.4.66 (Debian)"},{"key":"vary","value":"Authorization"},{"key":"x-powered-by","value":"PHP/8.3.30"},{"key":"x-ratelimit-limit","value":"150"},{"key":"x-ratelimit-remaining","value":"149"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"uuid\": \"ae6170b1-3a16-4064-b63d-c984fa2c8ea3\",\n    \"body\": \"We verwachten dat deze morgen verwerkt zal zijn.\",\n    \"oldStatus\": null,\n    \"newStatus\": null,\n    \"type\": \"normal\",\n    \"createdBy\": \"API user (Fulfilment)\",\n    \"createdAt\": \"2026-03-19T14:49:00+01:00\"\n}"}],"_postman_id":"9f6d94ed-df5e-4fab-bb3d-e8316e1d67b7"}],"id":"ecd67088-c34e-4fbc-a36c-e80b8f268dbc","_postman_id":"ecd67088-c34e-4fbc-a36c-e80b8f268dbc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create webhook","id":"96d683e8-c54a-4ad3-9f4c-3987fc2fe673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"webshopUuid","value":"d14bd8e3-8082-42e4-9069-6cfbe247d1b8","description":"<p>Optional</p>\n","type":"text"},{"key":"webhookEvent","value":"shipment.created","description":"<p>A webhook event, accepted values: product.stockChanged, product.stockMoved, product.productCreated, product.productChanged, product.productArchived, order.statusChanged, order.orderCreated, order.orderChanged, order.orderArchived, order.orderCompleted, shipment.created, report.generated, purchaseOrder.purchaseOrderChanged, purchaseOrder.purchaseOrderCreated, purchaseOrder.purchaseOrderStatusUpdated, purchaseOrder.purchaseOrderDeleted</p>\n","type":"text"},{"key":"targetUrl","value":"https://webhooks.goedgepickt.nl/handle-webhook-example-url","description":"<p>The URL which will be called by the webhook</p>\n","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","webhooks"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"dcd5da39-670d-4d86-b947-23a23361a246","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"webshopUuid","value":"d14bd8e3-8082-42e4-9069-6cfbe247d1b8","description":"Optional","type":"text"},{"key":"webhookEvent","value":"shipment.created","type":"text"},{"key":"targetUrl","value":"https://webhooks.goedgepickt.nl/handle-webhook-example-url","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jan 2022 14:26:58 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X013334640463ad983e588e40d0cf0557"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"fa3d188f-3ebc-4ed5-ac89-0e4134bbde53\",\n    \"webshopUuid\": \"d14bd8e3-8082-42e4-9069-6cfbe247d1b8\",\n    \"webshopName\": \"DemoShop\",\n    \"url\": \"https://webhooks.goedgepickt.nl/handle-webhook-example-url\",\n    \"event\": \"shipment.created\",\n    \"secret\": \"jjFcRn6jEgjPLcJN\"\n}"},{"id":"6574a5c2-5985-4af9-a60f-3f94fd2e76df","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"webshopUuid","value":"d14bd8e3-8082-42e4-9069-6cfbe247d1b9","description":"A GoedGepickt UUID","type":"text"},{"key":"webhookEvent","value":"shipment.created","description":"A webhook event, accepted values: shipment.created, product.stockChanged or order.statusChanged","type":"text"},{"key":"targetUrl","value":"https://webhooks.goedgepickt.nl/handle-webhook-example-url","description":"The URL which will be called by the webhook","type":"text"}]},"url":"https://account.goedgepickt.nl/api/v1/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jan 2022 14:28:52 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X4efac33feadaf23f2cf612ee518636d6"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Given webshop ID does not correspond with an existing webshop\"\n}"}],"_postman_id":"96d683e8-c54a-4ad3-9f4c-3987fc2fe673"},{"name":"Get webhooks","id":"b988b630-5d6a-4c9e-af91-2a0f44c0f191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/webhooks?perPage&page","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","webhooks"],"host":["https://account.goedgepickt.nl"],"query":[{"description":{"content":"<p>int (Max. 100)</p>\n","type":"text/plain"},"key":"perPage","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"b8fe2351-4825-4d19-9525-ddbf2f0ab8da","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jan 2022 14:23:13 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X2031db7cf8d957da77a01a7764701aef"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"webhookUuid\": \"3d1edd24-fefa-4022-9931-064145c3af98\",\n            \"webhookEvent\": \"product.stockChanged\",\n            \"webhookSecret\": \"FBaRrTUaQpNvE9T6\",\n            \"targetUrl\": \"https://webhook.site/2f11279d-3594-4433-ac4d-c17efdda06f2?\",\n            \"webshopName\": \"DemoShop\"\n        }\n    ]\n}"}],"_postman_id":"b988b630-5d6a-4c9e-af91-2a0f44c0f191"},{"name":"Delete webhook","id":"5e82f8bd-1eaf-44fc-8d2d-aa5427053dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/webhooks/fa3d188f-3ebc-4ed5-ac89-0e4134bbde53","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}},"urlObject":{"path":["api","v1","webhooks","fa3d188f-3ebc-4ed5-ac89-0e4134bbde53"],"host":["https://account.goedgepickt.nl"],"query":[],"variable":[]}},"response":[{"id":"4d0a068a-4338-4309-8600-495168224356","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://account.goedgepickt.nl/api/v1/webhooks/fa3d188f-3ebc-4ed5-ac89-0e4134bbde53"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jan 2022 14:33:10 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/3.5 Python/2.7.13 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xbe4e9bed5e42e318fd20a3f334887f3c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Webhook has been deleted\"\n}"}],"_postman_id":"5e82f8bd-1eaf-44fc-8d2d-aa5427053dbe"}],"id":"fa89dc54-0d2e-4021-9602-41be7bf07792","_postman_id":"fa89dc54-0d2e-4021-9602-41be7bf07792","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]},"isInherited":true,"source":{"_postman_id":"302b7645-4e87-4969-b01c-0d8798c1e957","id":"302b7645-4e87-4969-b01c-0d8798c1e957","name":"GoedGepickt API V1","type":"collection"}}},{"name":"Changelog","item":[],"id":"78eb9421-8523-40c6-b971-b1c933ec3f25","description":"<p>From now on, here you will find the changelog</p>\n<h1 id=\"2026-01-16\">2026-01-16</h1>\n<p>* Added 'totalStock' to the 'Stock history' endpoints<br />* Added 'shippingWeight' to 'shipments' endpoints</p>\n<h1 id=\"2025-12-29\">2025-12-29</h1>\n<p>* Added 'Order item' endpoints to retrieve the details of the items within an order</p>\n<h1 id=\"2025-11-04\">2025-11-04</h1>\n<p>* Added \"createdAfter\" and \"updatedAfter\" to \"Get returns\" endpoint</p>\n<h1 id=\"2025-10-23\">2025-10-23</h1>\n<p>* Added \"attention needed\" enpoints to \"orders\" endpoints to add and remove attention needed</p>\n<h1 id=\"2025-10-14\">2025-10-14</h1>\n<p>* Added <code>shippingEmail</code> and <code>shippingPhone</code> fields to \"orders\" endpoints</p>\n<h1 id=\"2025-08-26\">2025-08-26</h1>\n<p>* Added <code>useFictionalStock</code>, <code>fictionalStock</code> and <code>useRealStockIfStockGoesBelow</code> fields to \"products\" Create and Update endpoints<br />* Added expected stock endpoint for products</p>\n<h1 id=\"2025-06-11\">2025-06-11</h1>\n<p>* Added createdAt and updatedAt to \"products\" GET endpoints<br />* Added return orders GET endpoints<br />* Added include options to include returns in the 'Get orders' endpoint</p>\n<h1 id=\"2025-03-31\">2025-03-31</h1>\n<p>* Added updatedAfter filter to \"Get orders\" endpoint</p>\n<h1 id=\"2024-12-11\">2024-12-11</h1>\n<p>* Added Update shipments endpoint</p>\n<h1 id=\"2024-09-17\">2024-09-17</h1>\n<p>* Added <code>invoiceNumber</code> to \"orders\" endpoint</p>\n<h1 id=\"2024-08-07\">2024-08-07</h1>\n<p>* Added order by filters for the \"Get purchase orders\" endpoint</p>\n<h1 id=\"2024-08-05\">2024-08-05</h1>\n<p>* Added order history routes</p>\n<h1 id=\"2024-06-28\">2024-06-28</h1>\n<p>* Added stock history routes</p>\n<h1 id=\"2023-11-16\">2023-11-16</h1>\n<p>* Include linked shipments in 'Get shipments' endpoint. These will for example be return shipments linked to a normal shipment.<br />* See basic shipments information while using the 'Get orders' endpoint. The shipments info can be requested by including the 'include' parameter within your request as described in the documentation.<br />* Filter products on stock level in the 'Get products' endpoint.</p>\n<h1 id=\"2023-10-18\">2023-10-18</h1>\n<p>* Empty fields are now returned by default in response with value null.</p>\n<h1 id=\"2023-06-08\">2023-06-08</h1>\n<p>* Added returnShipments to the 'Get order' endpoint</p>\n<h1 id=\"2023-03-01\">2023-03-01</h1>\n<p>* Added support for <code>taxRate</code> in products add/edit endpoint.</p>\n<h1 id=\"2023-01-09\">2023-01-09</h1>\n<p>* Added <code>expectedNextDeliveryDate</code> in products GET-endpoint.</p>\n<h1 id=\"2022-12-12\">2022-12-12</h1>\n<p>* Support for compound products in API</p>\n<h1 id=\"2022-09-27\">2022-09-27</h1>\n<p>* Added support to cancel an order. The status <code>cancelled</code> is also supported from now on when updating an order. When cancelling an order there will also be an option to take the products back in stock or not. This can be indicated by <code>ProductsBackInStock</code>.</p>\n<h1 id=\"2022-09-21\">2022-09-21</h1>\n<p>* Added <code>autoUnlinkProductsWithNoStock</code> to the create picklocation endpoint. From now on there will be also an endpoint to update a picklocation</p>\n<h1 id=\"2022-09-06\">2022-09-06</h1>\n<p>* Added compound products endpoints to the products endpoints folder. With this release we support to retrieve children of a given compound product, retrieve a specific child product, add child products to a compound product and remove a specific child product from a compound product.</p>\n<h1 id=\"2022-08-30\">2022-08-30</h1>\n<p>* Added <code>excludeInactiveProducts</code> attribute to products to get only active products.</p>\n<h1 id=\"2022-08-22\">2022-08-22</h1>\n<p>* Added <code>GoedGepicktId</code> to order endpoints. You can use this ID to create order barcodes.</p>\n<h1 id=\"2022-06-16\">2022-06-16</h1>\n<p>* Added <code>isPurchasable</code> to added to allowed fields for product update<br />* Added <code>purchaseInIncrementsOf</code> to product endpoints (for read/update)</p>\n<h1 id=\"2022-05-25\">2022-05-25</h1>\n<p>* Added <code>expectedStock</code> to product endpoints.</p>\n<h1 id=\"2022-05-01\">2022-05-01</h1>\n<p>* Added support for creating, retrieving of deleting <strong>tags</strong>.<br />* Added support for read / add / delete tags for <strong>products</strong>.</p>\n<h1 id=\"2022-01-25\">2022-01-25</h1>\n<p>* Added support for creating, retrieving of deleting <strong>webhooks</strong>.</p>\n<h1 id=\"2021-12-20\">2021-12-20</h1>\n<p>* Added <code>shippingMethod</code> to the create/update order endpoints</p>\n<h1 id=\"2021-11-11\">2021-11-11</h1>\n<p>* Expanded the Supplier API resource. From now on there will be te options to retrieve the details of a single supplier, create a supplier, update a supplier and delete a supplier<br />* Added a <code>supplier</code> attribute to the get product(s) endpoints. This object will contain <code>supplierUUID</code>, <code>supplierSku</code> and <code>supplierName</code><br />* Added <code>supplierUuid</code> to the create/update product endpoints</p>\n<h1 id=\"2021-10-18\">2021-10-18</h1>\n<p>* Added <code>fulfilmentCustomerUuid</code> to Order/Product entities if a company has fulfilment enabled.<br />* From now on there is an endpoint (<code>/fulfilment-customers</code>) to retrieve all fulfilment customers from within your account.</p>\n<h1 id=\"2021-09-09\">2021-09-09</h1>\n<p>* Added <code>snoozedUntil</code> and <code>snoozedReason</code> to Order entity</p>\n<h1 id=\"2021-06-02\">2021-06-02</h1>\n<p>* Added <code>allowBackorders</code> to Product entity</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f693cac3-ee61-4bbc-980e-d307e009040f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9b170352-d8f1-40a7-912e-9437cf189fc9","type":"text/javascript","exec":[""]}}],"_postman_id":"78eb9421-8523-40c6-b971-b1c933ec3f25"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"[your token]"}]}},"event":[{"listen":"prerequest","script":{"id":"cb30ab77-6f3f-4caf-a82b-1c4be3096124","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"de22a208-43fa-4ac6-aa2c-cac04953aa6c","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"GoedGepickt","value":"https://account.goedgepickt.nl"},{"key":"ApiToken","value":"[your token]"}]}