{"info":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","description":"<html><head></head><body><p>The REST API lets you build apps and other integrations for the easySales app.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6542984","collectionId":"a67aaf0f-fe09-4736-9eeb-c270d466701f","publishedId":"SzfDvj4T","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1294FC"},"publishDate":"2020-11-20T14:57:55.000Z"},"item":[{"name":"Request Limits","item":[],"id":"8162d60b-bafa-492e-98bf-43da32921ab9","description":"<p>easySales API accepts 500 requests per minute per user.</p>\n<p>The limits will also be communicated in the HTTP response headers (X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset).</p>\n","event":[{"listen":"prerequest","script":{"id":"4137e1a8-63f6-45ba-a3fc-0d908894cdfc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ff49c56-4789-4ebf-a1fb-c95ad6fd813b","type":"text/javascript","exec":[""]}}],"_postman_id":"8162d60b-bafa-492e-98bf-43da32921ab9","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Errors","item":[],"id":"ac221726-3a9d-4b84-8bf9-6f558a01b6d6","description":"<p>easySales uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.). Codes in the 5xx range indicate an error with easySales's servers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Error</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n<td>Everything worked as expected.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>The request was unacceptable, often due to missing a required parameter.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>No valid Access token provided.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>The requested resource doesn't exist.</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method Not Allowed</td>\n<td>A request was made of a resource using a request method not supported by that resource</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable Entity</td>\n<td>Validation error</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too Many Requests</td>\n<td>Indicates the user has sent too many requests in a given amount of time</td>\n</tr>\n<tr>\n<td>500, 502, 503, 504</td>\n<td>Server Errors</td>\n<td>Something went wrong on easySales end.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example error response: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"success\": false,\n    \"message\": \"The given data was invalid.\"\n}\n</code></pre><p><strong>success</strong> - parameter indicates if the request was successful or not.</p>\n<p><strong>message</strong> - parameter shows the error message.</p>\n","event":[{"listen":"prerequest","script":{"id":"eda11c7b-2388-4724-970d-17073ac9b1bf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"188744f9-ab7d-4016-b9fc-598d97d4b829","type":"text/javascript","exec":[""]}}],"_postman_id":"ac221726-3a9d-4b84-8bf9-6f558a01b6d6","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Authentication","item":[{"name":"Redirecting For Authorization","item":[{"name":"Authorization Code Grant - Converting Authorization Codes To Access Tokens","id":"e0f39822-354e-44d3-bc84-1e3b429046bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"authorization_code\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\t\"redirect_uri\": \"http://example.com/callback\",\n\t\"code\": \"authorization-code\",\n\t\"scope\": \"add-products update-products add-categories update-categories add-characteristics update-characteristics add-orders update-orders\"\n}"},"url":"https://easy-sales.com/oauth/token","description":"<p>If the user approves the authorization request, they will be redirected back to the consuming application. The consumer should first verify the state parameter against the value that was stored prior to the redirect. If the state parameter matches the consumer should issue a POST request to your application to request an access token. The request should include the authorization code that was issued by your application when the user approved the authorization request.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"6a0afd11-3df7-40d4-adbe-dbdb8fabb4ed","name":"Website Grant -> Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"website\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\t\"website_token\": \"•••••••\",\n\t\"scope\": \"add-products update-products add-orders\"\n}"},"url":"https://easy-sales.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Thu, 19 Mar 2020 12:50:41 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 31536000,\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9......\",\n    \"refresh_token\": \"def502000310e1038d17aaaa......\"\n}"}],"_postman_id":"e0f39822-354e-44d3-bc84-1e3b429046bb"}],"id":"6cff91f2-68d9-432f-a31f-5d6b26f34321","description":"<p>Once a client has been created, developers may use their client ID and secret to request an authorization code and access token from easySales. First, the consuming application should make a redirect request to easysales /oauth/authorize route like so:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-php\">session()-&gt;put('state', $state = Str::random(40));\n$query = http_build_query([\n   'client_id' =&gt; 'client-id',\n   'redirect_uri' =&gt; 'http://example.com/callback',\n   'response_type' =&gt; 'code',\n   'scope' =&gt; '',\n   'state' =&gt; $state,\n  ]);\n redirect('https://easy-sales.com/oauth/authorize?'.$query);\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"b85e9efb-d13c-48e7-9909-c44916be08a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a2273061-87fa-4d50-bfe8-d3f7e00a3c84","type":"text/javascript","exec":[""]}}],"_postman_id":"6cff91f2-68d9-432f-a31f-5d6b26f34321","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Personal Access Tokens","item":[],"id":"3eb72a4b-6f94-465e-89c2-5e8b4a38d91f","description":"<p>Sometimes, you may want to issue access tokens to yourself without going through the typical authorization code redirect flow.<br />You can generate personal access tokens via easySales app's UI.  </p>\n<p>Personal access token cannot be refreshed and expires in 1 year.</p>\n","event":[{"listen":"prerequest","script":{"id":"b7b8657c-8caf-4755-95a4-36f6221ec6c6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea7a3083-d7e0-4cde-97b9-85a28fc047f2","type":"text/javascript","exec":[""]}}],"_postman_id":"3eb72a4b-6f94-465e-89c2-5e8b4a38d91f","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Available Scopes","item":[],"id":"a33b77e3-8a38-47ec-929e-a32c0c0a242b","description":"<ul>\n<li><p><strong>read-products:</strong> Read Products</p>\n</li>\n<li><p><strong>add-products:</strong> Add Products</p>\n</li>\n<li><p><strong>update-products:</strong> Update Products</p>\n</li>\n<li><p><strong>read-categories:</strong> Read Categories</p>\n</li>\n<li><p><strong>add-categories:</strong> Add Categories</p>\n</li>\n<li><p><strong>update-categories:</strong> Update Categories</p>\n</li>\n<li><p><strong>read-characteristics:</strong> Read Characteristics</p>\n</li>\n<li><p><strong>add-characteristics:</strong> Add Characteristics</p>\n</li>\n<li><p><strong>update-characteristics:</strong> Update Characteristics</p>\n</li>\n<li><p><strong>read-orders:</strong> Read Orders</p>\n</li>\n<li><p><strong>add-orders:</strong> Add Orders</p>\n</li>\n<li><p><strong>update-orders:</strong> Update Orders</p>\n</li>\n<li><p><strong>update-offers:</strong> Update Offers</p>\n</li>\n<li><p><strong>read-offers:</strong> Read Offers</p>\n</li>\n<li><p><strong>manage-webhooks:</strong> Manage Webhooks</p>\n</li>\n<li><p><strong>read-billing-software:</strong> List Billing Software Accounts</p>\n</li>\n<li><p><strong>read-couriers:</strong> List Couriers Accounts</p>\n</li>\n<li><p><strong>update-stock:</strong> Update Product Stock</p>\n</li>\n<li><p><strong>update-delivery-status:</strong> Update Delivery Status</p>\n</li>\n<li><p><strong>read-marketplaces-list:</strong> Read Marketplaces List</p>\n</li>\n<li><p><strong>read-websites-list:</strong> Read Websites List</p>\n</li>\n<li><p><strong>read-fulfillment-services:</strong> Read Fulfilment List</p>\n</li>\n<li><p><strong>update-account:</strong> Update Account</p>\n</li>\n<li><p><strong>add-order-returns:</strong> Add Order Returns</p>\n</li>\n<li><p><strong>read-customers:</strong> Read Customers</p>\n</li>\n<li><p><strong>update-customers:</strong> Update Customers</p>\n</li>\n<li><p><strong>read-tags:</strong> Read Tags</p>\n</li>\n<li><p><strong>add-tags:</strong> Add Tags</p>\n</li>\n<li><p><strong>update-tags:</strong> Update Tags</p>\n</li>\n<li><p><strong>delete-tags:</strong> Delete Tags</p>\n</li>\n<li><p><strong>attach-tags:</strong> Attach Tags</p>\n</li>\n<li><p><strong>detach-tags:</strong> Detach Tags</p>\n</li>\n</ul>\n","_postman_id":"a33b77e3-8a38-47ec-929e-a32c0c0a242b","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Website token","item":[],"id":"743bfa6b-6785-48b5-833a-b4113ffee657","description":"<p>The website token is used to group products, characateristics, categories and orders.\nIn order to generate a website token, you must add a new website of API V2 type (https://easy-sales.com/websites).\nThe website token is required for add and save endpoints.</p>\n","_postman_id":"743bfa6b-6785-48b5-833a-b4113ffee657","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Website Grant","id":"b55d6e46-7e9e-4e16-9ad9-3a7bf6d48fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"website\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\t\"website_token\": \"•••••••\",\n\t\"scope\": \"add-products update-products add-categories update-categories add-characteristics update-characteristics add-orders update-orders\"\n}"},"url":"https://easy-sales.com/oauth/token","description":"<p>The website grant allows you to obtain an access token using a website_token. This allows you to issue access tokens securely to your first-party clients without requiring your users to go through the entire OAuth2 authorization code redirect flow.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"284c2883-b841-4b1a-a538-9e6a2d337b89","name":"Website Grant -> Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"website\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\t\"scope\": \"add-products update-products add-categories update-categories add-characteristics update-characteristics add-orders update-orders\"\n}"},"url":"https://easy-sales.com/oauth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 25 Mar 2020 10:09:20 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"invalid_request\",\n    \"error_description\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\",\n    \"hint\": \"Check the `website_token` parameter\",\n    \"message\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\"\n}"},{"id":"83c02dbe-fc72-40f9-b40f-7e279e1663e3","name":"Website Grant -> Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"website\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\t\"website_token\": \"•••••••\",\n\t\"scope\": \"add-products update-products add-orders\"\n}"},"url":"https://easy-sales.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Thu, 19 Mar 2020 12:50:41 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 31536000,\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.....\",\n    \"refresh_token\": \"def502000310e1038d17.......\"\n}"}],"_postman_id":"b55d6e46-7e9e-4e16-9ad9-3a7bf6d48fe6"},{"name":"Password Grant","id":"a0671087-36bc-4b68-8dca-dddf7ca72967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"password\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\t\"username\": \"{{username}}\",\n    \"password\": \"{{password}}\",\n\t\"scope\": \"add-products update-products add-categories update-categories add-characteristics update-characteristics add-orders update-orders\"\n}"},"url":"https://easy-sales.com/oauth/token","description":"<p>The OAuth2 password grant allows your other first-party clients, such as a mobile application, to obtain an access token using an email address / username and password. This allows you to issue access tokens securely to your first-party clients without requiring your users to go through the entire OAuth2 authorization code redirect flow.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"daad8171-6dbb-489c-b257-b34910a00acf","name":"Password Grant -> Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"password\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\t\"username\": \"{{username}}\",\n    \"password\": \"{{password}}\",\n\t\"scope\": \"add-products update-products add-orders\"\n}"},"url":"https://easy-sales.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Thu, 19 Mar 2020 12:50:41 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 31536000,\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9......\",\n    \"refresh_token\": \"def502000310e1038d17aaaa......\"\n}"}],"_postman_id":"a0671087-36bc-4b68-8dca-dddf7ca72967"},{"name":"Refresh Token","id":"ba196a90-dc38-447e-b029-248d785a6f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"refresh_token\",\n    \"refresh_token\": \"{{refresh_token}}\",\n\t\"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"scope\": \"\"\n}"},"url":"https://easy-sales.com/oauth/token","description":"<p>The website grant allows you to obtain an access token using a website_token. This allows you to issue access tokens securely to your first-party clients without requiring your users to go through the entire OAuth2 authorization code redirect flow.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"3b1fcc8e-d592-41d3-91dd-ddb78d3c6945","name":"Website Grant -> Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"website\",\n\t\"client_id\": \"{{client_id}}\",\n\t\"client_secret\": \"{{client_secret}}\",\n\n\t\"scope\": \"add-products update-products add-categories update-categories add-characteristics update-characteristics add-orders update-orders\"\n}"},"url":"https://easy-sales.com/oauth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 25 Mar 2020 10:09:20 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"invalid_request\",\n    \"error_description\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\",\n    \"hint\": \"Check the `website_token` parameter\",\n    \"message\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\"\n}"},{"id":"e265626f-843f-427c-be22-291f286c1c34","name":"Website Grant -> Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"website\",\n\t\"client_id\": \"af5ad945-691f-4953-8cf5-f16f093bd8a1\",\n\t\"client_secret\": \"Sz65F375BG7ESb1Se8gPEdpJXObyRDthnii0EyP1\",\n\t\"website_token\": \"pGjHdZNPa0QpYgWLx2M1DByHKnZHfalXHyXbiNnJmuUERMm7NjdxCrNAHVcx\",\n\t\"scope\": \"add-products update-products add-orders\"\n}"},"url":"https://easy-sales.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Thu, 19 Mar 2020 12:50:41 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 31536000,\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9......\",\n    \"refresh_token\": \"def502000310e1038d17aaaa......\"\n}"}],"_postman_id":"ba196a90-dc38-447e-b029-248d785a6f81"},{"name":"Sub-Account Authentication","id":"bad680aa-dc74-4880-a672-182f1b94362a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{client_credentials_access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{subaccount_username}}\",\n    \"password\": \"{{subaccount_password}}\",\n    \"scope\": \"read-orders read-products update-orders add-orders\"\n}"},"url":"https://easy-sales.com/api/v2/account/sub-account/login","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","account","sub-account","login"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bad680aa-dc74-4880-a672-182f1b94362a"}],"id":"3e816425-0c73-4723-8141-532d74d26ff8","description":"<ul>\n<li><p>In your easysales account, you must create an API client by going to Account -&gt; Settings -&gt; API Settings (<a href=\"https://easy-sales.com/api-settings\">https://easy-sales.com/api-settings</a>)</p>\n</li>\n<li><p>Using the username and password, website token, or authorization code you can generate an access token.</p>\n</li>\n<li><p>Make request including this token in the Authorization header with the {{vault:bearer-token}} scheme.</p>\n</li>\n</ul>\n<p>For security reasons the access tokens expire after one year.</p>\n<p>easySales uses OAuth 2.0 authorization protocol.</p>\n<p>OAuth 2.0 is an authorization protocol that gives an API client limited access to user data on a web server. GitHub, Google, and Facebook APIs notably use it. OAuth relies on authentication scenarios called flows, which allow the resource owner (user) to share the protected content from the resource server without sharing their credentials. For that purpose, an OAuth 2.0 server issues access tokens that the client applications can use to access protected resources on behalf of the resource owner. For more information about OAuth 2.0, see oauth.net and RFC 6749.</p>\n<p><strong>Warning:</strong> Only one token per client can be created, when the new access token is generated the old one is revoked automatically.</p>\n<h3 id=\"grants\">Grants</h3>\n<p>The flows (also called grant types) are scenarios an API client performs to get an access token from the authorization server. OAuth 2.0 provides several flows suitable for different types of API clients:</p>\n<p><strong>Authorization code</strong> – The most common flow, mostly used for server-side and mobile web applications. This flow is similar to how users sign up into a web application using their Facebook or Google account.</p>\n<p><strong>Resource owner password credentials</strong> – Requires logging in with a username and password.</p>\n<p><strong>Website token</strong> – Requires logging in with a website token.</p>\n","event":[{"listen":"prerequest","script":{"id":"ea730e95-03f4-41f0-a1d2-e96a0874c765","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f84f180d-2c5c-4f4a-b7ae-d6b67e1b8e42","type":"text/javascript","exec":[""]}}],"_postman_id":"3e816425-0c73-4723-8141-532d74d26ff8","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Account","item":[{"name":"Get account data","id":"bb47afa6-6afe-4a96-9d25-81a5680e3aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","description":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://easy-sales.com/api/v2/account","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","account"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"2f9dc085-0d2a-4985-8bb9-a8e4025d8757","name":"Get account data -> Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","description":"\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://easy-sales.com/api/v2/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 06 Jul 2023 05:12:46 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X7a0ef10641c5f3a192552b7d6276d4ce","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Account details retrieved successfully\",\n    \"data\": {\n        \"name\": \"John Doe\",\n        \"email\": \"johndoe@easy-sales.com\",\n        \"phone\": \"+111232323\",\n        \"company_name\": \"ABC Inc.\",\n        \"vat_id\": \"123456\",\n        \"reg_no\": \"j/123/123\",\n        \"bank_account\": \"123456\",\n        \"type\": 7,\n        \"new_orders\": 7,\n        \"email_verified_at\": \"2019-02-19 14:23:00\",\n        \"phone_verified_at\": \"2023-02-26 16:35:13\",\n        \"price_tokens\": 10,\n        \"free_price_tokens\": 10,\n        \"image_tokens\": 39,\n        \"preferred_locale\": \"ro\",\n        \"preferred_currency\": \"RON\",\n        \"max_offers\": null,\n        \"current_offers\": 5,\n        \"max_orders\": null,\n        \"current_orders\": 0,\n        \"extra_orders\": 69,\n        \"extra_offers\": 69,\n        \"street\": \"str. Petru Si Pavel\",\n        \"translation\": {\n            \"usage\": {\n                \"paid\": 0,\n                \"subscription\": 14134\n            },\n            \"history\": [\n                {\n                    \"date\": \"05-2023\",\n                    \"usage\": {\n                        \"paid\": null,\n                        \"subscription\": 15148\n                    }\n                },\n                {\n                    \"date\": \"05-2023\",\n                    \"usage\": {\n                        \"paid\": 0,\n                        \"subscription\": 1082\n                    }\n                }\n            ],\n            \"paid_tokens\": 0\n        },\n        \"has_active_subscription\": true,\n        \"is_trial\": false,\n        \"expire_date\": \"2025-06-10T09:27:10.000000Z\",\n        \"total_translation_tokens\": 7,\n        \"subscription_translation_tokens\": 7,\n        \"paid_translation_tokens\": 0,\n        \"total_translation_usage\": 14134,\n        \"subscription_remaining_translation_characters\": 6985866,\n        \"paid_remaining_translation_characters\": 0,\n        \"total_remaining_translation_characters\": 6985866,\n        \"total_remaining_translation_tokens\": 6.985866,\n        \"total_translation_characters\": 7000000,\n        \"subscription_remaining_translation_tokens\": 6.985866,\n        \"paid_remaining_translation_tokens\": 0\n    }\n}"}],"_postman_id":"bb47afa6-6afe-4a96-9d25-81a5680e3aa4"},{"name":"Get stats","id":"a3bc3c9f-651d-4daf-af91-99654dd44f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/stats","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","stats"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"3ac43c43-b367-41d2-9b8d-50b57b5ae29f","name":"Get stats -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 05 Jul 2023 12:35:10 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X280025848c53454548a2dd19f4644e15","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"dashboard_data\": {\n            \"offers\": {\n                \"emag\": 0,\n                \"okazii\": 1,\n                \"teamdeals\": 0,\n                \"cel\": 0,\n                \"emag_hu\": 0,\n                \"emag_bg\": 0,\n                \"dealwise\": 0,\n                \"elefant\": 0,\n                \"olx\": 0,\n                \"vivre\": 0,\n                \"ebay_us\": 0,\n                \"vivre_bg\": 0,\n                \"vivre_hu\": 0,\n                \"ebay_pl\": 0,\n                \"vivre_pl\": 0,\n                \"doraly\": 0,\n                \"vivre_gr\": 0,\n                \"altex_ro\": 1,\n                \"flanco_ro\": 0,\n                \"ebay_uk\": 0,\n                \"decathlon_ro\": 0,\n                \"pepita_hu\": 3,\n                \"amazon_uk\": 0,\n                \"amazon_us\": 0,\n                \"amazon_fr\": 0,\n                \"ebay_de\": 0,\n                \"amazon_de\": 0,\n                \"decathlon_hu\": 0,\n                \"infinity\": 0,\n                \"others\": 0\n            },\n            \"orders\": 9,\n            \"products\": 10,\n            \"websites\": 3,\n            \"ordersData\": [],\n            \"ordersValues\": [],\n            \"countProducts\": 10,\n            \"virtualProducts\": 7,\n            \"marketplaceSettings\": null,\n            \"usMarketplaceSettings\": {\n                \"14\": {\n                    \"dashboard_key\": \"ebay_us\",\n                    \"color\": \"#82187c\",\n                    \"label\": \"Ebay US\"\n                },\n                \"24\": {\n                    \"dashboard_key\": \"ebay_uk\",\n                    \"color\": \"#82187c\",\n                    \"label\": \"Ebay UK\"\n                },\n                \"27\": {\n                    \"dashboard_key\": \"amazon_uk\",\n                    \"color\": \"#82187c\",\n                    \"label\": \"Amazon UK\"\n                },\n                \"28\": {\n                    \"dashboard_key\": \"amazon_us\",\n                    \"color\": \"#82187c\",\n                    \"label\": \"Amazon US\"\n                }\n            }\n        },\n        \"reports\": {\n            \"orders\": {\n                \"current_month_orders\": 0,\n                \"last_month_orders\": 0\n            },\n            \"uncompleted\": {\n                \"today\": 0,\n                \"yesterday\": 0\n            },\n            \"products\": {\n                \"total\": 10,\n                \"without_stock\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"a3bc3c9f-651d-4daf-af91-99654dd44f34"},{"name":"Assign partner","id":"06baff48-f3fe-47ac-bf8c-b874058ee028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"f089e0c9-ed5b-4818-8bf3-688ebad1eb7e\",\n    \"client_secret\": \"lYyFSCLneuFNxjUR76p5l3eEDkenYIA7iDnQ00ku\",\n    \"username\": \"test@testing.com\",\n    \"password\": \"secret\",\n    \"scope\": \"add-products update-products add-categories update-categories add-characteristics update-characteristics  update-orders\"\n}"},"url":"https://easy-sales.com/api/v2/account/sub-account/login","description":"<p>Assign a partner to current user.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","account","sub-account","login"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"764cdd52-b4f9-495f-a99f-1d6f4277e6fa","name":"Assign partner -> Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"27ee64d2-5bfd-493e-9867-0856cfba244e\"\n}"},"url":"https://easy-sales.com/api/v2/account/partners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 10 Oct 2022 10:17:47 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xafaa641564e3f7b86843ea9c1e31bdba","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The partner has been assigned successfully\",\n    \"data\": null\n}"}],"_postman_id":"06baff48-f3fe-47ac-bf8c-b874058ee028"},{"name":"Forgot password","id":"633bef2b-3665-4c79-b0ad-b1b90dabe45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{client_credentials_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@easy-sales.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/account/forget-password","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","account","forget-password"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"633bef2b-3665-4c79-b0ad-b1b90dabe45e"}],"id":"908e90c9-f810-4dd2-b50e-ab8f4895fd73","_postman_id":"908e90c9-f810-4dd2-b50e-ab8f4895fd73","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Categories","item":[{"name":"List categories","id":"09a934db-37f2-44c4-89c7-b3334029ef84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/categories?page=1","description":"<p>Retrieves a list of categories.</p>\n<p>The number of items to be shown per page is 50.</p>\n","urlObject":{"path":["api","v2","categories"],"host":["https://easy-sales.com"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"beefc88c-e95d-4d58-b0b2-061ea475f18e","name":"List categories -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://easy-sales.com/api/v2/categories?page=1","host":["https://easy-sales.com"],"path":["api","v2","categories"],"query":[{"key":"page","value":"1","description":"Current page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 20 Nov 2020 14:03:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X73e2b32960ec121f8fcff3cbdf09c08d","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Smartphone\",\n            \"category_website_id\": 2\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Hoodies\",\n            \"category_website_id\": 4\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Electronic\",\n            \"category_website_id\": 5\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easysales.ro/api/v2/categories?page=1\",\n        \"last\": \"https://easysales.ro/api/v2/categories?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https://easysales.ro/api/v2/categories\",\n        \"per_page\": 50,\n        \"to\": 44,\n        \"total\": 44\n    }\n}"}],"_postman_id":"09a934db-37f2-44c4-89c7-b3334029ef84"},{"name":"Add Category","id":"e50cbf21-549a-46d9-9849-bafbb45043c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\t\"category_website_id\": 1234567,\n\t\t\"name\": \"T-Shirts\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/categories","description":"<p>Categories are created by sending HTTP POST requests to the API. The object in the request body determines the initial state of the category will be when it is created.</p>\n<p><strong>Category object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Category id used in your app</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Category name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","name":"Categories","type":"folder"}},"urlObject":{"path":["api","v2","categories"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"3771f530-d7d5-4f12-9321-e10221bbdfb1","name":"Add Category -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\t\"category_website_id\": 14,\n\t\t\"name\": \"Shirts\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 20 Mar 2020 12:07:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"category_website_id\": 14,\n        \"name\": \"Shirts\",\n        \"id\": 18\n    }\n}"},{"id":"9105cfa5-1f28-4d43-9212-2f6d3e239207","name":"Add Category -> Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\n\t}\n}"},"url":"https://easy-sales.com/api/v2/categories"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:04:26 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"category\": [\n            \"The category field is required.\"\n        ],\n        \"category.name\": [\n            \"The category.name field is required.\"\n        ],\n        \"category.category_website_id\": [\n            \"The category.category website id field is required.\"\n        ]\n    }\n}"}],"_postman_id":"e50cbf21-549a-46d9-9849-bafbb45043c3"},{"name":"Save Category","id":"3d0821bc-6d22-4a76-8e70-710f8d3ce643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"website_token\": \"•••••••\",\r\n\t\"category\": {\r\n\t\t\"category_website_id\": 14,\r\n\t\t\"name\": \"Shirts\"\r\n\t}\r\n}"},"url":"https://easy-sales.com/api/v2/categories/save?=","description":"<p>Categories are saved by sending HTTP POST requests to the API. The object in the request body determines the initial state of the category will be when it is created or updated.</p>\n<p><strong>Category object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Category id used in your app</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Category name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","name":"Categories","type":"folder"}},"urlObject":{"path":["api","v2","categories","save"],"host":["https://easy-sales.com"],"query":[{"key":"","value":""}],"variable":[]}},"response":[{"id":"1a56e38d-8dff-4c8c-9d22-f66bfa50a64b","name":"Save Category -> Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\t\"name\": \"Shirts\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/categories/save"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:15:35 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"category.category_website_id\": [\n            \"The category.category website id field is required.\"\n        ]\n    }\n}"},{"id":"720b926f-cb8c-41d3-9ed2-708ed66591df","name":"Add Category -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\t\"category_website_id\": 14,\n\t\t\"name\": \"Shirts\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 20 Mar 2020 12:07:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"category_website_id\": 14,\n        \"name\": \"Shirts\",\n        \"id\": 18\n    }\n}"}],"_postman_id":"3d0821bc-6d22-4a76-8e70-710f8d3ce643"},{"name":"Update Category","id":"5e43e4da-6cff-4550-85ed-9e89f4842bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\t\"name\": \"T-Shirts Updated\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/categories/{{category_id}}","description":"<p>Categories are updated by sending HTTP PUT requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{category_id}}</em> is easySales internal category id.</p>\n<p><strong>Category object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Category name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","name":"Categories","type":"folder"}},"urlObject":{"path":["api","v2","categories","{{category_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"b942791e-5ec3-4d6f-a4f3-5ea4d0304aaf","name":"Update Category -> Invalid Data","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\n\t}\n}"},"url":"https://easy-sales.com/api/v2/categories/{{category_id}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:16:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"category\": [\n            \"The category field is required.\"\n        ],\n        \"category.name\": [\n            \"The category.name field is required.\"\n        ]\n    }\n}"},{"id":"f9443373-92fc-4b88-9978-ab083e216eec","name":"Update Category -> Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"category\": {\n\t\t\"name\": \"T-Shirts Updated\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/categories/{{category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 20 Mar 2020 12:19:38 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 18,\n        \"category_website_id\": 14,\n        \"name\": \"T-Shirts Updated\"\n    }\n}"}],"_postman_id":"5e43e4da-6cff-4550-85ed-9e89f4842bef"},{"name":"Bulk save categories","id":"2a8675c9-1dce-460d-ad76-5e9aac5decd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"website_token\": \"•••••••\",\r\n    \"categories\": [\r\n        {\r\n            \"category_website_id\": 14,\r\n            \"name\": \"Shirts & T-Shirts\"\r\n        },\r\n        {\r\n            \"category_website_id\": 16,\r\n            \"name\": \"Phones & Tablets\"\r\n        },\r\n        {\r\n            \"category_website_id\": 17,\r\n            \"name\": \"PC\"\r\n        },\r\n        {\r\n            \"category_website_id\": 18,\r\n            \"name\": \"Laptops\"\r\n        },\r\n        {\r\n            \"category_website_id\": 19,\r\n            \"name\": \"Cars\"\r\n        },\r\n        {\r\n            \"category_website_id\": 20,\r\n            \"name\": \"Motorts 1234\"\r\n        }\r\n    ]\r\n}"},"url":"https://easy-sales.com/api/v2/categories/save/bulk","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","name":"Categories","type":"folder"}},"urlObject":{"path":["api","v2","categories","save","bulk"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"b4fdb433-ce90-4f17-a118-9d1015ff7a30","name":"Bulk save categories -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"website_token\": \"•••••••\",\r\n    \"categories\": [\r\n        {\r\n            \"category_website_id\": 14,\r\n            \"name\": \"Shirts & T-Shirts\"\r\n        },\r\n        {\r\n            \"category_website_id\": 16,\r\n            \"name\": \"Phones & Tablets\"\r\n        },\r\n        {\r\n            \"category_website_id\": 17,\r\n            \"name\": \"PC\"\r\n        },\r\n        {\r\n            \"category_website_id\": 18,\r\n            \"name\": \"Laptops\"\r\n        },\r\n        {\r\n            \"category_website_id\": 19,\r\n            \"name\": \"Cars\"\r\n        },\r\n        {\r\n            \"category_website_id\": 20,\r\n            \"name\": \"Motorts 1234\"\r\n        }\r\n    ]\r\n}"},"url":"https://easy-sales.com/api/v2/categories/save/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 17 Mar 2021 08:19:49 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"phpdebugbar-id","value":"Xb3862f3c5671551cfa6f279f1dbf7ba4","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"2a8675c9-1dce-460d-ad76-5e9aac5decd9"},{"name":"Delete Category","id":"0585c1ee-a57b-46be-9413-6e152772fd59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/categories/{{category_id}}","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","name":"Categories","type":"folder"}},"urlObject":{"path":["api","v2","categories","{{category_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"4c055a63-59f6-48b9-bae9-b017ebf922c3","name":"Delete Category -> Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/categories/{{category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Category has been deleted successfully!\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"test category 123\",\n        \"category_website_id\": \"3\"\n    }\n}"},{"id":"835058eb-da00-4da8-8a4e-606545c20b37","name":"Delete Category -> Attached Categories","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/categories/{{category_id}}"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Cannot delete attached categories!\",\n    \"data\": null\n}"}],"_postman_id":"0585c1ee-a57b-46be-9413-6e152772fd59"}],"id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0","description":"<p>Product categories allow you to classify your products, and you must define your product categories before defining your individual products. Each time you define a product, you must assign it to one of your product categories.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1b8b9c9a-cc07-4358-bbee-d851ba378845","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb8cfa48-94d1-4e89-9c85-a64bf78d5d98","type":"text/javascript","exec":[""]}}],"_postman_id":"21d5a8bf-5bca-4f93-84b3-d05cc583fbf0"},{"name":"Characteristics","item":[{"name":"List characteristics","id":"aae5f3cd-c6e8-4f3f-946e-1637d86fbc64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/characteristics?page=1&website=Virtual Shop","description":"<p>Retrieves a list of characteristics.</p>\n<p>The number of items to be shown per page is 50.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0168410f-3e1a-454d-9f44-6c3ba490c590","id":"0168410f-3e1a-454d-9f44-6c3ba490c590","name":"Characteristics","type":"folder"}},"urlObject":{"path":["api","v2","characteristics"],"host":["https://easy-sales.com"],"query":[{"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Filter by website | Optional</p>\n","type":"text/plain"},"key":"website","value":"Virtual Shop"}],"variable":[]}},"response":[{"id":"3a2357ae-ad96-4817-b33e-87b45b5a763f","name":"List characteristics -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://easy-sales.com/api/v2/characteristics?page=1","host":["https://easy-sales.com"],"path":["api","v2","characteristics"],"query":[{"key":"page","value":"1","description":"Current page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 20 Nov 2020 14:07:54 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xc628d7634a7d0c7fafda00af1c4b07eb","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"color\",\n            \"characteristic_website_id\": 1\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Conectivitate\",\n            \"characteristic_website_id\": 3\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Blit\",\n            \"characteristic_website_id\": 4\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Culoare\",\n            \"characteristic_website_id\": 5\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Tip telefon\",\n            \"characteristic_website_id\": 6\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Continut pachet\",\n            \"characteristic_website_id\": 7\n        },\n        {\n            \"id\": 8,\n            \"name\": \"RO-ALERT\",\n            \"characteristic_website_id\": 8\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Memorie interna\",\n            \"characteristic_website_id\": 9\n        },\n        {\n            \"id\": 10,\n            \"name\": \"An aparitie\",\n            \"characteristic_website_id\": 10\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Memorie RAM\",\n            \"characteristic_website_id\": 11\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Dimensiune ecran\",\n            \"characteristic_website_id\": 12\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Stare retea\",\n            \"characteristic_website_id\": 13\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Rezolutie camera\",\n            \"characteristic_website_id\": 14\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Model\",\n            \"characteristic_website_id\": 15\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Tip SIM\",\n            \"characteristic_website_id\": 16\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easysales.ro/api/v2/characteristics?page=1\",\n        \"last\": \"https://easysales.ro/api/v2/characteristics?page=6\",\n        \"prev\": null,\n        \"next\": \"https://easysales.ro/api/v2/characteristics?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 6,\n        \"path\": \"https://easysales.ro/api/v2/characteristics\",\n        \"per_page\": 50,\n        \"to\": 50,\n        \"total\": 258\n    }\n}"}],"_postman_id":"aae5f3cd-c6e8-4f3f-946e-1637d86fbc64"},{"name":"Add Characteristic","id":"1c02dcec-46b4-4a94-ac69-a665e3f4cef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\t\"characteristic_website_id\": {{characteristic_id}},\n\t\t\"name\": \"Size\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics","description":"<p>Characteristics are created by sending HTTP POST requests to the API. The object in the request body determines the initial state of the characteristic will be when it is created.</p>\n<p><strong>Characteristic object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>characteristic_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Characteristic id used in your app</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Characteristic name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0168410f-3e1a-454d-9f44-6c3ba490c590","id":"0168410f-3e1a-454d-9f44-6c3ba490c590","name":"Characteristics","type":"folder"}},"urlObject":{"path":["api","v2","characteristics"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"3f470288-e002-4c03-95f0-9134a368a79d","name":"Add Characteristic -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\t\"characteristic_website_id\": 5,\n\t\t\"name\": \"Size\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:17:08 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 11,\n        \"characteristic_website_id\": 5,\n        \"name\": \"Size\"\n    }\n}"},{"id":"fbbff272-9697-477b-9ca0-a2a92cf9a607","name":"Add Characteristic -> Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\t\"characteristic_website_id\": 5,\n\t\t\"name\": \"Size\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:17:26 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"characteristic.characteristic_website_id\": [\n            \"The characteristic.characteristic website id has already been taken.\"\n        ]\n    }\n}"}],"_postman_id":"1c02dcec-46b4-4a94-ac69-a665e3f4cef7"},{"name":"Save Characteristic","id":"26702fbb-7db8-4296-9c1c-ccec4b2f155a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\t\"characteristic_website_id\": 5,\n\t\t\"name\": \"Size\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics/save","description":"<p>Characteristics are saved by sending HTTP POST requests to the API. The object in the request body determines the initial state of the characteristic will be when it is created or updated.</p>\n<p><strong>Characteristic object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>characteristic_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Characteristic id used in your app</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Characteristic name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0168410f-3e1a-454d-9f44-6c3ba490c590","id":"0168410f-3e1a-454d-9f44-6c3ba490c590","name":"Characteristics","type":"folder"}},"urlObject":{"path":["api","v2","characteristics","save"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"89da78ae-578b-4b90-a926-8477eb954140","name":"Save Characteristic -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\t\"characteristic_website_id\": 5,\n\t\t\"name\": \"Size\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:18:11 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 11,\n        \"characteristic_website_id\": 5,\n        \"name\": \"Size\"\n    }\n}"},{"id":"fc78335a-773e-4c3d-928f-cdc77941073c","name":"Save Characteristic -> Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\n\t\t\"name\": \"Size\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics/save"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:18:46 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"56","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"characteristic.characteristic_website_id\": [\n            \"The characteristic.characteristic website id field is required.\"\n        ]\n    }\n}"}],"_postman_id":"26702fbb-7db8-4296-9c1c-ccec4b2f155a"},{"name":"Update Characteristic","id":"1b40d4cb-fc9f-42f7-9e97-ac2bb9354c53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\t\"characteristic_website_id\": 12,\n\t\t\"name\": \"Shirt Size 1\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics/{{characteristic_id}}","description":"<p>Characteristics are updated by sending HTTP PUT requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{characteristic_id}}</em> is easySales internal characteristic id.</p>\n<p><strong>Characteristic object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Characteristic name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0168410f-3e1a-454d-9f44-6c3ba490c590","id":"0168410f-3e1a-454d-9f44-6c3ba490c590","name":"Characteristics","type":"folder"}},"urlObject":{"path":["api","v2","characteristics","{{characteristic_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"0a8a7eb5-5971-478e-9eb7-84dfca35c4c1","name":"Update Characteristic -> Invalid Data","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics/{{characteristic_id}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:19:56 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"56","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"characteristic\": [\n            \"The characteristic field is required.\"\n        ],\n        \"characteristic.name\": [\n            \"The characteristic.name field is required.\"\n        ]\n    }\n}"},{"id":"ca32648c-4fe2-4701-8da5-992ba76fbe05","name":"Update Characteristic -> Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"characteristic\": {\n\t\t\"name\": \"Shirt Size 1\"\n\t}\n}"},"url":"https://easy-sales.com/api/v2/characteristics/{{characteristic_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 20 Mar 2020 12:38:10 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 9,\n        \"characteristic_website_id\": 12,\n        \"name\": \"Shirt Size 1\"\n    }\n}"}],"_postman_id":"1b40d4cb-fc9f-42f7-9e97-ac2bb9354c53"},{"name":"Bulk save characteristics","id":"18c14fb1-23f0-45ae-9270-7155777e17e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"website_token\": \"•••••••\",\r\n    \"characteristics\": [\r\n        {\r\n            \"characteristic_website_id\": 14,\r\n            \"name\": \"Color\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 16,\r\n            \"name\": \"Type\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 17,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 18,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 19,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 20,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 21,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 22,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 23,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 24,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 25,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 26,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 27,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 28,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 29,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 30,\r\n            \"name\": \"Size\"\r\n        },\r\n        {\r\n            \"characteristic_website_id\": 31,\r\n            \"name\": \"Size\"\r\n        }\r\n    ]\r\n}"},"url":"https://easy-sales.com/api/v2/characteristics/save/bulk","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0168410f-3e1a-454d-9f44-6c3ba490c590","id":"0168410f-3e1a-454d-9f44-6c3ba490c590","name":"Characteristics","type":"folder"}},"urlObject":{"path":["api","v2","characteristics","save","bulk"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"2bc69de9-ba14-4766-b9e5-09e3137ee1ce","name":"Bulk save categories -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"website_token\": \"•••••••\",\r\n    \"categories\": [\r\n        {\r\n            \"category_website_id\": 14,\r\n            \"name\": \"Shirts & T-Shirts\"\r\n        },\r\n        {\r\n            \"category_website_id\": 16,\r\n            \"name\": \"Phones & Tablets\"\r\n        },\r\n        {\r\n            \"category_website_id\": 17,\r\n            \"name\": \"PC\"\r\n        },\r\n        {\r\n            \"category_website_id\": 18,\r\n            \"name\": \"Laptops\"\r\n        },\r\n        {\r\n            \"category_website_id\": 19,\r\n            \"name\": \"Cars\"\r\n        },\r\n        {\r\n            \"category_website_id\": 20,\r\n            \"name\": \"Motorts 1234\"\r\n        }\r\n    ]\r\n}"},"url":"https://easy-sales.com/api/v2/categories/save/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 17 Mar 2021 08:19:49 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"phpdebugbar-id","value":"Xb3862f3c5671551cfa6f279f1dbf7ba4","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"18c14fb1-23f0-45ae-9270-7155777e17e5"},{"name":"Delete Characteristic","id":"935efcce-e6de-4452-a4c6-78a890777655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/characteristics/{{characteristic_id}}","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0168410f-3e1a-454d-9f44-6c3ba490c590","id":"0168410f-3e1a-454d-9f44-6c3ba490c590","name":"Characteristics","type":"folder"}},"urlObject":{"path":["api","v2","characteristics","{{characteristic_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"965d6cdc-6e8e-4cca-8ff6-89f77c593045","name":"Delete Characteristic -> Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/characteristics/{{characteristic_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Characteristic has been deleted successfully!\",\n    \"data\": {\n        \"id\": 4,\n        \"name\": \"test characteristic 123\",\n        \"label\": \"test characteristic 123\",\n        \"characteristic_website_id\": \"2\"\n    }\n}"},{"id":"6b5b090b-da07-4ba9-8396-0c557d63c7a6","name":"Delete Characteristic -> Attached Characteristics","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/characteristics/{{characteristic_id}}"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Cannot delete attached characteristics!\",\n    \"data\": null\n}"}],"_postman_id":"935efcce-e6de-4452-a4c6-78a890777655"}],"id":"0168410f-3e1a-454d-9f44-6c3ba490c590","description":"<p>Characteristics let you define extra product data, such as size or color.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ff7ce20c-7216-4e40-b664-d700c507e481","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e158935d-26c8-41e7-b871-2cc99c643873","type":"text/javascript","exec":[""]}}],"_postman_id":"0168410f-3e1a-454d-9f44-6c3ba490c590"},{"name":"Products","item":[{"name":"List products","id":"d8b7ef41-deab-40f6-94fa-fdc5481a4a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://easy-sales.com/api/v2/products?updated_after=2025-02-01","description":"<p>Retrieves a list of products.</p>\n<p>The number of items to be shown per page is 50.</p>\n<p><strong>Filters</strong>:</p>\n<ul>\n<li><p>page - filter by page</p>\n</li>\n<li><p>website - filter by website name</p>\n</li>\n<li><p>sku - filter by product sku</p>\n</li>\n<li><p>ean - filter by product ean</p>\n</li>\n<li><p>status - filter by product status, inactive/active</p>\n</li>\n<li><p>created_after - filter by product by created date</p>\n</li>\n<li><p>updated_after - filter by product by updated date</p>\n</li>\n</ul>\n<p><strong>Example</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://easy-sales.com/api/v2/products?page=1\nhttps://easy-sales.com/api/v2/products?website=MyShop\nhttps://easy-sales.com/api/v2/products?sku=02869\nhttps://easy-sales.com/api/v2/products?ean=6426485326994\nhttps://easy-sales.com/api/v2/products?status=inactive\n\n</code></pre>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","name":"Products","type":"folder"}},"urlObject":{"path":["api","v2","products"],"host":["https://easy-sales.com"],"query":[{"disabled":true,"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Filter by website | Optional</p>\n","type":"text/plain"},"key":"website","value":"MyShop"},{"disabled":true,"key":"ean","value":"6426485326994"},{"disabled":true,"key":"status","value":"inactive"},{"key":"updated_after","value":"2025-02-01"}],"variable":[]}},"response":[{"id":"41bae458-c379-4c2a-a06e-8eec02b1bee0","name":"Get products by status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://easy-sales.com/api/v2/products?page=1&website=MyShop&status=inactive","host":["https://easy-sales.com"],"path":["api","v2","products"],"query":[{"key":"page","value":"1","description":"Current page"},{"key":"website","value":"MyShop","description":"Filter by website | Optional"},{"key":"sku","value":"02869","disabled":true},{"key":"ean","value":"6426485326994","disabled":true},{"key":"status","value":"inactive"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 19 Dec 2022 11:29:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xe161f2aa1828222d73573356998cb372","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 23,\n            \"name\": \"Hummingbird printed t-shirt M White\",\n            \"sku\": \"03368\",\n            \"ean\": \"6426485326994\",\n            \"brand\": \"Studio Design\",\n            \"stock\": 26,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"19.1200\",\n            \"full_price\": \"23.9000\",\n            \"product_website_id\": \"1\",\n            \"description\": \"<p>Printing process provides an exceptional color guaranteed overtime.</p>\",\n            \"images\": [\n                \"http://presta/img/p/2/2-large_default.jpg\"\n            ],\n            \"weight\": \"0.3\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": \"Dedol\",\n            \"parent_name\": \"Hummingbird printed t-shirt\",\n            \"parent_url\": \"http://presta/index.php?id_product=1&rewrite=hummingbird-printed-t-shirt\",\n            \"parent_id\": \"demo_1\",\n            \"status\": \"inactive\",\n            \"categories\": [\n                {\n                    \"id\": 14,\n                    \"name\": \"Home\",\n                    \"category_website_id\": \"2\"\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Clothess\",\n                    \"category_website_id\": \"3\"\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"Men\",\n                    \"category_website_id\": \"4\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Size\",\n                    \"characteristic_website_id\": \"11\",\n                    \"value\": \"M\"\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Color\",\n                    \"characteristic_website_id\": \"12\",\n                    \"value\": \"White\"\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Composition\",\n                    \"characteristic_website_id\": \"21\",\n                    \"value\": \"Cotton\"\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"Property\",\n                    \"characteristic_website_id\": \"22\",\n                    \"value\": \"Short sleeves\"\n                }\n            ]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easy-sales.com/api/v2/products?page=1\",\n        \"last\": \"https://easy-sales.com/api/v2/products?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://easy-sales.com/api/v2/products\",\n        \"per_page\": 50,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"},{"id":"33167038-c241-4012-b8b5-1ca8586c0950","name":"List products","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://easy-sales.com/api/v2/products?page=1","protocol":"https","host":["easy-sales","com"],"path":["api","v2","products"],"query":[{"key":"page","value":"1","description":"Current page"},{"key":"website","value":"MyShop","description":"Filter by website | Optional","disabled":true},{"key":"ean","value":"6426485326994","disabled":true},{"key":"status","value":"inactive","disabled":true},{"key":"updated_after","value":"2025-02-01","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"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":"Mon, 16 Feb 2026 15:19:29 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"X-User-ID","value":"f923a1a7-1337-49a7-88df-09ed4c5db042"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2082780,\n            \"name\": \"Kate Spade Greene Street Mariella\",\n            \"sku\": \"sku-11\",\n            \"ean\": \"2323\",\n            \"brand\": \"Kate-Spade\",\n            \"stock\": 0,\n            \"reserved_stock\": 9,\n            \"sale_price\": \"143.6900\",\n            \"full_price\": \"143.6900\",\n            \"acquisition_price\": \"100.0000\",\n            \"product_website_id\": \"300\",\n            \"description\": \"<p>Product Description Greene street small mariella</p>\\n<ul class=\\\"a-unordered-list a-vertical a-spacing-none\\\">\\n<li><span class=\\\"a-list-item\\\">100% Leather</span></li>\\n<li><span class=\\\"a-list-item\\\">Imported</span></li>\\n<li><span class=\\\"a-list-item\\\">100% Polyester lining</span></li>\\n<li><span class=\\\"a-list-item\\\">No closure</span></li>\\n<li><span class=\\\"a-list-item\\\">8.5\\\" shoulder drop</span></li>\\n<li><span class=\\\"a-list-item\\\">9\\\" high</span></li>\\n<li><span class=\\\"a-list-item\\\">12.5\\\" wide</span></li>\\n<li><span class=\\\"a-list-item\\\">Pockets: 2 interior slip, 2 interior zip</span></li>\\n</ul>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/3/kate-spade-greene-street-mariella~143.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/0/kate-spade-greene-street-mariella~910.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/1/kate-spade-greene-street-mariella~911.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/2/kate-spade-greene-street-mariella~912.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74718,\n                    \"name\": \"Genti\",\n                    \"category_website_id\": \"20\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Bej\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Alb\"\n                },\n                {\n                    \"id\": 24455,\n                    \"name\": \"Tip\",\n                    \"label\": \"Tip\",\n                    \"characteristic_website_id\": \"1\",\n                    \"value\": \"Genti de mana\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082781,\n            \"name\": \"Cotton Twill Shirt for men\",\n            \"sku\": \"1\",\n            \"ean\": \"2\",\n            \"brand\": \"Ralph Lauren\",\n            \"stock\": 0,\n            \"reserved_stock\": 1,\n            \"sale_price\": \"90.1933\",\n            \"full_price\": \"90.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"11\",\n            \"description\": \"<ul>\\n<li>doi</li>\\n<li>unu</li>\\n</ul>\\n<p><strong>trei</strong></p>\\n<p><strong>4</strong></p>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/3/cotton-twill-shirt-for-men~43.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/6/cotton-twill-shirt-for-men~686.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/7/cotton-twill-shirt-for-men~687.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74703,\n                    \"name\": \"Camasi\",\n                    \"category_website_id\": \"6\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Albastru\"\n                },\n                {\n                    \"id\": 24454,\n                    \"name\": \"Material\",\n                    \"label\": \"Material\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"Bumbac\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082782,\n            \"name\": \"Test Multi Variant\",\n            \"sku\": \"DZSO100\",\n            \"ean\": \"33\",\n            \"brand\": \"adidas\",\n            \"stock\": 0,\n            \"reserved_stock\": 22,\n            \"sale_price\": \"75.6300\",\n            \"full_price\": \"75.6300\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"10000002\",\n            \"description\": null,\n            \"images\": null,\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": \"Sus in stanga pe drapta\",\n            \"parent_name\": \"Test Multi Variant\",\n            \"parent_url\": \"http://easysales.demo.ro/cumpara/test-multi-variant-519\",\n            \"parent_id\": \"test-multi-variant\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74701,\n                    \"name\": \"Barbati\",\n                    \"category_website_id\": \"4\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Argintiu\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Alb\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Albastru\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"36\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"37\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"38\"\n                },\n                {\n                    \"id\": 24454,\n                    \"name\": \"Material\",\n                    \"label\": \"Material\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"Bumbac\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082783,\n            \"name\": \"Test Multi Variant\",\n            \"sku\": \"test-multi-variant-baa\",\n            \"ean\": \"55\",\n            \"brand\": \"adidas\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"58.8200\",\n            \"full_price\": \"63.0300\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"10000004\",\n            \"description\": null,\n            \"images\": null,\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Multi Variant\",\n            \"parent_url\": \"http://easysales.demo.ro/cumpara/test-multi-variant-519\",\n            \"parent_id\": \"test-multi-variant\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74701,\n                    \"name\": \"Barbati\",\n                    \"category_website_id\": \"4\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Argintiu\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Alb\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Albastru\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"36\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"37\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"38\"\n                },\n                {\n                    \"id\": 24454,\n                    \"name\": \"Material\",\n                    \"label\": \"Material\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"Bumbac\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082784,\n            \"name\": \"Test Multi Variant\",\n            \"sku\": \"test-multi-variant-ca\",\n            \"ean\": \"2233123123\",\n            \"brand\": \"adidas\",\n            \"stock\": 0,\n            \"reserved_stock\": 1,\n            \"sale_price\": \"84.0300\",\n            \"full_price\": \"92.4400\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"10000001\",\n            \"description\": null,\n            \"images\": null,\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": \"ES1\",\n            \"parent_name\": \"Test Multi Variant\",\n            \"parent_url\": \"http://easysales.demo.ro/cumpara/test-multi-variant-519\",\n            \"parent_id\": \"test-multi-variant\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74701,\n                    \"name\": \"Barbati\",\n                    \"category_website_id\": \"4\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Argintiu\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Alb\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Albastru\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"36\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"37\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"38\"\n                },\n                {\n                    \"id\": 24454,\n                    \"name\": \"Material\",\n                    \"label\": \"Material\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"Catifea\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082785,\n            \"name\": \"Test Multi Variant\",\n            \"sku\": \"test-multi-variant-caa\",\n            \"ean\": \"44\",\n            \"brand\": \"adidas\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"71.4300\",\n            \"full_price\": \"71.4300\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"10000003\",\n            \"description\": null,\n            \"images\": null,\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Multi Variant\",\n            \"parent_url\": \"http://easysales.demo.ro/cumpara/test-multi-variant-519\",\n            \"parent_id\": \"test-multi-variant\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74701,\n                    \"name\": \"Barbati\",\n                    \"category_website_id\": \"4\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Argintiu\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Alb\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Albastru\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"36\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"37\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"38\"\n                },\n                {\n                    \"id\": 24454,\n                    \"name\": \"Material\",\n                    \"label\": \"Material\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"Catifea\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082786,\n            \"name\": \"Cotton Twill Shirt 6\",\n            \"sku\": \"sku1\",\n            \"ean\": null,\n            \"brand\": \"Ralph Lauren\",\n            \"stock\": 0,\n            \"reserved_stock\": 1,\n            \"sale_price\": \"91.7983\",\n            \"full_price\": \"107.3277\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"49\",\n            \"description\": \"<p>Rendered in feather-light cotton twill, this short-sleeved shirt from Ralph Lauren equips new season collections with comfortable breathability and an iconic profile. Embroidered with the iconic Polo Pony logo on the chest, its slim point collar and button fastening combine to offer the label's signature preppy appeal.</p><p>123123123</p>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/7/cotton-twill-shirt-6~157.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/0/cotton-twill-shirt-6~940.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/1/cotton-twill-shirt-6~941.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74703,\n                    \"name\": \"Camasi\",\n                    \"category_website_id\": \"6\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Rosu\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082787,\n            \"name\": \"Calvin Klein Patchwork Reversible Tote\",\n            \"sku\": \"klein-1\",\n            \"ean\": \"1133112\",\n            \"brand\": \"Calvin-Klein\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"98.3100\",\n            \"full_price\": \"98.3100\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"307\",\n            \"description\": \"<p>Product Description Unlined raffia patchwork reversible tote</p>\\n<ul>\\n<li>Jetlink/Ultrasuede</li>\\n<li>Imported</li>\\n<li>polyester lining</li>\\n<li>Magnetic closure</li>\\n<li>Unlined floral novelty tote</li>\\n</ul>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/4/calvin-klein-patchwork-reversible-tote~164.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/2/calvin-klein-patchwork-reversible-tote~952.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/3/calvin-klein-patchwork-reversible-tote~953.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/4/calvin-klein-patchwork-reversible-tote~954.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74718,\n                    \"name\": \"Genti\",\n                    \"category_website_id\": \"20\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Bej\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082788,\n            \"name\": \"Bowknot Flower Pageant Princess Dress\",\n            \"sku\": \"33\",\n            \"ean\": null,\n            \"brand\": \"Joop\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"125.2000\",\n            \"full_price\": \"125.2000\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"440\",\n            \"description\": \"<ul class=\\\"a-unordered-list a-vertical a-spacing-none\\\">\\n<li><span class=\\\"a-list-item\\\"> Girls wedding party dress </span></li>\\n<li><span class=\\\"a-list-item\\\"> Round neckline, sleeveless, hidden back zipper closure </span></li>\\n<li><span class=\\\"a-list-item\\\"> Beading bodice, waistband with irremovable bowknot, sash ties back </span></li>\\n<li><span class=\\\"a-list-item\\\"> 2 layers dress, top bubble layer with tiered ruffles, 1 lining with netting for additional fullness </span></li>\\n<li><span class=\\\"a-list-item\\\"> Suitable for party, wedding, pageant, birthday or other special occasions </span></li>\\n</ul>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/0/bowknot-flower-pageant-princess-dress~480.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/9/bowknot-flower-pageant-princess-dress~1669.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/0/bowknot-flower-pageant-princess-dress~1670.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74720,\n                    \"name\": \"Imbracaminte\",\n                    \"category_website_id\": \"24\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24453,\n                    \"name\": \"Ocazie\",\n                    \"label\": \"Ocazie\",\n                    \"characteristic_website_id\": \"6\",\n                    \"value\": \"Party\"\n                },\n                {\n                    \"id\": 24453,\n                    \"name\": \"Ocazie\",\n                    \"label\": \"Ocazie\",\n                    \"characteristic_website_id\": \"6\",\n                    \"value\": \"De seara\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Mov\"\n                },\n                {\n                    \"id\": 24457,\n                    \"name\": \"Pentru\",\n                    \"label\": \"Pentru\",\n                    \"characteristic_website_id\": \"2\",\n                    \"value\": \"Fete\"\n                },\n                {\n                    \"id\": 24455,\n                    \"name\": \"Tip\",\n                    \"label\": \"Tip\",\n                    \"characteristic_website_id\": \"1\",\n                    \"value\": \"Rochii\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 2082797,\n            \"name\": \"Colorado Men's Boots\",\n            \"sku\": \"col-1\",\n            \"ean\": null,\n            \"brand\": \"Rieker\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"219.3200\",\n            \"full_price\": \"257.1300\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"139\",\n            \"description\": \"<ul class=\\\"a-unordered-list a-vertical a-spacing-none\\\">\\n<li><span class=\\\"a-list-item\\\">100% Full Grain Leather</span></li>\\n<li><span class=\\\"a-list-item\\\">Imported</span></li>\\n<li><span class=\\\"a-list-item\\\">Rubber sole</span></li>\\n<li><span class=\\\"a-list-item\\\">Shaft measures approximately 5.06\\\" from arch</span></li>\\n<li><span class=\\\"a-list-item\\\">Casual soft toe boot</span></li>\\n</ul>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/9/colorado-men-s-boots~389.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/7/colorado-men-s-boots~1427.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/9/colorado-men-s-boots~1429.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74713,\n                    \"name\": \"Cizme\",\n                    \"category_website_id\": \"15\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Negru\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 3717053,\n            \"name\": \"Tricou Smiley\",\n            \"sku\": \"000001\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"16.8067\",\n            \"full_price\": \"16.8067\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"1\",\n            \"description\": \"Tricou smiley maro\",\n            \"images\": [\n                \"https://magento17.easysales.ro/media/catalog/product/t/h/thumb4_tricou-smiley-x2-barbati_main_1560507588.jpg\"\n            ],\n            \"weight\": \"10\",\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Magento 1\",\n                \"url\": \"https://magento17.easysales.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 718491,\n                    \"name\": \"Default Category\",\n                    \"category_website_id\": \"2\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 47818,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"135\",\n                    \"value\": \"Maro\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 3717054,\n            \"name\": \"Rucsac AC-Score Albastru\",\n            \"sku\": \"AC-score1-blue\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"21.0084\",\n            \"full_price\": \"42.0168\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"3\",\n            \"description\": \"Rucsac multicolor\",\n            \"images\": [\n                \"https://magento17.easysales.ro/media/catalog/product/b/l/blue_1.jpg\"\n            ],\n            \"weight\": \"1\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Rucsac AC-Score\",\n            \"parent_url\": \"https://magento17.easysales.ro/index.php/rucsac-ac-score.html\",\n            \"parent_id\": \"2\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Magento 1\",\n                \"url\": \"https://magento17.easysales.ro\"\n            },\n            \"categories\": [],\n            \"characteristics\": [\n                {\n                    \"id\": 47820,\n                    \"name\": \"Color\",\n                    \"label\": \"Color\",\n                    \"characteristic_website_id\": \"92\",\n                    \"value\": \"Albastru\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 3717055,\n            \"name\": \"Rucsac AC-Score Gri\",\n            \"sku\": \"AC-score1-grey\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"21.0084\",\n            \"full_price\": \"42.0168\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"4\",\n            \"description\": \"Rucsac multicolor\",\n            \"images\": [\n                \"https://magento17.easysales.ro/media/catalog/product/g/r/grey_1.jpg\"\n            ],\n            \"weight\": \"1\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Rucsac AC-Score\",\n            \"parent_url\": \"https://magento17.easysales.ro/index.php/rucsac-ac-score.html\",\n            \"parent_id\": \"2\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Magento 1\",\n                \"url\": \"https://magento17.easysales.ro\"\n            },\n            \"categories\": [],\n            \"characteristics\": [\n                {\n                    \"id\": 47820,\n                    \"name\": \"Color\",\n                    \"label\": \"Color\",\n                    \"characteristic_website_id\": \"92\",\n                    \"value\": \"Gri\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 3717057,\n            \"name\": \"Rucsac AC-Score Rosu\",\n            \"sku\": \"AC-Score1-red\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"21.0084\",\n            \"full_price\": \"42.0168\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"5\",\n            \"description\": \"Rucsac multicolor\",\n            \"images\": [\n                \"https://magento17.easysales.ro/media/catalog/product/r/e/red_1.jpg\"\n            ],\n            \"weight\": \"1\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Rucsac AC-Score\",\n            \"parent_url\": \"https://magento17.easysales.ro/index.php/rucsac-ac-score.html\",\n            \"parent_id\": \"2\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Magento 1\",\n                \"url\": \"https://magento17.easysales.ro\"\n            },\n            \"categories\": [],\n            \"characteristics\": [\n                {\n                    \"id\": 47820,\n                    \"name\": \"Color\",\n                    \"label\": \"Color\",\n                    \"characteristic_website_id\": \"92\",\n                    \"value\": \"Rosu\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 3717058,\n            \"name\": \"Telefon mobil Apple iPhone 7, 32GB, Black\",\n            \"sku\": \"MN8X2RM/A\",\n            \"ean\": null,\n            \"brand\": \"Apple\",\n            \"stock\": 0,\n            \"reserved_stock\": 1,\n            \"sale_price\": \"1679.8319\",\n            \"full_price\": \"1763.8655\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"8\",\n            \"description\": \"<div><!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 30px; display: block; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iPhone 7 imbunatateste substantial cele mai importante aspecte care definesc experienta iPhone. Iti ofera noi sisteme avansate pentru camere. Cele mai bune performante si cea mai extinsa autonomie din toate timpurile pentru iPhone. Difuzoare stereo captivante. Cea mai mare luminozitate si cea mai bogata gama cromatica pentru un afisaj de iPhone. Un design pe masura performantelor.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">&nbsp;</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">Doua noi finisaje: negru mat si negru lucios<br />Un nou buton principal.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_1.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Camera iPhone 7</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">O camera complet noua intra in cadru.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_2.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Camera iPhone 7 Plus</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">Doua obiective. Un rezultat unic.<br />12MP - Rezolutia obiectivelor superangular si tele<br />Zoom optic 2x<br />Zoom digital pana la 10x</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_3.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text stanga-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 150px; font-size: 24px; left: 10px; width: 90%; margin: 0 auto;\\\">Afisaj Retina HD</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 60px; font-size: 14px; left: 10px; width: 90%; padding: 5px; margin: 0 auto;\\\">Cea mai mare luminozitate si gama cromatica pentru un afisaj de iPhone</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_4.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 85px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Cip A10 Fusion</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"width: 40%; position: absolute; top: 120px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 0 auto; text-align: center;\\\">Cel mai puternic procesor de smartphone din toate timpurile.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_5.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 90px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Audio</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 60px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iPhone. Acum este stereo.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_6.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 70px; font-size: 24px; line-height: 25px; left: 10px; width: 40%; margin: 0 auto;\\\">Conexiuni Wi-Fi si celulare</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 150px; font-size: 14px; left: 10px; width: 40%; padding: 5px; margin: 0 auto;\\\">Conexiune LTE 4G ultrarapida.<br />Cel mai bun roaming global.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_7.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Software</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iOS 10. Motivul pentru care nimic nu se compara cu iPhone.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_8.jpg\\\" alt=\\\"\\\" /></div>\\r\\n</div>\",\n            \"images\": [\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7mat_1.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7mat_3.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7mat_.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7mat_2.jpg\"\n            ],\n            \"weight\": \"1\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Telefon mobil Apple iPhone 7, 32GB\",\n            \"parent_url\": \"https://magento17.easysales.ro/index.php/telefon-mobil-apple-iphone-7-32gb.html\",\n            \"parent_id\": \"6\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Magento 1\",\n                \"url\": \"https://magento17.easysales.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 718494,\n                    \"name\": \"Apple iOS\",\n                    \"category_website_id\": \"5\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 47820,\n                    \"name\": \"Color\",\n                    \"label\": \"Color\",\n                    \"characteristic_website_id\": \"92\",\n                    \"value\": \"Negru\"\n                },\n                {\n                    \"id\": 47824,\n                    \"name\": \"GPRS\",\n                    \"label\": \"GPRS\",\n                    \"characteristic_website_id\": \"137\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"id\": 47830,\n                    \"name\": \"Tehnologie ecran\",\n                    \"label\": \"Tehnologie ecran\",\n                    \"characteristic_website_id\": \"138\",\n                    \"value\": \"Retina Display\"\n                },\n                {\n                    \"id\": 47829,\n                    \"name\": \"Rezolutie ecran\",\n                    \"label\": \"Rezolutie ecran\",\n                    \"characteristic_website_id\": \"139\",\n                    \"value\": \"1334 x 750\"\n                },\n                {\n                    \"id\": 47827,\n                    \"name\": \"Numar culori\",\n                    \"label\": \"Numar culori\",\n                    \"characteristic_website_id\": \"140\",\n                    \"value\": \"16 M\"\n                },\n                {\n                    \"id\": 47825,\n                    \"name\": \"Memorie interna\",\n                    \"label\": \"Memorie interna\",\n                    \"characteristic_website_id\": \"141\",\n                    \"value\": \"32 GB\"\n                },\n                {\n                    \"id\": 47832,\n                    \"name\": \"Touchscreen\",\n                    \"label\": \"Touchscreen\",\n                    \"characteristic_website_id\": \"142\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Auto-focus;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Face detection;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Geotagging;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"HDR;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"OIS\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Panorama;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Touch-focus;\"\n                },\n                {\n                    \"id\": 47828,\n                    \"name\": \"Frecventa procesor\",\n                    \"label\": \"Frecventa procesor\",\n                    \"characteristic_website_id\": \"144\",\n                    \"value\": \"2200 MHz\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 3717060,\n            \"name\": \"Telefon mobil Apple iPhone 7, 32GB, Silver\",\n            \"sku\": \"MN8Y2RM/A\",\n            \"ean\": null,\n            \"brand\": \"Apple\",\n            \"stock\": 0,\n            \"reserved_stock\": 3,\n            \"sale_price\": \"2520.1681\",\n            \"full_price\": \"2604.2017\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"9\",\n            \"description\": \"<div><!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 30px; display: block; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iPhone 7 imbunatateste substantial cele mai importante aspecte care definesc experienta iPhone. Iti ofera noi sisteme avansate pentru camere. Cele mai bune performante si cea mai extinsa autonomie din toate timpurile pentru iPhone. Difuzoare stereo captivante. Cea mai mare luminozitate si cea mai bogata gama cromatica pentru un afisaj de iPhone. Un design pe masura performantelor.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">&nbsp;</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">Doua noi finisaje: negru mat si negru lucios<br />Un nou buton principal.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_1.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Camera iPhone 7</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">O camera complet noua intra in cadru.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_2.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Camera iPhone 7 Plus</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">Doua obiective. Un rezultat unic.<br />12MP - Rezolutia obiectivelor superangular si tele<br />Zoom optic 2x<br />Zoom digital pana la 10x</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_3.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text stanga-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 150px; font-size: 24px; left: 10px; width: 90%; margin: 0 auto;\\\">Afisaj Retina HD</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 60px; font-size: 14px; left: 10px; width: 90%; padding: 5px; margin: 0 auto;\\\">Cea mai mare luminozitate si gama cromatica pentru un afisaj de iPhone</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_4.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 85px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Cip A10 Fusion</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"width: 40%; position: absolute; top: 120px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 0 auto; text-align: center;\\\">Cel mai puternic procesor de smartphone din toate timpurile.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_5.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 90px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Audio</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 60px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iPhone. Acum este stereo.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_6.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 70px; font-size: 24px; line-height: 25px; left: 10px; width: 40%; margin: 0 auto;\\\">Conexiuni Wi-Fi si celulare</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 150px; font-size: 14px; left: 10px; width: 40%; padding: 5px; margin: 0 auto;\\\">Conexiune LTE 4G ultrarapida.<br />Cel mai bun roaming global.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_7.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Software</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iOS 10. Motivul pentru care nimic nu se compara cu iPhone.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_8.jpg\\\" alt=\\\"\\\" /></div>\\r\\n</div>\",\n            \"images\": [\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/ip7silver_1.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/ip7silver_2.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/ip7silver_.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/ip7silver_3.jpg\"\n            ],\n            \"weight\": \"1\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Telefon mobil Apple iPhone 7, 32GB\",\n            \"parent_url\": \"https://magento17.easysales.ro/index.php/telefon-mobil-apple-iphone-7-32gb.html\",\n            \"parent_id\": \"6\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Magento 1\",\n                \"url\": \"https://magento17.easysales.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 718494,\n                    \"name\": \"Apple iOS\",\n                    \"category_website_id\": \"5\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 47820,\n                    \"name\": \"Color\",\n                    \"label\": \"Color\",\n                    \"characteristic_website_id\": \"92\",\n                    \"value\": \"Argintiu\"\n                },\n                {\n                    \"id\": 47824,\n                    \"name\": \"GPRS\",\n                    \"label\": \"GPRS\",\n                    \"characteristic_website_id\": \"137\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"id\": 47830,\n                    \"name\": \"Tehnologie ecran\",\n                    \"label\": \"Tehnologie ecran\",\n                    \"characteristic_website_id\": \"138\",\n                    \"value\": \"Retina Display\"\n                },\n                {\n                    \"id\": 47829,\n                    \"name\": \"Rezolutie ecran\",\n                    \"label\": \"Rezolutie ecran\",\n                    \"characteristic_website_id\": \"139\",\n                    \"value\": \"1334 x 750\"\n                },\n                {\n                    \"id\": 47827,\n                    \"name\": \"Numar culori\",\n                    \"label\": \"Numar culori\",\n                    \"characteristic_website_id\": \"140\",\n                    \"value\": \"16 M\"\n                },\n                {\n                    \"id\": 47825,\n                    \"name\": \"Memorie interna\",\n                    \"label\": \"Memorie interna\",\n                    \"characteristic_website_id\": \"141\",\n                    \"value\": \"32 GB\"\n                },\n                {\n                    \"id\": 47832,\n                    \"name\": \"Touchscreen\",\n                    \"label\": \"Touchscreen\",\n                    \"characteristic_website_id\": \"142\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Auto-focus;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Face detection;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Geotagging;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"HDR;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"OIS\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Panorama;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Touch-focus;\"\n                },\n                {\n                    \"id\": 47828,\n                    \"name\": \"Frecventa procesor\",\n                    \"label\": \"Frecventa procesor\",\n                    \"characteristic_website_id\": \"144\",\n                    \"value\": \"2200 MHz\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4253425,\n            \"name\": \"Clarks Men's Vargo Mid Derbys, Bumbac, 12-18 Luni\",\n            \"sku\": \"Bumbac.12-18 Luni\",\n            \"ean\": null,\n            \"brand\": \"Clarks\",\n            \"stock\": 0,\n            \"reserved_stock\": 1,\n            \"sale_price\": \"272.2605\",\n            \"full_price\": \"272.2605\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"10000013\",\n            \"description\": \"<p>Ortholite - Insoles play an important role to create comfortable shoes. These performance insoles with Ortholite Shoe technology provide long-lasting cushion comfort as well as wick away moisture, odour and fungus.</p>\\n<ul class=\\\"a-unordered-list a-vertical a-spacing-none\\\">\\n<li><span class=\\\"a-list-item\\\">Leather</span></li>\\n<li><span class=\\\"a-list-item\\\">Imported</span></li>\\n<li><span class=\\\"a-list-item\\\">Rubber sole</span></li>\\n<li><span class=\\\"a-list-item\\\">Shaft measures approximately ankle-high from arch</span></li>\\n<li><span class=\\\"a-list-item\\\">Heel Height .98 inches</span></li>\\n<li><span class=\\\"a-list-item\\\">Boot Shaft Height 3.93 inches</span></li>\\n<li><span class=\\\"a-list-item\\\">Boot Shaft Circumference 9.84 inches</span></li>\\n</ul>\\n<div aria-live=\\\"polite\\\" class=\\\"a-row a-expander-container a-expander-inline-container\\\">\\n<div aria-expanded=\\\"true\\\" class=\\\"a-expander-content a-expander-extend-content a-expander-content-expanded\\\">\\n<ul class=\\\"a-unordered-list a-vertical a-spacing-none\\\">\\n<li><span class=\\\"a-list-item\\\">Removable OrthoLite footbed</span></li>\\n<li><span class=\\\"a-list-item\\\">Cushion Soft technology</span></li>\\n</ul>\\n</div>\\n</div>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/9/clarks-men-s-vargo-mid-derbys~289.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/3/clarks-men-s-vargo-mid-derbys~1163.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/4/clarks-men-s-vargo-mid-derbys~1164.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/5/clarks-men-s-vargo-mid-derbys~1165.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": \"test\",\n            \"parent_name\": \"Clarks Men's Vargo Mid Derbys\",\n            \"parent_url\": \"http://easysales.demo.ro/cumpara/clarks-men-s-vargo-mid-derbys-93\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 74713,\n                    \"name\": \"Cizme\",\n                    \"category_website_id\": \"15\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 24453,\n                    \"name\": \"Ocazie\",\n                    \"label\": \"Ocazie\",\n                    \"characteristic_website_id\": \"6\",\n                    \"value\": \"Casual\"\n                },\n                {\n                    \"id\": 24451,\n                    \"name\": \"Culoare\",\n                    \"label\": \"Culoare\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Maro\"\n                },\n                {\n                    \"id\": 24454,\n                    \"name\": \"Material\",\n                    \"label\": \"Material\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"Bumbac\"\n                },\n                {\n                    \"id\": 24452,\n                    \"name\": \"Marime\",\n                    \"label\": \"Marime\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"12-18 Luni\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4253426,\n            \"name\": \"Rockport Men's Modern Captoe Derbys 12\",\n            \"sku\": \"sku2\",\n            \"ean\": \"123321\",\n            \"brand\": \"Rieker\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"179.2101\",\n            \"full_price\": \"179.2101\",\n            \"acquisition_price\": \"125.0000\",\n            \"product_website_id\": \"96\",\n            \"description\": \"<p>We redefined classic oxford silhouettes: Rockport style, lightweight with latex foam cushioning that helps reduce foot fatigue. A shoe that compliments any ensemble.</p>\\n<ul class=\\\"a-unordered-list a-vertical a-spacing-none\\\">\\n<li><span class=\\\"a-list-item\\\">Flexible architecture</span></li>\\n<li><span class=\\\"a-list-item\\\">Lightweight construction</span></li>\\n<li><span class=\\\"a-list-item\\\">Outer Material: Other Leather</span></li>\\n<li><span class=\\\"a-list-item\\\">Inner Material: Textile</span></li>\\n<li><span class=\\\"a-list-item\\\">Sole: EVA</span></li>\\n<li><span class=\\\"a-list-item\\\">Closure: Lace-Up</span></li>\\n<li><span class=\\\"a-list-item\\\">Heel Type: Flat</span></li>\\n<li><span class=\\\"a-list-item\\\">Shoe Width: Regular</span></li>\\n</ul>\",\n            \"images\": [\n                \"https://s.cdnmpro.com/255647643/p/l/8/rockport-men-s-modern-captoe-derbys-12~298.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/6/rockport-men-s-modern-captoe-derbys-12~1176.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/7/rockport-men-s-modern-captoe-derbys-12~1177.jpg\",\n                \"https://s.cdnmpro.com/255647643/p/l/8/rockport-men-s-modern-captoe-derbys-12~1178.jpg\"\n            ],\n            \"weight\": \"1\",\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Merchantpro\",\n                \"url\": \"https://easysales.demo.ro\"\n            },\n            \"categories\": [],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4375224,\n            \"name\": \"Telefon mobil Apple iPhone 7, 32GB, Rose Gold\",\n            \"sku\": \"MN912RM/A\",\n            \"ean\": null,\n            \"brand\": \"Apple\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"1679.8319\",\n            \"full_price\": \"1763.8655\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"7\",\n            \"description\": \"<div><!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 30px; display: block; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iPhone 7 imbunatateste substantial cele mai importante aspecte care definesc experienta iPhone. Iti ofera noi sisteme avansate pentru camere. Cele mai bune performante si cea mai extinsa autonomie din toate timpurile pentru iPhone. Difuzoare stereo captivante. Cea mai mare luminozitate si cea mai bogata gama cromatica pentru un afisaj de iPhone. Un design pe masura performantelor.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">&nbsp;</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">Doua noi finisaje: negru mat si negru lucios<br />Un nou buton principal.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_1.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Camera iPhone 7</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">O camera complet noua intra in cadru.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_2.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Camera iPhone 7 Plus</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">Doua obiective. Un rezultat unic.<br />12MP - Rezolutia obiectivelor superangular si tele<br />Zoom optic 2x<br />Zoom digital pana la 10x</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_3.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text stanga-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 150px; font-size: 24px; left: 10px; width: 90%; margin: 0 auto;\\\">Afisaj Retina HD</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 60px; font-size: 14px; left: 10px; width: 90%; padding: 5px; margin: 0 auto;\\\">Cea mai mare luminozitate si gama cromatica pentru un afisaj de iPhone</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_4.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 85px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Cip A10 Fusion</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"width: 40%; position: absolute; top: 120px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 0 auto; text-align: center;\\\">Cel mai puternic procesor de smartphone din toate timpurile.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_5.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text jos-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 90px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Audio</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; bottom: 60px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iPhone. Acum este stereo.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_6.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 70px; font-size: 24px; line-height: 25px; left: 10px; width: 40%; margin: 0 auto;\\\">Conexiuni Wi-Fi si celulare</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 150px; font-size: 14px; left: 10px; width: 40%; padding: 5px; margin: 0 auto;\\\">Conexiune LTE 4G ultrarapida.<br />Cel mai bun roaming global.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_7.jpg\\\" alt=\\\"\\\" /></div>\\r\\n<!--img background cu text sus-->\\r\\n<div class=\\\"contorsy-cp-nw\\\" style=\\\"position: relative; color: #fff; padding: 0; width: calc(100% + 20px); margin: 0 -10px;\\\">\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 30px; font-size: 24px; left: 10px; right: 0; margin: 10 auto; text-align: center;\\\">Software</div>\\r\\n<div class=\\\"contorsy-cp-bw-txt\\\" style=\\\"position: absolute; top: 50px; font-size: 14px; padding: 5px; left: 0; right: 0; margin: 10 auto; text-align: center;\\\">iOS 10. Motivul pentru care nimic nu se compara cu iPhone.</div>\\r\\n<img src=\\\"https://s1.flanco.ro/cms_content/Poze_produse/poze_telefoane/iph7dessc_8.jpg\\\" alt=\\\"\\\" /></div>\\r\\n</div>\",\n            \"images\": [\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7rose_3_3_1.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7rose_2_3_1.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7rose__3_1.jpg\",\n                \"https://magento17.easysales.ro/media/catalog/product/i/p/iphone7rose_1_3_1.jpg\"\n            ],\n            \"weight\": \"1\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Telefon mobil Apple iPhone 7, 32GB\",\n            \"parent_url\": \"https://magento17.easysales.ro/index.php/telefon-mobil-apple-iphone-7-32gb.html\",\n            \"parent_id\": \"6\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Magento 1\",\n                \"url\": \"https://magento17.easysales.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 718494,\n                    \"name\": \"Apple iOS\",\n                    \"category_website_id\": \"5\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 47820,\n                    \"name\": \"Color\",\n                    \"label\": \"Color\",\n                    \"characteristic_website_id\": \"92\",\n                    \"value\": \"Roz auriu\"\n                },\n                {\n                    \"id\": 47824,\n                    \"name\": \"GPRS\",\n                    \"label\": \"GPRS\",\n                    \"characteristic_website_id\": \"137\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"id\": 47830,\n                    \"name\": \"Tehnologie ecran\",\n                    \"label\": \"Tehnologie ecran\",\n                    \"characteristic_website_id\": \"138\",\n                    \"value\": \"Retina Display\"\n                },\n                {\n                    \"id\": 47829,\n                    \"name\": \"Rezolutie ecran\",\n                    \"label\": \"Rezolutie ecran\",\n                    \"characteristic_website_id\": \"139\",\n                    \"value\": \"1334 x 750\"\n                },\n                {\n                    \"id\": 47827,\n                    \"name\": \"Numar culori\",\n                    \"label\": \"Numar culori\",\n                    \"characteristic_website_id\": \"140\",\n                    \"value\": \"16 M\"\n                },\n                {\n                    \"id\": 47825,\n                    \"name\": \"Memorie interna\",\n                    \"label\": \"Memorie interna\",\n                    \"characteristic_website_id\": \"141\",\n                    \"value\": \"32 GB\"\n                },\n                {\n                    \"id\": 47832,\n                    \"name\": \"Touchscreen\",\n                    \"label\": \"Touchscreen\",\n                    \"characteristic_website_id\": \"142\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Auto-focus;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Face detection;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Geotagging;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"HDR;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"OIS\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Panorama;\"\n                },\n                {\n                    \"id\": 47819,\n                    \"name\": \"Functii Camera\",\n                    \"label\": \"Functii Camera\",\n                    \"characteristic_website_id\": \"143\",\n                    \"value\": \"Touch-focus;\"\n                },\n                {\n                    \"id\": 47828,\n                    \"name\": \"Frecventa procesor\",\n                    \"label\": \"Frecventa procesor\",\n                    \"characteristic_website_id\": \"144\",\n                    \"value\": \"2200 MHz\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419760,\n            \"name\": \"Test Product 1 - 12, blue\",\n            \"sku\": \"SKU_1\",\n            \"ean\": \"123456\",\n            \"brand\": \"Mike\",\n            \"stock\": 11,\n            \"reserved_stock\": 4,\n            \"sale_price\": \"84.0336\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986375860384\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": \"Rand 10 ; Raft 1\",\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"1234\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419761,\n            \"name\": \"Test Product 1 - 12, red\",\n            \"sku\": \"SKU_2\",\n            \"ean\": \"123457\",\n            \"brand\": \"Mike\",\n            \"stock\": 16,\n            \"reserved_stock\": 1,\n            \"sale_price\": \"92.4370\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986375893152\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"321\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419762,\n            \"name\": \"Test Product 1 - 12, yellow\",\n            \"sku\": \"SKU_3\",\n            \"ean\": \"123458\",\n            \"brand\": \"Mike\",\n            \"stock\": 15,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"100.8403\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986375925920\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"444\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419763,\n            \"name\": \"Test Product 1 - 13, blue\",\n            \"sku\": \"SKU_4\",\n            \"ean\": \"123459\",\n            \"brand\": \"Mike\",\n            \"stock\": 33,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"109.2437\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986375958688\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"555\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419764,\n            \"name\": \"Test Product 1 - 13, red\",\n            \"sku\": \"SKU_5\",\n            \"ean\": \"123460\",\n            \"brand\": \"Mike\",\n            \"stock\": 15,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"117.6471\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986375991456\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"666\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419765,\n            \"name\": \"Test Product 1 - 13, yellow\",\n            \"sku\": \"SKU_6\",\n            \"ean\": \"123461\",\n            \"brand\": \"Mike\",\n            \"stock\": 17,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"126.0504\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986376024224\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"777\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419766,\n            \"name\": \"Test Product 1 - 14, blue\",\n            \"sku\": \"SKU_7\",\n            \"ean\": \"123462\",\n            \"brand\": \"Mike\",\n            \"stock\": 17,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"134.4538\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986376056992\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"8888\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419767,\n            \"name\": \"Test Product 1 - 14, red\",\n            \"sku\": \"SKU_8\",\n            \"ean\": \"123463\",\n            \"brand\": \"Mike\",\n            \"stock\": 18,\n            \"reserved_stock\": 1,\n            \"sale_price\": \"142.8571\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986376089760\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"999\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419768,\n            \"name\": \"Test Product 1 - 14, yellow\",\n            \"sku\": \"SKU_9\",\n            \"ean\": \"123464\",\n            \"brand\": \"Mike\",\n            \"stock\": 19,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"151.2605\",\n            \"full_price\": \"83.1933\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"37986376122528\",\n            \"description\": \"test product description test\",\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-12-2206-00-16.png?v=1612772007\",\n                \"https://cdn.shopify.com/s/files/1/0537/4142/0704/products/Screenshotfrom2020-10-1610-39-40.png?v=1612772007\"\n            ],\n            \"weight\": \"2\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Test Product 1\",\n            \"parent_url\": \"https://es-test-2.myshopify.com/products/test-product-1\",\n            \"parent_id\": \"6037882929312\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 741371,\n                    \"name\": \"Home page\",\n                    \"category_website_id\": \"239615082656\"\n                },\n                {\n                    \"id\": 741372,\n                    \"name\": \"Summer clothess\",\n                    \"category_website_id\": \"239615803552\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 66285,\n                    \"name\": \"prod1\",\n                    \"label\": \"prod1\",\n                    \"characteristic_website_id\": \"1191\",\n                    \"value\": \"prod 1 was here\"\n                },\n                {\n                    \"id\": 65847,\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"characteristic_website_id\": \"1185\",\n                    \"value\": \"332\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 4419886,\n            \"name\": \"bo sku\",\n            \"sku\": \"bo_sku\",\n            \"ean\": \"123\",\n            \"brand\": \"123\",\n            \"stock\": 1,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"84.0336\",\n            \"full_price\": \"12.6050\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"38073276989600\",\n            \"description\": \"asdasd sd dsd\",\n            \"images\": null,\n            \"weight\": \"5\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": null,\n            \"parent_url\": null,\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Es Test 2\",\n                \"url\": \"https://es-test-2.myshopify.com\"\n            },\n            \"categories\": [],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 6398918,\n            \"name\": \"Produs test\",\n            \"sku\": \"C1\",\n            \"ean\": \"1234567891234\",\n            \"brand\": \"Test\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"8.4034\",\n            \"full_price\": \"16.8067\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"1\",\n            \"description\": \"123\",\n            \"images\": [\n                \"https://gomagcdn.ro/domains2/easysales/files/product/original/produs-test-1-7003.jpg\"\n            ],\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": \"Rand 2 ; Raft 4\",\n            \"parent_name\": \"Produs test\",\n            \"parent_url\": null,\n            \"parent_id\": \"1\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Gomag Test\",\n                \"url\": \"https://easysales.gomag.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 804568,\n                    \"name\": \"Produse\",\n                    \"category_website_id\": \"1\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 124177,\n                    \"name\": \"Test\",\n                    \"label\": \"Test\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"123\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 6398919,\n            \"name\": \"Produs 2\",\n            \"sku\": \"C2\",\n            \"ean\": null,\n            \"brand\": \"easySales\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"16.8067\",\n            \"full_price\": \"29.4118\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"2\",\n            \"description\": \"123\",\n            \"images\": null,\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Produs 2\",\n            \"parent_url\": null,\n            \"parent_id\": \"2\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Gomag Test\",\n                \"url\": \"https://easysales.gomag.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 804568,\n                    \"name\": \"Produse\",\n                    \"category_website_id\": \"1\"\n                }\n            ],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140799,\n            \"name\": \"BMW Car RX1\",\n            \"sku\": \"bmw-1\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 1112,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"0.5100\",\n            \"full_price\": \"7.6700\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"30\",\n            \"description\": \"<p>Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. aaaaa bbb ccc ddd ccc 1</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/10/bmw-image_61dee2f08ae0a_1280x1280.png?1641997071\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"BMW Car RX1\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/bmw\",\n            \"parent_id\": \"10\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854831,\n                    \"name\": \"Test Category\",\n                    \"category_website_id\": \"1\"\n                }\n            ],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140801,\n            \"name\": \"BMW Car RX1\",\n            \"sku\": \"bmw-3\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 3333,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"1.5300\",\n            \"full_price\": \"15.3400\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"32\",\n            \"description\": \"<p>Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. aaaaa bbb ccc ddd ccc 1</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/10/bmw-image_61dee2f08ae0a_1280x1280.png?1641997071\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"BMW Car RX1\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/bmw\",\n            \"parent_id\": \"10\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854831,\n                    \"name\": \"Test Category\",\n                    \"category_website_id\": \"1\"\n                }\n            ],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140802,\n            \"name\": \"Product 12 22 33\",\n            \"sku\": \"123\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"630.9400\",\n            \"full_price\": \"630.9400\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"7\",\n            \"description\": \"<p>Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Proin eget tortor risus. Sed porttitor lectus nibh. Nulla porttitor accumsan tincidunt. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Cras ultricies ligula sed magna dictum port 1212 12fewgwegwe fwewg gwegwe</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/1/product-12-image_61cae8417f82f_600x600.png?1640687704\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Product 12 22 33\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/product-1\",\n            \"parent_id\": \"1\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854831,\n                    \"name\": \"Test Category\",\n                    \"category_website_id\": \"1\"\n                }\n            ],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140803,\n            \"name\": \"Scaun XXYY\",\n            \"sku\": \"999\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 877,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"233.1500\",\n            \"full_price\": \"233.1500\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"9\",\n            \"description\": \"<p>Cras ultricies ligula sed magna dictum porta. Sed porttitor lectus nibh. Nulla porttitor accumsan tincidunt. Proin eget tortor risus. Vivamus suscipit tortor eget felis porttitor volutpat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Proin eget tortor risus. Sed porttitor lectus nibh. Curabitur non nulla sit amaset nisl tempus convallis quis ac lectus. Praesent sapien massa, convallis a peasllentesque nec, egestas non ni sun da rrr</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/4/scaun-image_61caef24bc623_600x600.png?1640689467\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Scaun XXYY\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/scaun\",\n            \"parent_id\": \"4\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854832,\n                    \"name\": \"Mobilier\",\n                    \"category_website_id\": \"2\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 156908,\n                    \"name\": \"Wood type\",\n                    \"label\": \"Wood type\",\n                    \"characteristic_website_id\": \"1\",\n                    \"value\": \"Wood\"\n                },\n                {\n                    \"id\": 156909,\n                    \"name\": \"Beautiful\",\n                    \"label\": \"Beautiful\",\n                    \"characteristic_website_id\": \"2\",\n                    \"value\": \"Yes\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140806,\n            \"name\": \"Laptop ASUS ROG 13\",\n            \"sku\": \"laptop-asus-green\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 20,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"10.2300\",\n            \"full_price\": \"10.2300\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"22\",\n            \"description\": \"<p>Proin eget tortor risus. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Proin eget tortor risus. Donec sollicitudin molestie malesuada. Curabitur aliquet quam id dui posuere blandit. Donec rutrum congue leo eget malesuada. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. TELUS 12</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/8/laptop-asus-image_61dbebe29d312_1280x1280.jpeg?1641802742\",\n                \"https://cdncloudcart.com/27739/products/images/8/laptop-asus-rog-13-image_61dbf7229deca_600x600.png?1641805637\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Laptop ASUS ROG 13\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/laptop-asus\",\n            \"parent_id\": \"8\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854833,\n                    \"name\": \"Electronics\",\n                    \"category_website_id\": \"3\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 156910,\n                    \"name\": \"Ram\",\n                    \"label\": \"Ram\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"16\"\n                },\n                {\n                    \"id\": 156911,\n                    \"name\": \"VideoCard\",\n                    \"label\": \"VideoCard\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"512\"\n                },\n                {\n                    \"id\": 156912,\n                    \"name\": \"Processor\",\n                    \"label\": \"Processor\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"5TB\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140807,\n            \"name\": \"Laptop ASUS ROG 13\",\n            \"sku\": \"laptop-asus-blue\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 30,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"15.3400\",\n            \"full_price\": \"15.3400\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"23\",\n            \"description\": \"<p>Proin eget tortor risus. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Proin eget tortor risus. Donec sollicitudin molestie malesuada. Curabitur aliquet quam id dui posuere blandit. Donec rutrum congue leo eget malesuada. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. TELUS 12</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/8/laptop-asus-image_61dbebe29d312_1280x1280.jpeg?1641802742\",\n                \"https://cdncloudcart.com/27739/products/images/8/laptop-asus-rog-13-image_61dbf7229deca_600x600.png?1641805637\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Laptop ASUS ROG 13\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/laptop-asus\",\n            \"parent_id\": \"8\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854833,\n                    \"name\": \"Electronics\",\n                    \"category_website_id\": \"3\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 156910,\n                    \"name\": \"Ram\",\n                    \"label\": \"Ram\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"16\"\n                },\n                {\n                    \"id\": 156911,\n                    \"name\": \"VideoCard\",\n                    \"label\": \"VideoCard\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"512\"\n                },\n                {\n                    \"id\": 156912,\n                    \"name\": \"Processor\",\n                    \"label\": \"Processor\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"5TB\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140808,\n            \"name\": \"Apple Twin\",\n            \"sku\": \"apple-twin-red\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 100,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"51.1300\",\n            \"full_price\": \"51.1300\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"27\",\n            \"description\": \"<p>Curabitur aliquet quam id dui posuere blandit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Proin eget tortor risus. Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla porttitor accumsan tincidunt. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh.</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/9/apple-twin-image_61dbf7ea34d01_800x800.png?1641805845\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Apple Twin\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/apple-twin\",\n            \"parent_id\": \"9\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854833,\n                    \"name\": \"Electronics\",\n                    \"category_website_id\": \"3\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 156910,\n                    \"name\": \"Ram\",\n                    \"label\": \"Ram\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"16\"\n                },\n                {\n                    \"id\": 156911,\n                    \"name\": \"VideoCard\",\n                    \"label\": \"VideoCard\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"256\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140809,\n            \"name\": \"Apple Twin\",\n            \"sku\": \"apple-twin-blue\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 560,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"76.6900\",\n            \"full_price\": \"76.6900\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"28\",\n            \"description\": \"<p>Curabitur aliquet quam id dui posuere blandit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Proin eget tortor risus. Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla porttitor accumsan tincidunt. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh.</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/9/apple-twin-image_61dbf80c82efa_600x600.png?1641805861\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Apple Twin\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/apple-twin\",\n            \"parent_id\": \"9\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854833,\n                    \"name\": \"Electronics\",\n                    \"category_website_id\": \"3\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 156910,\n                    \"name\": \"Ram\",\n                    \"label\": \"Ram\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"16\"\n                },\n                {\n                    \"id\": 156911,\n                    \"name\": \"VideoCard\",\n                    \"label\": \"VideoCard\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"256\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8140985,\n            \"name\": \"Cana de elefant\",\n            \"sku\": \"cana-de-elefant\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 99,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"51.1300\",\n            \"full_price\": \"51.1300\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"17\",\n            \"description\": \"<p>gewehwjhwrhrh gweghwgwhwhwehwehw</p>\",\n            \"images\": null,\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Cana de elefant\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/cana-de-elefant\",\n            \"parent_id\": \"7\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854831,\n                    \"name\": \"Test Category\",\n                    \"category_website_id\": \"1\"\n                }\n            ],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8683885,\n            \"name\": \"BMW Car RX1\",\n            \"sku\": \"bmw-2\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"67.2269\",\n            \"full_price\": \"84.0336\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"384\",\n            \"description\": null,\n            \"images\": null,\n            \"weight\": null,\n            \"type\": \"simple\",\n            \"tax_rate\": \"19.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"BMW Car RX1\",\n            \"parent_url\": null,\n            \"parent_id\": \"384\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"Gomag Test\",\n                \"url\": \"https://easysales.gomag.ro\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 804568,\n                    \"name\": \"Produse\",\n                    \"category_website_id\": \"1\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 180712,\n                    \"name\": \"Pentru\",\n                    \"label\": \"Pentru\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Fete\"\n                },\n                {\n                    \"id\": 180712,\n                    \"name\": \"Pentru\",\n                    \"label\": \"Pentru\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"Baieti\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8737367,\n            \"name\": \"Cana frumoasa Denumire 123\",\n            \"sku\": \"bec-frumos\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 99,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"48.6900\",\n            \"full_price\": \"48.6900\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"14\",\n            \"description\": \"<p><strong>Aceasta carte este cea mai frumosa carte din lume12</strong></p>\\n<p><span style=\\\"text-decoration: underline; color: #3366ff;\\\"><strong>DA</strong></span></p>\\n<p><strong></strong></p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/6/cana-image_61d6ba89d5c40_600x600.png?1641462434\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Cana frumoasa Denumire 123\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/bec\",\n            \"parent_id\": \"6\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854832,\n                    \"name\": \"Mobilier\",\n                    \"category_website_id\": \"2\"\n                }\n            ],\n            \"characteristics\": [],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 8737368,\n            \"name\": \"Laptop ASUS ROG 13\",\n            \"sku\": \"laptop-asus-red\",\n            \"ean\": null,\n            \"brand\": null,\n            \"stock\": 10,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"5.1100\",\n            \"full_price\": \"5.1100\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"21\",\n            \"description\": \"<p>Proin eget tortor risus. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Proin eget tortor risus. Donec sollicitudin molestie malesuada. Curabitur aliquet quam id dui posuere blandit. Donec rutrum congue leo eget malesuada. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. TELUS 12</p>\",\n            \"images\": [\n                \"https://cdncloudcart.com/27739/products/images/8/laptop-asus-image_61dbebe29d312_1280x1280.jpeg?1641802742\"\n            ],\n            \"weight\": null,\n            \"type\": \"complex\",\n            \"tax_rate\": \"0.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Laptop ASUS ROG 13\",\n            \"parent_url\": \"https://easysales.cloudcart.net/product/laptop-asus\",\n            \"parent_id\": \"8\",\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"CloudCart\",\n                \"url\": \"https://easysales.cloudcart.net\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 854833,\n                    \"name\": \"Electronics\",\n                    \"category_website_id\": \"3\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 156910,\n                    \"name\": \"Ram\",\n                    \"label\": \"Ram\",\n                    \"characteristic_website_id\": \"3\",\n                    \"value\": \"16\"\n                },\n                {\n                    \"id\": 156911,\n                    \"name\": \"VideoCard\",\n                    \"label\": \"VideoCard\",\n                    \"characteristic_website_id\": \"4\",\n                    \"value\": \"512\"\n                },\n                {\n                    \"id\": 156912,\n                    \"name\": \"Processor\",\n                    \"label\": \"Processor\",\n                    \"characteristic_website_id\": \"5\",\n                    \"value\": \"5TB\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 9264028,\n            \"name\": \"Amsterdam 2018 országúti-kerékpár-alumínium-sötét\",\n            \"sku\": \"Amsterdam-2018-orszaguti-kerekpar-aluminium-sotet\",\n            \"ean\": null,\n            \"brand\": \"Gepida\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"149598.4252\",\n            \"full_price\": \"157472.4409\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"cHJvZHVjdC1wcm9kdWN0X2lkPTUzNg==\",\n            \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae lacus neque. Nullam pretium mollis lectus, vel dictum ante congue in. In at elementum ex. Suspendisse in sem vel leo sollicitudin suscipit id eget erat. Duis in odio pulvinar, fermentum felis at, dapibus magna. Suspendisse potenti. Vivamus eleifend aliquet nibh in vehicula. Quisque feugiat sagittis porttitor. Sed facilisis, odio ut molestie tempor, lacus erat sodales neque, sed tristique tellus turpis non augue. Nullam id purus non urna tincidunt rhoncus. In et nunc id nulla dignissim cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\\r\\n</p>\\r\\n<p>Nunc eget metus condimentum, eleifend tortor aliquam, pulvinar velit. Suspendisse eu libero vel odio pellentesque malesuada. Praesent condimentum lorem sodales blandit imperdiet. Quisque id porttitor arcu. Maecenas fringilla eu dolor ut hendrerit. Aliquam in mauris scelerisque, venenatis turpis vitae, tempus eros. Nulla nulla leo, tincidunt sit amet purus sit amet, lacinia hendrerit quam. Mauris porttitor nisi id sapien accumsan, et pharetra dolor dictum. Suspendisse vehicula ante vitae tellus mollis tempor. Fusce vel nisi a dolor tincidunt finibus vel eu mi. Pellentesque viverra orci vel est mattis interdum.\\r\\n</p>\\r\\n<p>Aenean lobortis malesuada nisl, vitae vestibulum turpis pharetra a. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque vel sagittis metus. Vivamus varius ipsum ac facilisis vehicula. Vivamus placerat eleifend tortor vel luctus. Cras luctus erat mauris, eu aliquam arcu bibendum eget. Proin eget mi a sem laoreet auctor vel vitae tortor. Nulla facilisi. Mauris eros nisl, feugiat ac lacus eget, ornare tincidunt est. Nam vehicula, dolor sed eleifend pretium, sapien arcu sagittis leo, vel pharetra purus libero vel lacus. Cras molestie risus nunc, quis finibus lectus molestie vel. Sed lacinia dui posuere diam rhoncus, ac pellentesque dolor blandit. Nam tincidunt euismod sollicitudin.\\r\\n</p>\\r\\n<p>Duis tempor, turpis quis faucibus pellentesque, odio felis lobortis nibh, vitae euismod elit arcu non orci. Aenean cursus aliquam tellus, ac sagittis felis. Nam a eros sed leo finibus posuere. Donec justo ipsum, vestibulum et mauris id, cursus viverra metus. Vivamus venenatis sapien non est venenatis semper. Vivamus congue dolor vitae iaculis mollis. Phasellus et arcu in neque facilisis semper. Morbi ut metus tempus, cursus sapien sed, consequat justo. Vestibulum nec iaculis mi. Sed dapibus augue ut fringilla tincidunt. Integer sed urna libero. Phasellus id viverra sapien. Donec sed dui sed elit aliquam feugiat eleifend id eros. Maecenas sed vehicula lorem. In condimentum eget quam nec mollis.\\r\\n</p>\\r\\n<p>Ut vitae ornare est. Aliquam mollis eros nec lorem elementum, ut egestas arcu suscipit. Proin odio lectus, finibus vulputate facilisis sit amet, egestas sed ligula. Ut felis dolor, dapibus ut pellentesque ut, tincidunt quis nisi. Sed id varius nisl, ut mollis est. Nulla pellentesque, lectus et aliquam euismod, leo ligula iaculis enim, in vestibulum magna ipsum non dui. Suspendisse potenti. Duis tellus nisl, efficitur laoreet lacinia in, accumsan tempus mauris. Suspendisse rhoncus fermentum mauris a suscipit. Phasellus quis sem nec dui fermentum ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel lorem a lorem iaculis ullamcorper sed a orci. Curabitur et tincidunt lorem. Morbi nec nunc maximus, varius neque ut, volutpat quam.\\r\\n</p>\",\n            \"images\": [\n                \"https://dpdtestshop.cdn.shoprenter.hu/custom/dpdtestshop/image/cache/w570h570wt1/product/Amsterdam_2018_orszaguti_kerekpar_aluminium_sotet.jpg?lastmod=1611054222.1582213581\"\n            ],\n            \"weight\": \"0.00\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"27.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Amsterdam 2018 országúti-kerékpár-alumínium-sötét\",\n            \"parent_url\": \"http://dpdtestshop.api.myshoprenter.hu/products/cHJvZHVjdC1wcm9kdWN0X2lkPTUzNQ==\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"shoprenter test\",\n                \"url\": \"http://dpdtestshop.api.myshoprenter.hu\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 879991,\n                    \"name\": \"Kerékpárok\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM4\"\n                },\n                {\n                    \"id\": 879992,\n                    \"name\": \"Alkatrészek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM5\"\n                },\n                {\n                    \"id\": 879993,\n                    \"name\": \"Kiegészítők, felszerelések\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQw\"\n                },\n                {\n                    \"id\": 879994,\n                    \"name\": \"Karbantartás\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQx\"\n                },\n                {\n                    \"id\": 879995,\n                    \"name\": \"Ruházat\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQy\"\n                },\n                {\n                    \"id\": 879996,\n                    \"name\": \"Szerviz\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQz\"\n                },\n                {\n                    \"id\": 879997,\n                    \"name\": \"Márkák\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ0\"\n                },\n                {\n                    \"id\": 879998,\n                    \"name\": \"Legújabb termékek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ1\"\n                },\n                {\n                    \"id\": 879999,\n                    \"name\": \"BMX kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ2\"\n                },\n                {\n                    \"id\": 880000,\n                    \"name\": \"Enduro kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ3\"\n                },\n                {\n                    \"id\": 880001,\n                    \"name\": \"Hátsó váltó\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ4\"\n                },\n                {\n                    \"id\": 880002,\n                    \"name\": \"Teleszkóp\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ5\"\n                },\n                {\n                    \"id\": 880003,\n                    \"name\": \"Gyerekülés\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTUw\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 168510,\n                    \"name\": \"kerekpar_meret\",\n                    \"label\": \"kerekpar_meret\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9NQ==\",\n                    \"value\": \"L (19&quot;)\"\n                },\n                {\n                    \"id\": 168511,\n                    \"name\": \"felhasznalas\",\n                    \"label\": \"felhasznalas\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Ng==\",\n                    \"value\": \"Országút\"\n                },\n                {\n                    \"id\": 168512,\n                    \"name\": \"fek_tipus\",\n                    \"label\": \"fek_tipus\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Nw==\",\n                    \"value\": \"tárcsafékes\"\n                },\n                {\n                    \"id\": 168513,\n                    \"name\": \"kerekpar_szin\",\n                    \"label\": \"kerekpar_szin\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9OA==\",\n                    \"value\": \"Sötét\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 9264029,\n            \"name\": \"Amsterdam 2018 országúti-kerékpár-alumínium-zöld\",\n            \"sku\": \"Amsterdam-2018-orszaguti-kerekpar-aluminium-zold\",\n            \"ean\": null,\n            \"brand\": \"Gepida\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"149598.4252\",\n            \"full_price\": \"157472.4409\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"cHJvZHVjdC1wcm9kdWN0X2lkPTUzNw==\",\n            \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae lacus neque. Nullam pretium mollis lectus, vel dictum ante congue in. In at elementum ex. Suspendisse in sem vel leo sollicitudin suscipit id eget erat. Duis in odio pulvinar, fermentum felis at, dapibus magna. Suspendisse potenti. Vivamus eleifend aliquet nibh in vehicula. Quisque feugiat sagittis porttitor. Sed facilisis, odio ut molestie tempor, lacus erat sodales neque, sed tristique tellus turpis non augue. Nullam id purus non urna tincidunt rhoncus. In et nunc id nulla dignissim cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\\r\\n</p>\\r\\n<p>Nunc eget metus condimentum, eleifend tortor aliquam, pulvinar velit. Suspendisse eu libero vel odio pellentesque malesuada. Praesent condimentum lorem sodales blandit imperdiet. Quisque id porttitor arcu. Maecenas fringilla eu dolor ut hendrerit. Aliquam in mauris scelerisque, venenatis turpis vitae, tempus eros. Nulla nulla leo, tincidunt sit amet purus sit amet, lacinia hendrerit quam. Mauris porttitor nisi id sapien accumsan, et pharetra dolor dictum. Suspendisse vehicula ante vitae tellus mollis tempor. Fusce vel nisi a dolor tincidunt finibus vel eu mi. Pellentesque viverra orci vel est mattis interdum.\\r\\n</p>\\r\\n<p>Aenean lobortis malesuada nisl, vitae vestibulum turpis pharetra a. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque vel sagittis metus. Vivamus varius ipsum ac facilisis vehicula. Vivamus placerat eleifend tortor vel luctus. Cras luctus erat mauris, eu aliquam arcu bibendum eget. Proin eget mi a sem laoreet auctor vel vitae tortor. Nulla facilisi. Mauris eros nisl, feugiat ac lacus eget, ornare tincidunt est. Nam vehicula, dolor sed eleifend pretium, sapien arcu sagittis leo, vel pharetra purus libero vel lacus. Cras molestie risus nunc, quis finibus lectus molestie vel. Sed lacinia dui posuere diam rhoncus, ac pellentesque dolor blandit. Nam tincidunt euismod sollicitudin.\\r\\n</p>\\r\\n<p>Duis tempor, turpis quis faucibus pellentesque, odio felis lobortis nibh, vitae euismod elit arcu non orci. Aenean cursus aliquam tellus, ac sagittis felis. Nam a eros sed leo finibus posuere. Donec justo ipsum, vestibulum et mauris id, cursus viverra metus. Vivamus venenatis sapien non est venenatis semper. Vivamus congue dolor vitae iaculis mollis. Phasellus et arcu in neque facilisis semper. Morbi ut metus tempus, cursus sapien sed, consequat justo. Vestibulum nec iaculis mi. Sed dapibus augue ut fringilla tincidunt. Integer sed urna libero. Phasellus id viverra sapien. Donec sed dui sed elit aliquam feugiat eleifend id eros. Maecenas sed vehicula lorem. In condimentum eget quam nec mollis.\\r\\n</p>\\r\\n<p>Ut vitae ornare est. Aliquam mollis eros nec lorem elementum, ut egestas arcu suscipit. Proin odio lectus, finibus vulputate facilisis sit amet, egestas sed ligula. Ut felis dolor, dapibus ut pellentesque ut, tincidunt quis nisi. Sed id varius nisl, ut mollis est. Nulla pellentesque, lectus et aliquam euismod, leo ligula iaculis enim, in vestibulum magna ipsum non dui. Suspendisse potenti. Duis tellus nisl, efficitur laoreet lacinia in, accumsan tempus mauris. Suspendisse rhoncus fermentum mauris a suscipit. Phasellus quis sem nec dui fermentum ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel lorem a lorem iaculis ullamcorper sed a orci. Curabitur et tincidunt lorem. Morbi nec nunc maximus, varius neque ut, volutpat quam.\\r\\n</p>\",\n            \"images\": [\n                \"https://dpdtestshop.cdn.shoprenter.hu/custom/dpdtestshop/image/cache/w570h570wt1/product/Amsterdam_2018_orszaguti_kerekpar_aluminium_zold.jpg?lastmod=1611054222.1582213581\"\n            ],\n            \"weight\": \"0.00\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"27.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Amsterdam 2018 országúti-kerékpár-alumínium-zöld\",\n            \"parent_url\": \"http://dpdtestshop.api.myshoprenter.hu/products/cHJvZHVjdC1wcm9kdWN0X2lkPTUzNQ==\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"shoprenter test\",\n                \"url\": \"http://dpdtestshop.api.myshoprenter.hu\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 879991,\n                    \"name\": \"Kerékpárok\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM4\"\n                },\n                {\n                    \"id\": 879992,\n                    \"name\": \"Alkatrészek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM5\"\n                },\n                {\n                    \"id\": 879993,\n                    \"name\": \"Kiegészítők, felszerelések\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQw\"\n                },\n                {\n                    \"id\": 879994,\n                    \"name\": \"Karbantartás\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQx\"\n                },\n                {\n                    \"id\": 879995,\n                    \"name\": \"Ruházat\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQy\"\n                },\n                {\n                    \"id\": 879996,\n                    \"name\": \"Szerviz\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQz\"\n                },\n                {\n                    \"id\": 879997,\n                    \"name\": \"Márkák\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ0\"\n                },\n                {\n                    \"id\": 879998,\n                    \"name\": \"Legújabb termékek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ1\"\n                },\n                {\n                    \"id\": 879999,\n                    \"name\": \"BMX kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ2\"\n                },\n                {\n                    \"id\": 880000,\n                    \"name\": \"Enduro kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ3\"\n                },\n                {\n                    \"id\": 880001,\n                    \"name\": \"Hátsó váltó\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ4\"\n                },\n                {\n                    \"id\": 880002,\n                    \"name\": \"Teleszkóp\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ5\"\n                },\n                {\n                    \"id\": 880003,\n                    \"name\": \"Gyerekülés\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTUw\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 168510,\n                    \"name\": \"kerekpar_meret\",\n                    \"label\": \"kerekpar_meret\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9NQ==\",\n                    \"value\": \"L (19&quot;)\"\n                },\n                {\n                    \"id\": 168511,\n                    \"name\": \"felhasznalas\",\n                    \"label\": \"felhasznalas\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Ng==\",\n                    \"value\": \"Országút\"\n                },\n                {\n                    \"id\": 168512,\n                    \"name\": \"fek_tipus\",\n                    \"label\": \"fek_tipus\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Nw==\",\n                    \"value\": \"tárcsafékes\"\n                },\n                {\n                    \"id\": 168513,\n                    \"name\": \"kerekpar_szin\",\n                    \"label\": \"kerekpar_szin\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9OA==\",\n                    \"value\": \"Zöld\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 9264030,\n            \"name\": \"Amsterdam 2018 országúti kerékpár fehér\",\n            \"sku\": \"Amsterdam-2018-orszaguti-kerekpar-feher\",\n            \"ean\": null,\n            \"brand\": \"Cube\",\n            \"stock\": 0,\n            \"reserved_stock\": 3,\n            \"sale_price\": \"220464.5669\",\n            \"full_price\": \"0.7874\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"cHJvZHVjdC1wcm9kdWN0X2lkPTUzOA==\",\n            \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae lacus neque. Nullam pretium mollis lectus, vel dictum ante congue in. In at elementum ex. Suspendisse in sem vel leo sollicitudin suscipit id eget erat. Duis in odio pulvinar, fermentum felis at, dapibus magna. Suspendisse potenti. Vivamus eleifend aliquet nibh in vehicula. Quisque feugiat sagittis porttitor. Sed facilisis, odio ut molestie tempor, lacus erat sodales neque, sed tristique tellus turpis non augue. Nullam id purus non urna tincidunt rhoncus. In et nunc id nulla dignissim cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\\r\\n</p>\\r\\n<p>Nunc eget metus condimentum, eleifend tortor aliquam, pulvinar velit. Suspendisse eu libero vel odio pellentesque malesuada. Praesent condimentum lorem sodales blandit imperdiet. Quisque id porttitor arcu. Maecenas fringilla eu dolor ut hendrerit. Aliquam in mauris scelerisque, venenatis turpis vitae, tempus eros. Nulla nulla leo, tincidunt sit amet purus sit amet, lacinia hendrerit quam. Mauris porttitor nisi id sapien accumsan, et pharetra dolor dictum. Suspendisse vehicula ante vitae tellus mollis tempor. Fusce vel nisi a dolor tincidunt finibus vel eu mi. Pellentesque viverra orci vel est mattis interdum.\\r\\n</p>\\r\\n<p>Aenean lobortis malesuada nisl, vitae vestibulum turpis pharetra a. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque vel sagittis metus. Vivamus varius ipsum ac facilisis vehicula. Vivamus placerat eleifend tortor vel luctus. Cras luctus erat mauris, eu aliquam arcu bibendum eget. Proin eget mi a sem laoreet auctor vel vitae tortor. Nulla facilisi. Mauris eros nisl, feugiat ac lacus eget, ornare tincidunt est. Nam vehicula, dolor sed eleifend pretium, sapien arcu sagittis leo, vel pharetra purus libero vel lacus. Cras molestie risus nunc, quis finibus lectus molestie vel. Sed lacinia dui posuere diam rhoncus, ac pellentesque dolor blandit. Nam tincidunt euismod sollicitudin.\\r\\n</p>\\r\\n<p>Duis tempor, turpis quis faucibus pellentesque, odio felis lobortis nibh, vitae euismod elit arcu non orci. Aenean cursus aliquam tellus, ac sagittis felis. Nam a eros sed leo finibus posuere. Donec justo ipsum, vestibulum et mauris id, cursus viverra metus. Vivamus venenatis sapien non est venenatis semper. Vivamus congue dolor vitae iaculis mollis. Phasellus et arcu in neque facilisis semper. Morbi ut metus tempus, cursus sapien sed, consequat justo. Vestibulum nec iaculis mi. Sed dapibus augue ut fringilla tincidunt. Integer sed urna libero. Phasellus id viverra sapien. Donec sed dui sed elit aliquam feugiat eleifend id eros. Maecenas sed vehicula lorem. In condimentum eget quam nec mollis.\\r\\n</p>\\r\\n<p>Ut vitae ornare est. Aliquam mollis eros nec lorem elementum, ut egestas arcu suscipit. Proin odio lectus, finibus vulputate facilisis sit amet, egestas sed ligula. Ut felis dolor, dapibus ut pellentesque ut, tincidunt quis nisi. Sed id varius nisl, ut mollis est. Nulla pellentesque, lectus et aliquam euismod, leo ligula iaculis enim, in vestibulum magna ipsum non dui. Suspendisse potenti. Duis tellus nisl, efficitur laoreet lacinia in, accumsan tempus mauris. Suspendisse rhoncus fermentum mauris a suscipit. Phasellus quis sem nec dui fermentum ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel lorem a lorem iaculis ullamcorper sed a orci. Curabitur et tincidunt lorem. Morbi nec nunc maximus, varius neque ut, volutpat quam.\\r\\n</p>\",\n            \"images\": [\n                \"https://dpdtestshop.cdn.shoprenter.hu/custom/dpdtestshop/image/cache/w570h570wt1/product/Amsterdam_2018_orszaguti_kerekpar_feher.jpg?lastmod=1697703477.1582213581\"\n            ],\n            \"weight\": \"0.00\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"27.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Amsterdam 2018 országúti kerékpár fehér\",\n            \"parent_url\": \"http://dpdtestshop.api.myshoprenter.hu/products/cHJvZHVjdC1wcm9kdWN0X2lkPTUzOA==\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"shoprenter test\",\n                \"url\": \"http://dpdtestshop.api.myshoprenter.hu\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 879991,\n                    \"name\": \"Kerékpárok\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM4\"\n                },\n                {\n                    \"id\": 879992,\n                    \"name\": \"Alkatrészek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM5\"\n                },\n                {\n                    \"id\": 879993,\n                    \"name\": \"Kiegészítők, felszerelések\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQw\"\n                },\n                {\n                    \"id\": 879994,\n                    \"name\": \"Karbantartás\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQx\"\n                },\n                {\n                    \"id\": 879995,\n                    \"name\": \"Ruházat\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQy\"\n                },\n                {\n                    \"id\": 879996,\n                    \"name\": \"Szerviz\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQz\"\n                },\n                {\n                    \"id\": 879997,\n                    \"name\": \"Márkák\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ0\"\n                },\n                {\n                    \"id\": 879998,\n                    \"name\": \"Legújabb termékek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ1\"\n                },\n                {\n                    \"id\": 879999,\n                    \"name\": \"BMX kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ2\"\n                },\n                {\n                    \"id\": 880000,\n                    \"name\": \"Enduro kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ3\"\n                },\n                {\n                    \"id\": 880001,\n                    \"name\": \"Hátsó váltó\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ4\"\n                },\n                {\n                    \"id\": 880002,\n                    \"name\": \"Teleszkóp\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ5\"\n                },\n                {\n                    \"id\": 880003,\n                    \"name\": \"Gyerekülés\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTUw\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 168510,\n                    \"name\": \"kerekpar_meret\",\n                    \"label\": \"kerekpar_meret\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9NQ==\",\n                    \"value\": \"L (19&quot;)\"\n                },\n                {\n                    \"id\": 168511,\n                    \"name\": \"felhasznalas\",\n                    \"label\": \"felhasznalas\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Ng==\",\n                    \"value\": \"Országút\"\n                },\n                {\n                    \"id\": 168512,\n                    \"name\": \"fek_tipus\",\n                    \"label\": \"fek_tipus\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Nw==\",\n                    \"value\": \"v-fékes\"\n                },\n                {\n                    \"id\": 168513,\n                    \"name\": \"kerekpar_szin\",\n                    \"label\": \"kerekpar_szin\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9OA==\",\n                    \"value\": \"Fehér\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 9264031,\n            \"name\": \"Amsterdam 2018 országúti kerékpár fekete\",\n            \"sku\": \"Amsterdam-2018-orszaguti-kerekpar-fekete\",\n            \"ean\": null,\n            \"brand\": \"Cube\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"220464.5669\",\n            \"full_price\": \"236212.5984\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"cHJvZHVjdC1wcm9kdWN0X2lkPTUzOQ==\",\n            \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae lacus neque. Nullam pretium mollis lectus, vel dictum ante congue in. In at elementum ex. Suspendisse in sem vel leo sollicitudin suscipit id eget erat. Duis in odio pulvinar, fermentum felis at, dapibus magna. Suspendisse potenti. Vivamus eleifend aliquet nibh in vehicula. Quisque feugiat sagittis porttitor. Sed facilisis, odio ut molestie tempor, lacus erat sodales neque, sed tristique tellus turpis non augue. Nullam id purus non urna tincidunt rhoncus. In et nunc id nulla dignissim cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\\r\\n</p>\\r\\n<p>Nunc eget metus condimentum, eleifend tortor aliquam, pulvinar velit. Suspendisse eu libero vel odio pellentesque malesuada. Praesent condimentum lorem sodales blandit imperdiet. Quisque id porttitor arcu. Maecenas fringilla eu dolor ut hendrerit. Aliquam in mauris scelerisque, venenatis turpis vitae, tempus eros. Nulla nulla leo, tincidunt sit amet purus sit amet, lacinia hendrerit quam. Mauris porttitor nisi id sapien accumsan, et pharetra dolor dictum. Suspendisse vehicula ante vitae tellus mollis tempor. Fusce vel nisi a dolor tincidunt finibus vel eu mi. Pellentesque viverra orci vel est mattis interdum.\\r\\n</p>\\r\\n<p>Aenean lobortis malesuada nisl, vitae vestibulum turpis pharetra a. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque vel sagittis metus. Vivamus varius ipsum ac facilisis vehicula. Vivamus placerat eleifend tortor vel luctus. Cras luctus erat mauris, eu aliquam arcu bibendum eget. Proin eget mi a sem laoreet auctor vel vitae tortor. Nulla facilisi. Mauris eros nisl, feugiat ac lacus eget, ornare tincidunt est. Nam vehicula, dolor sed eleifend pretium, sapien arcu sagittis leo, vel pharetra purus libero vel lacus. Cras molestie risus nunc, quis finibus lectus molestie vel. Sed lacinia dui posuere diam rhoncus, ac pellentesque dolor blandit. Nam tincidunt euismod sollicitudin.\\r\\n</p>\\r\\n<p>Duis tempor, turpis quis faucibus pellentesque, odio felis lobortis nibh, vitae euismod elit arcu non orci. Aenean cursus aliquam tellus, ac sagittis felis. Nam a eros sed leo finibus posuere. Donec justo ipsum, vestibulum et mauris id, cursus viverra metus. Vivamus venenatis sapien non est venenatis semper. Vivamus congue dolor vitae iaculis mollis. Phasellus et arcu in neque facilisis semper. Morbi ut metus tempus, cursus sapien sed, consequat justo. Vestibulum nec iaculis mi. Sed dapibus augue ut fringilla tincidunt. Integer sed urna libero. Phasellus id viverra sapien. Donec sed dui sed elit aliquam feugiat eleifend id eros. Maecenas sed vehicula lorem. In condimentum eget quam nec mollis.\\r\\n</p>\\r\\n<p>Ut vitae ornare est. Aliquam mollis eros nec lorem elementum, ut egestas arcu suscipit. Proin odio lectus, finibus vulputate facilisis sit amet, egestas sed ligula. Ut felis dolor, dapibus ut pellentesque ut, tincidunt quis nisi. Sed id varius nisl, ut mollis est. Nulla pellentesque, lectus et aliquam euismod, leo ligula iaculis enim, in vestibulum magna ipsum non dui. Suspendisse potenti. Duis tellus nisl, efficitur laoreet lacinia in, accumsan tempus mauris. Suspendisse rhoncus fermentum mauris a suscipit. Phasellus quis sem nec dui fermentum ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel lorem a lorem iaculis ullamcorper sed a orci. Curabitur et tincidunt lorem. Morbi nec nunc maximus, varius neque ut, volutpat quam.\\r\\n</p>\",\n            \"images\": [\n                \"https://dpdtestshop.cdn.shoprenter.hu/custom/dpdtestshop/image/cache/w570h570wt1/product/Amsterdam_2018_orszaguti_kerekpar_fekete.jpg?lastmod=1611054222.1582213581\"\n            ],\n            \"weight\": \"0.00\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"27.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Amsterdam 2018 országúti kerékpár fekete\",\n            \"parent_url\": \"http://dpdtestshop.api.myshoprenter.hu/products/cHJvZHVjdC1wcm9kdWN0X2lkPTUzOA==\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"shoprenter test\",\n                \"url\": \"http://dpdtestshop.api.myshoprenter.hu\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 879991,\n                    \"name\": \"Kerékpárok\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM4\"\n                },\n                {\n                    \"id\": 879992,\n                    \"name\": \"Alkatrészek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM5\"\n                },\n                {\n                    \"id\": 879993,\n                    \"name\": \"Kiegészítők, felszerelések\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQw\"\n                },\n                {\n                    \"id\": 879994,\n                    \"name\": \"Karbantartás\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQx\"\n                },\n                {\n                    \"id\": 879995,\n                    \"name\": \"Ruházat\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQy\"\n                },\n                {\n                    \"id\": 879996,\n                    \"name\": \"Szerviz\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQz\"\n                },\n                {\n                    \"id\": 879997,\n                    \"name\": \"Márkák\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ0\"\n                },\n                {\n                    \"id\": 879998,\n                    \"name\": \"Legújabb termékek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ1\"\n                },\n                {\n                    \"id\": 879999,\n                    \"name\": \"BMX kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ2\"\n                },\n                {\n                    \"id\": 880000,\n                    \"name\": \"Enduro kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ3\"\n                },\n                {\n                    \"id\": 880001,\n                    \"name\": \"Hátsó váltó\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ4\"\n                },\n                {\n                    \"id\": 880002,\n                    \"name\": \"Teleszkóp\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ5\"\n                },\n                {\n                    \"id\": 880003,\n                    \"name\": \"Gyerekülés\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTUw\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 168510,\n                    \"name\": \"kerekpar_meret\",\n                    \"label\": \"kerekpar_meret\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9NQ==\",\n                    \"value\": \"L (19&quot;)\"\n                },\n                {\n                    \"id\": 168511,\n                    \"name\": \"felhasznalas\",\n                    \"label\": \"felhasznalas\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Ng==\",\n                    \"value\": \"Országút\"\n                },\n                {\n                    \"id\": 168512,\n                    \"name\": \"fek_tipus\",\n                    \"label\": \"fek_tipus\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Nw==\",\n                    \"value\": \"v-fékes\"\n                },\n                {\n                    \"id\": 168513,\n                    \"name\": \"kerekpar_szin\",\n                    \"label\": \"kerekpar_szin\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9OA==\",\n                    \"value\": \"Fekete\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 9264032,\n            \"name\": \"Amsterdam 2018 országúti kerékpár szürke\",\n            \"sku\": \"Amsterdam-2018-orszaguti-kerekpar-szurke\",\n            \"ean\": null,\n            \"brand\": \"Cube\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"220464.5669\",\n            \"full_price\": \"236212.5984\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"cHJvZHVjdC1wcm9kdWN0X2lkPTU0MA==\",\n            \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae lacus neque. Nullam pretium mollis lectus, vel dictum ante congue in. In at elementum ex. Suspendisse in sem vel leo sollicitudin suscipit id eget erat. Duis in odio pulvinar, fermentum felis at, dapibus magna. Suspendisse potenti. Vivamus eleifend aliquet nibh in vehicula. Quisque feugiat sagittis porttitor. Sed facilisis, odio ut molestie tempor, lacus erat sodales neque, sed tristique tellus turpis non augue. Nullam id purus non urna tincidunt rhoncus. In et nunc id nulla dignissim cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\\r\\n</p>\\r\\n<p>Nunc eget metus condimentum, eleifend tortor aliquam, pulvinar velit. Suspendisse eu libero vel odio pellentesque malesuada. Praesent condimentum lorem sodales blandit imperdiet. Quisque id porttitor arcu. Maecenas fringilla eu dolor ut hendrerit. Aliquam in mauris scelerisque, venenatis turpis vitae, tempus eros. Nulla nulla leo, tincidunt sit amet purus sit amet, lacinia hendrerit quam. Mauris porttitor nisi id sapien accumsan, et pharetra dolor dictum. Suspendisse vehicula ante vitae tellus mollis tempor. Fusce vel nisi a dolor tincidunt finibus vel eu mi. Pellentesque viverra orci vel est mattis interdum.\\r\\n</p>\\r\\n<p>Aenean lobortis malesuada nisl, vitae vestibulum turpis pharetra a. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque vel sagittis metus. Vivamus varius ipsum ac facilisis vehicula. Vivamus placerat eleifend tortor vel luctus. Cras luctus erat mauris, eu aliquam arcu bibendum eget. Proin eget mi a sem laoreet auctor vel vitae tortor. Nulla facilisi. Mauris eros nisl, feugiat ac lacus eget, ornare tincidunt est. Nam vehicula, dolor sed eleifend pretium, sapien arcu sagittis leo, vel pharetra purus libero vel lacus. Cras molestie risus nunc, quis finibus lectus molestie vel. Sed lacinia dui posuere diam rhoncus, ac pellentesque dolor blandit. Nam tincidunt euismod sollicitudin.\\r\\n</p>\\r\\n<p>Duis tempor, turpis quis faucibus pellentesque, odio felis lobortis nibh, vitae euismod elit arcu non orci. Aenean cursus aliquam tellus, ac sagittis felis. Nam a eros sed leo finibus posuere. Donec justo ipsum, vestibulum et mauris id, cursus viverra metus. Vivamus venenatis sapien non est venenatis semper. Vivamus congue dolor vitae iaculis mollis. Phasellus et arcu in neque facilisis semper. Morbi ut metus tempus, cursus sapien sed, consequat justo. Vestibulum nec iaculis mi. Sed dapibus augue ut fringilla tincidunt. Integer sed urna libero. Phasellus id viverra sapien. Donec sed dui sed elit aliquam feugiat eleifend id eros. Maecenas sed vehicula lorem. In condimentum eget quam nec mollis.\\r\\n</p>\\r\\n<p>Ut vitae ornare est. Aliquam mollis eros nec lorem elementum, ut egestas arcu suscipit. Proin odio lectus, finibus vulputate facilisis sit amet, egestas sed ligula. Ut felis dolor, dapibus ut pellentesque ut, tincidunt quis nisi. Sed id varius nisl, ut mollis est. Nulla pellentesque, lectus et aliquam euismod, leo ligula iaculis enim, in vestibulum magna ipsum non dui. Suspendisse potenti. Duis tellus nisl, efficitur laoreet lacinia in, accumsan tempus mauris. Suspendisse rhoncus fermentum mauris a suscipit. Phasellus quis sem nec dui fermentum ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel lorem a lorem iaculis ullamcorper sed a orci. Curabitur et tincidunt lorem. Morbi nec nunc maximus, varius neque ut, volutpat quam.\\r\\n</p>\",\n            \"images\": [\n                \"https://dpdtestshop.cdn.shoprenter.hu/custom/dpdtestshop/image/cache/w570h570wt1/product/Amsterdam_2018_orszaguti_kerekpar_szurke.jpg?lastmod=1611054222.1582213581\"\n            ],\n            \"weight\": \"0.00\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"27.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Amsterdam 2018 országúti kerékpár szürke\",\n            \"parent_url\": \"http://dpdtestshop.api.myshoprenter.hu/products/cHJvZHVjdC1wcm9kdWN0X2lkPTUzOA==\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"shoprenter test\",\n                \"url\": \"http://dpdtestshop.api.myshoprenter.hu\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 879991,\n                    \"name\": \"Kerékpárok\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM4\"\n                },\n                {\n                    \"id\": 879992,\n                    \"name\": \"Alkatrészek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM5\"\n                },\n                {\n                    \"id\": 879993,\n                    \"name\": \"Kiegészítők, felszerelések\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQw\"\n                },\n                {\n                    \"id\": 879994,\n                    \"name\": \"Karbantartás\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQx\"\n                },\n                {\n                    \"id\": 879995,\n                    \"name\": \"Ruházat\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQy\"\n                },\n                {\n                    \"id\": 879996,\n                    \"name\": \"Szerviz\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQz\"\n                },\n                {\n                    \"id\": 879997,\n                    \"name\": \"Márkák\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ0\"\n                },\n                {\n                    \"id\": 879998,\n                    \"name\": \"Legújabb termékek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ1\"\n                },\n                {\n                    \"id\": 879999,\n                    \"name\": \"BMX kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ2\"\n                },\n                {\n                    \"id\": 880000,\n                    \"name\": \"Enduro kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ3\"\n                },\n                {\n                    \"id\": 880001,\n                    \"name\": \"Hátsó váltó\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ4\"\n                },\n                {\n                    \"id\": 880002,\n                    \"name\": \"Teleszkóp\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ5\"\n                },\n                {\n                    \"id\": 880003,\n                    \"name\": \"Gyerekülés\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTUw\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 168510,\n                    \"name\": \"kerekpar_meret\",\n                    \"label\": \"kerekpar_meret\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9NQ==\",\n                    \"value\": \"L (19&quot;)\"\n                },\n                {\n                    \"id\": 168511,\n                    \"name\": \"felhasznalas\",\n                    \"label\": \"felhasznalas\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Ng==\",\n                    \"value\": \"Országút\"\n                },\n                {\n                    \"id\": 168512,\n                    \"name\": \"fek_tipus\",\n                    \"label\": \"fek_tipus\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Nw==\",\n                    \"value\": \"v-fékes\"\n                },\n                {\n                    \"id\": 168513,\n                    \"name\": \"kerekpar_szin\",\n                    \"label\": \"kerekpar_szin\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9OA==\",\n                    \"value\": \"Szürke\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 9264033,\n            \"name\": \"Amsterdam 2019 országúti kerékpár alumínium - halványkék\",\n            \"sku\": \"Amsterdam-2019-orszaguti-kerekpar-aluminium-halvanykek\",\n            \"ean\": null,\n            \"brand\": \"Kross\",\n            \"stock\": 0,\n            \"reserved_stock\": 2,\n            \"sale_price\": \"1102354.3307\",\n            \"full_price\": \"1181094.4882\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"cHJvZHVjdC1wcm9kdWN0X2lkPTU0MQ==\",\n            \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae lacus neque. Nullam pretium mollis lectus, vel dictum ante congue in. In at elementum ex. Suspendisse in sem vel leo sollicitudin suscipit id eget erat. Duis in odio pulvinar, fermentum felis at, dapibus magna. Suspendisse potenti. Vivamus eleifend aliquet nibh in vehicula. Quisque feugiat sagittis porttitor. Sed facilisis, odio ut molestie tempor, lacus erat sodales neque, sed tristique tellus turpis non augue. Nullam id purus non urna tincidunt rhoncus. In et nunc id nulla dignissim cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\\r\\n</p>\\r\\n<p>Nunc eget metus condimentum, eleifend tortor aliquam, pulvinar velit. Suspendisse eu libero vel odio pellentesque malesuada. Praesent condimentum lorem sodales blandit imperdiet. Quisque id porttitor arcu. Maecenas fringilla eu dolor ut hendrerit. Aliquam in mauris scelerisque, venenatis turpis vitae, tempus eros. Nulla nulla leo, tincidunt sit amet purus sit amet, lacinia hendrerit quam. Mauris porttitor nisi id sapien accumsan, et pharetra dolor dictum. Suspendisse vehicula ante vitae tellus mollis tempor. Fusce vel nisi a dolor tincidunt finibus vel eu mi. Pellentesque viverra orci vel est mattis interdum.\\r\\n</p>\\r\\n<p>Aenean lobortis malesuada nisl, vitae vestibulum turpis pharetra a. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque vel sagittis metus. Vivamus varius ipsum ac facilisis vehicula. Vivamus placerat eleifend tortor vel luctus. Cras luctus erat mauris, eu aliquam arcu bibendum eget. Proin eget mi a sem laoreet auctor vel vitae tortor. Nulla facilisi. Mauris eros nisl, feugiat ac lacus eget, ornare tincidunt est. Nam vehicula, dolor sed eleifend pretium, sapien arcu sagittis leo, vel pharetra purus libero vel lacus. Cras molestie risus nunc, quis finibus lectus molestie vel. Sed lacinia dui posuere diam rhoncus, ac pellentesque dolor blandit. Nam tincidunt euismod sollicitudin.\\r\\n</p>\\r\\n<p>Duis tempor, turpis quis faucibus pellentesque, odio felis lobortis nibh, vitae euismod elit arcu non orci. Aenean cursus aliquam tellus, ac sagittis felis. Nam a eros sed leo finibus posuere. Donec justo ipsum, vestibulum et mauris id, cursus viverra metus. Vivamus venenatis sapien non est venenatis semper. Vivamus congue dolor vitae iaculis mollis. Phasellus et arcu in neque facilisis semper. Morbi ut metus tempus, cursus sapien sed, consequat justo. Vestibulum nec iaculis mi. Sed dapibus augue ut fringilla tincidunt. Integer sed urna libero. Phasellus id viverra sapien. Donec sed dui sed elit aliquam feugiat eleifend id eros. Maecenas sed vehicula lorem. In condimentum eget quam nec mollis.\\r\\n</p>\\r\\n<p>Ut vitae ornare est. Aliquam mollis eros nec lorem elementum, ut egestas arcu suscipit. Proin odio lectus, finibus vulputate facilisis sit amet, egestas sed ligula. Ut felis dolor, dapibus ut pellentesque ut, tincidunt quis nisi. Sed id varius nisl, ut mollis est. Nulla pellentesque, lectus et aliquam euismod, leo ligula iaculis enim, in vestibulum magna ipsum non dui. Suspendisse potenti. Duis tellus nisl, efficitur laoreet lacinia in, accumsan tempus mauris. Suspendisse rhoncus fermentum mauris a suscipit. Phasellus quis sem nec dui fermentum ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel lorem a lorem iaculis ullamcorper sed a orci. Curabitur et tincidunt lorem. Morbi nec nunc maximus, varius neque ut, volutpat quam.\\r\\n</p>\",\n            \"images\": [\n                \"https://dpdtestshop.cdn.shoprenter.hu/custom/dpdtestshop/image/cache/w570h570wt1/product/Amsterdam_2019_orszaguti_kerekpar_aluminium_halvanykek.jpg?lastmod=1652429398.1582213581\"\n            ],\n            \"weight\": \"0.00\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"27.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Amsterdam 2019 országúti kerékpár alumínium - halványkék\",\n            \"parent_url\": \"http://dpdtestshop.api.myshoprenter.hu/products/cHJvZHVjdC1wcm9kdWN0X2lkPTU0MQ==\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"shoprenter test\",\n                \"url\": \"http://dpdtestshop.api.myshoprenter.hu\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 879991,\n                    \"name\": \"Kerékpárok\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM4\"\n                },\n                {\n                    \"id\": 879992,\n                    \"name\": \"Alkatrészek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM5\"\n                },\n                {\n                    \"id\": 879993,\n                    \"name\": \"Kiegészítők, felszerelések\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQw\"\n                },\n                {\n                    \"id\": 879994,\n                    \"name\": \"Karbantartás\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQx\"\n                },\n                {\n                    \"id\": 879995,\n                    \"name\": \"Ruházat\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQy\"\n                },\n                {\n                    \"id\": 879996,\n                    \"name\": \"Szerviz\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQz\"\n                },\n                {\n                    \"id\": 879997,\n                    \"name\": \"Márkák\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ0\"\n                },\n                {\n                    \"id\": 879998,\n                    \"name\": \"Legújabb termékek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ1\"\n                },\n                {\n                    \"id\": 879999,\n                    \"name\": \"BMX kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ2\"\n                },\n                {\n                    \"id\": 880000,\n                    \"name\": \"Enduro kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ3\"\n                },\n                {\n                    \"id\": 880001,\n                    \"name\": \"Hátsó váltó\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ4\"\n                },\n                {\n                    \"id\": 880002,\n                    \"name\": \"Teleszkóp\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ5\"\n                },\n                {\n                    \"id\": 880003,\n                    \"name\": \"Gyerekülés\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTUw\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 168510,\n                    \"name\": \"kerekpar_meret\",\n                    \"label\": \"kerekpar_meret\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9NQ==\",\n                    \"value\": \"L (19&quot;)\"\n                },\n                {\n                    \"id\": 168511,\n                    \"name\": \"felhasznalas\",\n                    \"label\": \"felhasznalas\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Ng==\",\n                    \"value\": \"Országút\"\n                },\n                {\n                    \"id\": 168512,\n                    \"name\": \"fek_tipus\",\n                    \"label\": \"fek_tipus\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Nw==\",\n                    \"value\": \"tárcsafékes\"\n                },\n                {\n                    \"id\": 168513,\n                    \"name\": \"kerekpar_szin\",\n                    \"label\": \"kerekpar_szin\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9OA==\",\n                    \"value\": \"Halványkék\"\n                }\n            ],\n            \"handling_time\": null\n        },\n        {\n            \"id\": 9264034,\n            \"name\": \"Amsterdam 2019 országúti kerékpár alumínium - kék\",\n            \"sku\": \"Amsterdam-2019-orszaguti-kerekpar-aluminium-kek\",\n            \"ean\": null,\n            \"brand\": \"Kross\",\n            \"stock\": 0,\n            \"reserved_stock\": 0,\n            \"sale_price\": \"1102354.3307\",\n            \"full_price\": \"1181094.4882\",\n            \"acquisition_price\": \"0.0000\",\n            \"product_website_id\": \"cHJvZHVjdC1wcm9kdWN0X2lkPTU0Mg==\",\n            \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae lacus neque. Nullam pretium mollis lectus, vel dictum ante congue in. In at elementum ex. Suspendisse in sem vel leo sollicitudin suscipit id eget erat. Duis in odio pulvinar, fermentum felis at, dapibus magna. Suspendisse potenti. Vivamus eleifend aliquet nibh in vehicula. Quisque feugiat sagittis porttitor. Sed facilisis, odio ut molestie tempor, lacus erat sodales neque, sed tristique tellus turpis non augue. Nullam id purus non urna tincidunt rhoncus. In et nunc id nulla dignissim cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\\r\\n</p>\\r\\n<p>Nunc eget metus condimentum, eleifend tortor aliquam, pulvinar velit. Suspendisse eu libero vel odio pellentesque malesuada. Praesent condimentum lorem sodales blandit imperdiet. Quisque id porttitor arcu. Maecenas fringilla eu dolor ut hendrerit. Aliquam in mauris scelerisque, venenatis turpis vitae, tempus eros. Nulla nulla leo, tincidunt sit amet purus sit amet, lacinia hendrerit quam. Mauris porttitor nisi id sapien accumsan, et pharetra dolor dictum. Suspendisse vehicula ante vitae tellus mollis tempor. Fusce vel nisi a dolor tincidunt finibus vel eu mi. Pellentesque viverra orci vel est mattis interdum.\\r\\n</p>\\r\\n<p>Aenean lobortis malesuada nisl, vitae vestibulum turpis pharetra a. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque vel sagittis metus. Vivamus varius ipsum ac facilisis vehicula. Vivamus placerat eleifend tortor vel luctus. Cras luctus erat mauris, eu aliquam arcu bibendum eget. Proin eget mi a sem laoreet auctor vel vitae tortor. Nulla facilisi. Mauris eros nisl, feugiat ac lacus eget, ornare tincidunt est. Nam vehicula, dolor sed eleifend pretium, sapien arcu sagittis leo, vel pharetra purus libero vel lacus. Cras molestie risus nunc, quis finibus lectus molestie vel. Sed lacinia dui posuere diam rhoncus, ac pellentesque dolor blandit. Nam tincidunt euismod sollicitudin.\\r\\n</p>\\r\\n<p>Duis tempor, turpis quis faucibus pellentesque, odio felis lobortis nibh, vitae euismod elit arcu non orci. Aenean cursus aliquam tellus, ac sagittis felis. Nam a eros sed leo finibus posuere. Donec justo ipsum, vestibulum et mauris id, cursus viverra metus. Vivamus venenatis sapien non est venenatis semper. Vivamus congue dolor vitae iaculis mollis. Phasellus et arcu in neque facilisis semper. Morbi ut metus tempus, cursus sapien sed, consequat justo. Vestibulum nec iaculis mi. Sed dapibus augue ut fringilla tincidunt. Integer sed urna libero. Phasellus id viverra sapien. Donec sed dui sed elit aliquam feugiat eleifend id eros. Maecenas sed vehicula lorem. In condimentum eget quam nec mollis.\\r\\n</p>\\r\\n<p>Ut vitae ornare est. Aliquam mollis eros nec lorem elementum, ut egestas arcu suscipit. Proin odio lectus, finibus vulputate facilisis sit amet, egestas sed ligula. Ut felis dolor, dapibus ut pellentesque ut, tincidunt quis nisi. Sed id varius nisl, ut mollis est. Nulla pellentesque, lectus et aliquam euismod, leo ligula iaculis enim, in vestibulum magna ipsum non dui. Suspendisse potenti. Duis tellus nisl, efficitur laoreet lacinia in, accumsan tempus mauris. Suspendisse rhoncus fermentum mauris a suscipit. Phasellus quis sem nec dui fermentum ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel lorem a lorem iaculis ullamcorper sed a orci. Curabitur et tincidunt lorem. Morbi nec nunc maximus, varius neque ut, volutpat quam.\\r\\n</p>\",\n            \"images\": [\n                \"https://dpdtestshop.cdn.shoprenter.hu/custom/dpdtestshop/image/cache/w570h570wt1/product/Amsterdam_2019_orszaguti_kerekpar_aluminium_kek.jpg?lastmod=1611054222.1582213581\"\n            ],\n            \"weight\": \"0.00\",\n            \"type\": \"complex\",\n            \"tax_rate\": \"27.00\",\n            \"warehouse_location\": null,\n            \"parent_name\": \"Amsterdam 2019 országúti kerékpár alumínium - kék\",\n            \"parent_url\": \"http://dpdtestshop.api.myshoprenter.hu/products/cHJvZHVjdC1wcm9kdWN0X2lkPTU0MQ==\",\n            \"parent_id\": null,\n            \"status\": \"active\",\n            \"website\": {\n                \"name\": \"shoprenter test\",\n                \"url\": \"http://dpdtestshop.api.myshoprenter.hu\"\n            },\n            \"categories\": [\n                {\n                    \"id\": 879991,\n                    \"name\": \"Kerékpárok\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM4\"\n                },\n                {\n                    \"id\": 879992,\n                    \"name\": \"Alkatrészek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTM5\"\n                },\n                {\n                    \"id\": 879993,\n                    \"name\": \"Kiegészítők, felszerelések\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQw\"\n                },\n                {\n                    \"id\": 879994,\n                    \"name\": \"Karbantartás\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQx\"\n                },\n                {\n                    \"id\": 879995,\n                    \"name\": \"Ruházat\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQy\"\n                },\n                {\n                    \"id\": 879996,\n                    \"name\": \"Szerviz\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQz\"\n                },\n                {\n                    \"id\": 879997,\n                    \"name\": \"Márkák\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ0\"\n                },\n                {\n                    \"id\": 879998,\n                    \"name\": \"Legújabb termékek\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ1\"\n                },\n                {\n                    \"id\": 879999,\n                    \"name\": \"BMX kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ2\"\n                },\n                {\n                    \"id\": 880000,\n                    \"name\": \"Enduro kerékpár\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ3\"\n                },\n                {\n                    \"id\": 880001,\n                    \"name\": \"Hátsó váltó\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ4\"\n                },\n                {\n                    \"id\": 880002,\n                    \"name\": \"Teleszkóp\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTQ5\"\n                },\n                {\n                    \"id\": 880003,\n                    \"name\": \"Gyerekülés\",\n                    \"category_website_id\": \"Y2F0ZWdvcnktY2F0ZWdvcnlfaWQ9MTUw\"\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 168510,\n                    \"name\": \"kerekpar_meret\",\n                    \"label\": \"kerekpar_meret\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9NQ==\",\n                    \"value\": \"L (19&quot;)\"\n                },\n                {\n                    \"id\": 168511,\n                    \"name\": \"felhasznalas\",\n                    \"label\": \"felhasznalas\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Ng==\",\n                    \"value\": \"Országút\"\n                },\n                {\n                    \"id\": 168512,\n                    \"name\": \"fek_tipus\",\n                    \"label\": \"fek_tipus\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9Nw==\",\n                    \"value\": \"tárcsafékes\"\n                },\n                {\n                    \"id\": 168513,\n                    \"name\": \"kerekpar_szin\",\n                    \"label\": \"kerekpar_szin\",\n                    \"characteristic_website_id\": \"bGlzdEF0dHJpYnV0ZS1hdHRyaWJ1dGVfaWQ9OA==\",\n                    \"value\": \"Kék\"\n                }\n            ],\n            \"handling_time\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easy-sales.com/api/v2/products?page=1\",\n        \"last\": \"https://easy-sales.com/api/v2/products?page=498\",\n        \"prev\": null,\n        \"next\": \"https://easy-sales.com/api/v2/products?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 498,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Înapoi\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=6\",\n                \"label\": \"6\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=7\",\n                \"label\": \"7\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=8\",\n                \"label\": \"8\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=9\",\n                \"label\": \"9\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=10\",\n                \"label\": \"10\",\n                \"active\": false\n            },\n            {\n                \"url\": null,\n                \"label\": \"...\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=497\",\n                \"label\": \"497\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=498\",\n                \"label\": \"498\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products?page=2\",\n                \"label\": \"Înainte &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://easy-sales.com/api/v2/products\",\n        \"per_page\": 50,\n        \"to\": 50,\n        \"total\": 24851\n    }\n}"}],"_postman_id":"d8b7ef41-deab-40f6-94fa-fdc5481a4a54"},{"name":"Add product","id":"205f2cb4-c3e9-4910-9f76-93ab54d918c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 92,\n        \"name\": \"No branded shoes 91\",\n        \"brand\": \"NoBrand\",\n        \"sale_price\": 10,\n        \"full_price\": 91,\n        \"description\": \"Product description updated 91\",\n        \"sku\": \"shoe-9121\",\n        \"stock\": 92,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"ean\": \"9118427569657\",\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [],\n        \"images\": [\n        \t\"https://png.pngtree.com/png-clipart/20201209/original/pngtree-casual-shoes-png-image_5640199.jpg\"\n        ],\n        \"parent_name\": null,\n        \"parent_id\": null,\n        \"parent_url\": null,\n        \"characteristics\": [],\n        \"handling_time\": 3\n    }\n}"},"url":"https://easy-sales.com/api/v2/products?sasadd","description":"<p>Products are created by sending HTTP POST requests to the API. The object in the request body determines the initial state of the product will be when it is created.</p>\n<p><strong>Product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_website_id</td>\n<td>Numeric</td>\n<td>True (Unique)</td>\n<td>Product id used in your app</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>String</td>\n<td>False</td>\n<td>Product brand</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True (Unique)</td>\n<td>Stock keeping unit - unique identifier of the product</td>\n</tr>\n<tr>\n<td>ean</td>\n<td>String</td>\n<td>False</td>\n<td>European Article Number</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>True</td>\n<td>Product description. Can contain basic HTML tags.</td>\n</tr>\n<tr>\n<td>sale_price</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Seller product sale price including VAT</td>\n</tr>\n<tr>\n<td>full_price</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Seller product regular price including VAT</td>\n</tr>\n<tr>\n<td>stock</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product available quantity</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>False</td>\n<td>The weight of the product in KG</td>\n</tr>\n<tr>\n<td>type</td>\n<td>simple/complex</td>\n<td>True</td>\n<td>simple if product doesn't have a parent / complex - if the product is a variation</td>\n</tr>\n<tr>\n<td>tax_rate</td>\n<td>Numeric</td>\n<td>True</td>\n<td>tax rate, ex: 19</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String (valid url)</td>\n<td>False</td>\n<td>Product URL on the seller website.</td>\n</tr>\n<tr>\n<td>warehouse_location</td>\n<td>String</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>False</td>\n<td>Array of images urls</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>Array (array of categories ids)</td>\n<td>False</td>\n<td>Warning! Array of category_website_id's (internal id)</td>\n</tr>\n<tr>\n<td>characteristics</td>\n<td>Array (array of characteristics ids and values)</td>\n<td>False</td>\n<td>Warning! id is characteristic_website_id (internal id) [{\"id\": {{characteristic_website_id }}, \"value\": \"Red\"}]</td>\n</tr>\n<tr>\n<td>parent_name</td>\n<td>String</td>\n<td>False</td>\n<td>Parent name</td>\n</tr>\n<tr>\n<td>parent_url</td>\n<td>String (valid url)</td>\n<td>False</td>\n<td>Parent url</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Parent internal id</td>\n</tr>\n<tr>\n<td>handling_time</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Handling time (in days)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","name":"Products","type":"folder"}},"urlObject":{"path":["api","v2","products"],"host":["https://easy-sales.com"],"query":[{"key":"sasadd","value":null}],"variable":[]}},"response":[{"id":"26c8274d-30d8-42a1-bcf0-b31c6d8987a3","name":"Add product -> Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 51,\n        \"name\": \"Product name updated\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"description\": \"Product description updated\",\n        \"stock\": 60,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [\n            14\n        ],\n        \"images\": [\n        \t\"https://example.com/product-image-1.jpg\",\n        \t\"https://example.com/product-image-2.jpg\",\n        \t\"https://example.com/product-image-3.jpg\",\n        \t\"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [\n        \t{\n        \t\t\"id\": 1,\n        \t\t\"value\": \"Characterstic value\"\n        \t},\n        \t{\n        \t\t\"id\": 2,\n        \t\t\"value\": \"Characterstic value\"\n        \t}\n        ]\n    }\n}"},"url":"https://easy-sales.com/api/v2/products"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 11:08:05 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"product.product_website_id\": [\n            \"The product.product website id has already been taken.\"\n        ],\n        \"product.sku\": [\n            \"The product.sku field is required.\"\n        ]\n    }\n}"},{"id":"29683d92-c64a-4317-be58-8cfcff242c9d","name":"Add product -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 51,\n        \"name\": \"Product name updated\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"description\": \"Product description updated\",\n        \"sku\": \"product-sku-x\",\n        \"stock\": 60,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [\n            14\n        ],\n        \"images\": [\n        \t\"https://example.com/product-image-1.jpg\",\n        \t\"https://example.com/product-image-2.jpg\",\n        \t\"https://example.com/product-image-3.jpg\",\n        \t\"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [\n        \t{\n        \t\t\"id\": 1,\n        \t\t\"value\": \"Characterstic value\"\n        \t},\n        \t{\n        \t\t\"id\": 2,\n        \t\t\"value\": \"Characterstic value\"\n        \t}\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 08:37:18 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 8,\n        \"product_website_id\": 51,\n        \"sku\": \"product-sku-x\",\n        \"name\": \"Product name updated\",\n        \"description\": \"Product description updated\",\n        \"brand\": \"Test\",\n        \"weight\": \"1\",\n        \"images\": [\n            \"https://example.com/product-image-1.jpg\",\n            \"https://example.com/product-image-2.jpg\",\n            \"https://example.com/product-image-3.jpg\",\n            \"https://example.com/product-image-4.jpg\"\n        ],\n        \"ean\": null,\n        \"type\": \"simple\",\n        \"sale_price\": \"126.05\",\n        \"full_price\": \"235.29\",\n        \"acquisition_price\": \"100.0000\",\n        \"tax_rate\": \"19.00\",\n        \"stock\": 60,\n        \"warehouse_location\": \"Warehouse location name\",\n        \"parent_id\": \"2\",\n        \"parent_name\": \"Product parent name\",\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"categories\": [\n                {\n                    \"id\": 15923,\n                    \"name\": \"category 1\",\n                    \"category_website_id\": 12\n                },\n                {\n                    \"id\": 15924,\n                    \"name\": \"category 2\",\n                    \"category_website_id\": 13\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 197235,\n                    \"name\": \"color\",\n                    \"characteristic_website_id\": \"27\",\n                    \"value\": \"red\"\n                },\n                {\n                    \"id\": 197236,\n                    \"name\": \"type\",\n                    \"characteristic_website_id\": \"29\",\n                    \"value\": \"semi-professional\"\n                }\n            ]\n    }\n}"}],"_postman_id":"205f2cb4-c3e9-4910-9f76-93ab54d918c6"},{"name":"Save product","id":"f65aa568-11ca-4a4a-a9d8-e6625fe53c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"product\": {\n        \"product_website_id\": 92,\n        \"name\": \"Product name\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"acquisition_price\": 0,\n        \"description\": \"Product description updated\",\n        \"sku\": \"shoe-912\",\n        \"ean\": \"9118427569657\",\n        \"stock\": 0,\n        \"weight\": 1,\n        \"height\": 8,\n        \"type\": \"simple\",\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"supplier_sku\": null,\n        \"categories\": [],\n        \"images\": [\n            \"https://example.com/product-image-1.jpg\",\n            \"https://example.com/product-image-2.jpg\",\n            \"https://example.com/product-image-3.jpg\",\n            \"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [],\n        \"handling_time\": 10,\n        \"meta_fields\": [\n            {\n                \"key\": \"metadata_key_1266\",\n                \"value\": \"metdata_value_1235\"\n            },\n            {\n                \"key\": \"metadata_key_1212\",\n                \"value\": \"metdata_value_12356\"\n            }\n        ]\n    }\n}"},"url":"https://easy-sales.com/api/v2/products/save","description":"<p>Products are saved by sending HTTP POST requests to the API. The object in the request body determines the initial state of the product will be when it is created or updated.</p>\n<p><strong>Product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_website_id</td>\n<td>Numeric</td>\n<td>True (Unique)</td>\n<td>Product id used in your app</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>String</td>\n<td>False</td>\n<td>Product brand</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True (Unique)</td>\n<td>Stock keeping unit - unique identifier of the product</td>\n</tr>\n<tr>\n<td>ean</td>\n<td>String</td>\n<td>False</td>\n<td>European Article Number</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>True</td>\n<td>Product description. Can contain basic HTML tags.</td>\n</tr>\n<tr>\n<td>sale_price</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Seller product sale price including VAT</td>\n</tr>\n<tr>\n<td>full_price</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Seller product regular price including VAT</td>\n</tr>\n<tr>\n<td>stock</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product available quantity</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>False</td>\n<td>The weight of the product in KG</td>\n</tr>\n<tr>\n<td>type</td>\n<td>simple/complex</td>\n<td>True</td>\n<td>simple if product doesn't have a parent / complex - if the product is a variation</td>\n</tr>\n<tr>\n<td>tax_rate</td>\n<td>Numeric</td>\n<td>True</td>\n<td>tax rate, ex: 19</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String (valid url)</td>\n<td>False</td>\n<td>Product URL on the seller website.</td>\n</tr>\n<tr>\n<td>supplier_sku</td>\n<td>String</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse_location</td>\n<td>String</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>False</td>\n<td>Array of images urls</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>Array (array of categories ids)</td>\n<td>False</td>\n<td>Warning! Array of category_website_id's (internal id)</td>\n</tr>\n<tr>\n<td>characteristics</td>\n<td>Array (array of characteristics ids and values)</td>\n<td>False</td>\n<td>Warning! id is characteristic_website_id (internal id) [{\"id\": {{characteristic_website_id }}, \"value\": \"Red\"}]</td>\n</tr>\n<tr>\n<td>parent_name</td>\n<td>String</td>\n<td>False</td>\n<td>Parent name</td>\n</tr>\n<tr>\n<td>parent_url</td>\n<td>String (valid url)</td>\n<td>False</td>\n<td>Parent url</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Parent internal id</td>\n</tr>\n<tr>\n<td>handling_time</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Handling time (days)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","name":"Products","type":"folder"}},"urlObject":{"path":["api","v2","products","save"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"cef02589-030f-417a-9473-9ba2307fcb26","name":"Save product -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 51,\n        \"name\": \"Product name updated\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"description\": \"Product description updated\",\n        \"sku\": \"product-sku-x\",\n        \"stock\": 60,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [\n            14\n        ],\n        \"images\": [\n        \t\"https://example.com/product-image-1.jpg\",\n        \t\"https://example.com/product-image-2.jpg\",\n        \t\"https://example.com/product-image-3.jpg\",\n        \t\"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [\n        \t{\n        \t\t\"id\": 1,\n        \t\t\"value\": \"Characterstic value\"\n        \t},\n        \t{\n        \t\t\"id\": 2,\n        \t\t\"value\": \"Characterstic value\"\n        \t}\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/products/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 23 Mar 2020 14:47:41 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"56","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 8,\n        \"product_website_id\": 51,\n        \"sku\": \"product-sku-x\",\n        \"name\": \"Product name updated\",\n        \"description\": \"Product description updated\",\n        \"brand\": \"Test\",\n        \"weight\": \"1\",\n        \"images\": [\n            \"https://example.com/product-image-1.jpg\",\n            \"https://example.com/product-image-2.jpg\",\n            \"https://example.com/product-image-3.jpg\",\n            \"https://example.com/product-image-4.jpg\"\n        ],\n        \"ean\": null,\n        \"type\": \"simple\",\n        \"sale_price\": \"126.05\",\n        \"full_price\": \"235.29\",\n        \"acquisition_price\": \"100.0000\",\n        \"tax_rate\": \"19.00\",\n        \"stock\": 60,\n        \"warehouse_location\": \"Warehouse location name\",\n        \"parent_id\": \"2\",\n        \"parent_name\": \"Product parent name\",\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"categories\": [\n                {\n                    \"id\": 15923,\n                    \"name\": \"category 1\",\n                    \"category_website_id\": 12\n                },\n                {\n                    \"id\": 15924,\n                    \"name\": \"category 2\",\n                    \"category_website_id\": 13\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 197235,\n                    \"name\": \"color\",\n                    \"characteristic_website_id\": \"27\",\n                    \"value\": \"red\"\n                },\n                {\n                    \"id\": 197236,\n                    \"name\": \"type\",\n                    \"characteristic_website_id\": \"29\",\n                    \"value\": \"semi-professional\"\n                }\n            ]\n    }\n}"},{"id":"f047343a-376d-43cb-a2d9-a2f88b5c3a15","name":"Save product -> Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 51,\n        \"name\": \"Product name updated\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"description\": \"Product description updated\",\n        \"stock\": 60,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [\n            14\n        ],\n        \"images\": [\n        \t\"https://example.com/product-image-1.jpg\",\n        \t\"https://example.com/product-image-2.jpg\",\n        \t\"https://example.com/product-image-3.jpg\",\n        \t\"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [\n        \t{\n        \t\t\"id\": 1,\n        \t\t\"value\": \"Characterstic value\"\n        \t},\n        \t{\n        \t\t\"id\": 2,\n        \t\t\"value\": \"Characterstic value\"\n        \t}\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/products/save"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 12:43:19 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"product.sku\": [\n            \"The product.sku field is required.\"\n        ]\n    }\n}"}],"_postman_id":"f65aa568-11ca-4a4a-a9d8-e6625fe53c48"},{"name":"Update Product","id":"86659a5e-71a4-419a-a28e-3a06b373323f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"es-sent-from","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 91,\n        \"name\": \"Product name updated\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"description\": \"Product description updated\",\n        \"sku\": \"shoe-9121\",\n        \"ean\": \"9118427569657\",\n        \"stock\": 112,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [],\n        \"images\": [\n        \t\"https://example.com/product-image-1.jpg\",\n        \t\"https://example.com/product-image-2.jpg\",\n        \t\"https://example.com/product-image-3.jpg\",\n        \t\"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [],\n        \"handling_time\": 2\n    }\n}"},"url":"https://easy-sales.com/api/v2/products/{{product_id}}","description":"<p>Products are created by sending HTTP PUT requests to the API. The object in the request body determines the initial state of the product will be when it is updated.</p>\n<p><strong>Warning!!!</strong> <em>{{product_id}}</em> is easySales internal product id.</p>\n<p><strong>Product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_website_id</td>\n<td>Numeric</td>\n<td>True (Unique)</td>\n<td>Product id used in your app</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>String</td>\n<td>False</td>\n<td>Product brand</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True (Unique)</td>\n<td>Stock keeping unit - unique identifier of the product</td>\n</tr>\n<tr>\n<td>ean</td>\n<td>String</td>\n<td>False</td>\n<td>European Article Number</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>True</td>\n<td>Product description. Can contain basic HTML tags.</td>\n</tr>\n<tr>\n<td>sale_price</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Seller product sale price including VAT</td>\n</tr>\n<tr>\n<td>full_price</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Seller product regular price including VAT</td>\n</tr>\n<tr>\n<td>stock</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product available quantity</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>False</td>\n<td>The weight of the product in KG</td>\n</tr>\n<tr>\n<td>type</td>\n<td>simple/complex</td>\n<td>True</td>\n<td>simple if product doesn't have a parent / complex - if the product is a variation</td>\n</tr>\n<tr>\n<td>tax_rate</td>\n<td>Numeric</td>\n<td>True</td>\n<td>tax rate, ex: 19</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String (valid url)</td>\n<td>False</td>\n<td>Product URL on the seller website.</td>\n</tr>\n<tr>\n<td>warehouse_location</td>\n<td>String</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>False</td>\n<td>Array of images urls</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>Array (array of categories ids)</td>\n<td>False</td>\n<td>Warning! Array of category_website_id's (internal id)</td>\n</tr>\n<tr>\n<td>characteristics</td>\n<td>Array (array of characteristics ids and values)</td>\n<td>False</td>\n<td>Warning! id is characteristic_website_id (internal id) [{\"id\": {{characteristic_website_id }}, \"value\": \"Red\"}]</td>\n</tr>\n<tr>\n<td>parent_name</td>\n<td>String</td>\n<td>False</td>\n<td>Parent name</td>\n</tr>\n<tr>\n<td>parent_url</td>\n<td>String (valid url)</td>\n<td>False</td>\n<td>Parent url</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Parent internal id</td>\n</tr>\n<tr>\n<td>handling_time</td>\n<td>Numeric</td>\n<td>False</td>\n<td>Handling time (in days)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","name":"Products","type":"folder"}},"urlObject":{"path":["api","v2","products","{{product_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"efb64391-ef1c-4d7f-b146-110417bf3e09","name":"Update Product -> Invalid Data","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 51,\n        \"name\": \"Product name updated\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"description\": \"Product description updated\",\n       \n        \"stock\": 60,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [\n            14\n        ],\n        \"images\": [\n        \t\"https://example.com/product-image-1.jpg\",\n        \t\"https://example.com/product-image-2.jpg\",\n        \t\"https://example.com/product-image-3.jpg\",\n        \t\"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [\n        \t{\n        \t\t\"id\": 1,\n        \t\t\"value\": \"Characterstic value\"\n        \t},\n        \t{\n        \t\t\"id\": 2,\n        \t\t\"value\": \"Characterstic value\"\n        \t}\n        ]\n    }\n}"},"url":"https://easy-sales.com/api/v2/products/{{product_id}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 12:45:33 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"product.sku\": [\n            \"The product.sku field is required.\"\n        ]\n    }\n}"},{"id":"f74ae681-d4e0-4eeb-96d2-7989f7648b65","name":"Update Product -> Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"product\": {\n        \"product_website_id\": 51,\n        \"name\": \"Product name updated\",\n        \"brand\": \"Test\",\n        \"sale_price\": 150,\n        \"full_price\": 280,\n        \"description\": \"Product description updated\",\n        \"sku\": \"product-sku-x\",\n        \"stock\": 60,\n        \"weight\": 1,\n        \"type\": \"simple\",\n        \"tax_rate\": 19,\n        \"url\": \"https://example.com/product-page\",\n        \"warehouse_location\": \"Warehouse location name\",\n        \"categories\": [\n            14\n        ],\n        \"images\": [\n        \t\"https://example.com/product-image-1.jpg\",\n        \t\"https://example.com/product-image-2.jpg\",\n        \t\"https://example.com/product-image-3.jpg\",\n        \t\"https://example.com/product-image-4.jpg\"\n        ],\n        \"parent_name\": \"Product parent name\",\n        \"parent_id\": 2,\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"characteristics\": [\n        \t{\n        \t\t\"id\": 1,\n        \t\t\"value\": \"Characterstic value\"\n        \t},\n        \t{\n        \t\t\"id\": 2,\n        \t\t\"value\": \"Characterstic value\"\n        \t}\n        ]\n    }\n}"},"url":"https://easy-sales.com/api/v2/products/{{product_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 12:45:11 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 8,\n        \"product_website_id\": 51,\n        \"sku\": \"product-sku-x\",\n        \"name\": \"Product name updated\",\n        \"description\": \"Product description updated\",\n        \"brand\": \"Test\",\n        \"weight\": \"1\",\n        \"images\": [\n            \"https://example.com/product-image-1.jpg\",\n            \"https://example.com/product-image-2.jpg\",\n            \"https://example.com/product-image-3.jpg\",\n            \"https://example.com/product-image-4.jpg\"\n        ],\n        \"ean\": null,\n        \"type\": \"simple\",\n        \"sale_price\": \"126.05\",\n        \"full_price\": \"235.29\",\n        \"tax_rate\": \"19.00\",\n        \"stock\": 60,\n        \"warehouse_location\": \"Warehouse location name\",\n        \"parent_id\": \"2\",\n        \"parent_name\": \"Product parent name\",\n        \"parent_url\": \"https://example.com/product-parent\",\n        \"categories\": [\n                {\n                    \"id\": 15923,\n                    \"name\": \"category 1\",\n                    \"category_website_id\": 12\n                },\n                {\n                    \"id\": 15924,\n                    \"name\": \"category 2\",\n                    \"category_website_id\": 13\n                }\n            ],\n            \"characteristics\": [\n                {\n                    \"id\": 197235,\n                    \"name\": \"color\",\n                    \"characteristic_website_id\": \"27\",\n                    \"value\": \"red\"\n                },\n                {\n                    \"id\": 197236,\n                    \"name\": \"type\",\n                    \"characteristic_website_id\": \"29\",\n                    \"value\": \"semi-professional\"\n                }\n            ]\n    }\n}"}],"_postman_id":"86659a5e-71a4-419a-a28e-3a06b373323f"},{"name":"Update Prices Bulk","id":"28583a8a-b48e-4474-81b9-00aa94042ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"data\": [\n        {\n            \"sku\": \"{{product_sku}}\",\n            \"prices\": {\n                \"sale_price\": \"250\",\n                \"full_price\": \"350\"\n            }\n        },\n         {\n            \"sku\": \"{{product_sku}}\",\n            \"prices\": {\n                \"sale_price\": \"350\",\n                \"full_price\": \"450\"\n            }\n        }\n    ]\n}"},"url":"https://easy-sales.com/api/v2/products/prices/bulk","description":"<p>Mass update the product prices on up to 100 products.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n<td>Product sku</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>Array</td>\n<td>True</td>\n<td>Product prices</td>\n</tr>\n<tr>\n<td>prices.*.sale_price</td>\n<td>Array</td>\n<td>True</td>\n<td>Product sale price with vat</td>\n</tr>\n<tr>\n<td>prices.*.full_price</td>\n<td>Array</td>\n<td>True</td>\n<td>Product full_price with vat</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","name":"Products","type":"folder"}},"urlObject":{"path":["api","v2","products","prices","bulk"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"44b8b748-4b78-4e46-9eab-68d3a4f6eb4c","name":"Update Prices Bulk -> Success","originalRequest":{"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"data\": [\n        {\n            \"sku\": \"{{product_sku_1}}\",\n            \"prices\": {\n                \"sale_price\": \"250\",\n                \"full_price\": \"350\"\n            }\n        },\n         {\n            \"sku\": \"{{product_sku_2}}\",\n            \"prices\": {\n                \"sale_price\": \"250\",\n                \"full_price\": \"350\"\n            }\n        }\n    ]\n}"},"url":"https://easy-sales.com/api/v2/products/prices/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 10 Oct 2022 10:53:36 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"phpdebugbar-id","value":"X8fb309c90d1b5080f652f8498eb7c468","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"result\": {\n            \"errors\": [],\n            \"success\": [\n                \"{{product_sku_1}}\",\n                \"{{product_sku_2}}\"\n            ]\n        },\n        \"products\": [\n            {\n                \"id\": 35,\n                \"sku\": \"{{product_sku_1}}\",\n                \"ean\": null,\n                \"sale_price\": \"210.0840\",\n                \"full_price\": \"294.1176\",\n                \"tax_rate\": \"19.00\"\n            },\n            {\n                \"id\": 46,\n                \"sku\": \"{{product_sku_2}}\",\n                \"ean\": null,\n                \"sale_price\": \"210.0840\",\n                \"full_price\": \"294.1176\",\n                \"tax_rate\": \"19.00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"28583a8a-b48e-4474-81b9-00aa94042ccb"},{"name":"Save products bulk","id":"f972a596-1b1e-48c9-94ab-fa87ed893609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"products\": [\n        {\n            \"product_website_id\": 51,\n            \"name\": \"Product name\",\n            \"brand\": \"Test\",\n            \"sale_price\": 150,\n            \"full_price\": 280,\n            \"description\": \"Product description updated\",\n            \"sku\": \"product-sku-x\",\n            \"ean\": \"9118427569657\",\n            \"stock\": 100,\n            \"weight\": 1,\n            \"type\": \"simple\",\n            \"tax_rate\": 21,\n            \"url\": \"https://example.com/product-page\",\n            \"warehouse_location\": \"Warehouse location name\",\n            \"categories\": [\n                14\n            ],\n            \"images\": [\n                \"https://example.com/product-image-1.jpg\",\n                \"https://example.com/product-image-2.jpg\",\n                \"https://example.com/product-image-3.jpg\",\n                \"https://example.com/product-image-4.jpg\"\n            ],\n            \"parent_name\": \"Product parent name\",\n            \"parent_id\": 2,\n            \"parent_url\": \"https://example.com/product-parent\",\n            \"characteristics\": [\n                {\n                    \"id\": 14,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 17,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 18,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 19,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 20,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 21,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 22,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 23,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 24,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 25,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 26,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 27,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 28,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 29,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 30,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 31,\n                    \"value\": \"Characterstic value\"\n                }\n            ],\n            \"handling_time\": 10\n        }\n    ]\n}"},"url":"https://easy-sales.com/api/v2/products/save/bulk","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","name":"Products","type":"folder"}},"urlObject":{"path":["api","v2","products","save","bulk"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"75bce8c0-1220-4f58-8050-cd5ee41a3220","name":"Save product bulk -> Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"es-sent-from","value":"true","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"products\": [\n        {\n            \"product_website_id\": 51,\n            \"name\": \"Product name\",\n            \"brand\": \"Test\",\n            \"sale_price\": 150,\n            \"full_price\": 280,\n            \"description\": \"Product description updated\",\n            \"sku\": \"product-sku-x\",\n            \"ean\": \"9118427569657\",\n            \"stock\": 100,\n            \"weight\": 1,\n            \"type\": \"simple\",\n            \"tax_rate\": 19,\n            \"url\": \"https://example.com/product-page\",\n            \"warehouse_location\": \"Warehouse location name\",\n            \"categories\": [\n                14\n            ],\n            \"images\": [\n                \"https://example.com/product-image-1.jpg\",\n                \"https://example.com/product-image-2.jpg\",\n                \"https://example.com/product-image-3.jpg\",\n                \"https://example.com/product-image-4.jpg\"\n            ],\n            \"parent_name\": \"Product parent name\",\n            \"parent_id\": 2,\n            \"parent_url\": \"https://example.com/product-parent\",\n            \"characteristics\": [\n                {\n                    \"id\": 1,\n                    \"value\": \"Characterstic value\"\n                },\n                {\n                    \"id\": 2,\n                    \"value\": \"Characterstic value\"\n                }\n            ],\n            \"handling_time\": 10\n        }\n    ]\n}"},"url":"https://easy-sales.com/api/v2/products/save/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 08 Nov 2023 10:10:01 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"phpdebugbar-id","value":"X14d12e72a0e8ae597b09d7b76c9c1777","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"f972a596-1b1e-48c9-94ab-fa87ed893609"}],"id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2","description":"<p>The Product resource lets you update and create products in easySales.</p>\n<p><strong>To attach a characteristic or a category to the product, you must first create that category or characteristic using the proper endpoints.</strong></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"fe1dec9b-ec9c-4941-8b66-fec3ce675212","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c45dedcc-8b71-4b89-a69d-1dc1a7205261","type":"text/javascript","exec":[""]}}],"_postman_id":"c1252fd5-dbc4-4c5e-b11f-634fa127a8b2"},{"name":"Stocks","item":[{"name":"List products stocks","id":"43b78d34-0322-4f8c-88d2-97c4a67d7694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/products/stock/list?page=1","description":"<p>Retrieves a list of products stocks.</p>\n<p>The number of items to be shown per page is 50.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","products","stock","list"],"host":["https://easy-sales.com"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"eeecd9b0-8f3e-479d-88fd-67a788f2cafe","name":"List products stock","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://easy-sales.com/api/v2/products/stock/list?page=1","host":["https://easy-sales.com"],"path":["api","v2","products","stock","list"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 01 Sep 2022 07:18:55 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"496","enabled":true},{"key":"phpdebugbar-id","value":"X08904153e5d4e023f81c3b4a9002b2fd","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 5,\n            \"sku\": \"3131\",\n            \"ean\": \"454556\",\n            \"stock\": 600,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 127,\n            \"sku\": \"sku_produs_127\",\n            \"ean\": \"343\",\n            \"stock\": 300,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 8,\n            \"sku\": \"sku_produs_8\",\n            \"ean\": \"777\",\n            \"stock\": 300,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 9,\n            \"sku\": \"5151\",\n            \"ean\": null,\n            \"stock\": 232,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 10,\n            \"sku\": \"6161\",\n            \"ean\": \"454556\",\n            \"stock\": 90,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 4,\n            \"sku\": \"2121\",\n            \"ean\": null,\n            \"stock\": 77,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 11,\n            \"sku\": \"7171\",\n            \"ean\": \"454556\",\n            \"stock\": 66,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 2,\n            \"sku\": \"1212\",\n            \"ean\": \"34645772475\",\n            \"stock\": 49,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 23,\n            \"sku\": \"demo_1-3\",\n            \"ean\": null,\n            \"stock\": 26,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 21,\n            \"sku\": \"test_1-1\",\n            \"ean\": \"333333\",\n            \"stock\": 1,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 22,\n            \"sku\": \"test_1-2\",\n            \"ean\": null,\n            \"stock\": 1,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 7,\n            \"sku\": \"8989\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 24,\n            \"sku\": \"demo_1-4\",\n            \"ean\": \"777\",\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 25,\n            \"sku\": \"demo_1-5\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 26,\n            \"sku\": \"demo_1-6\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 27,\n            \"sku\": \"demo_1-7\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 28,\n            \"sku\": \"demo_1-8\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 29,\n            \"sku\": \"demo_3-9\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 30,\n            \"sku\": \"demo_3-10\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 31,\n            \"sku\": \"demo_3-11\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 123,\n            \"sku\": \"sku_produs_123\",\n            \"ean\": \"112\",\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 125,\n            \"sku\": \"sku_produs_125\",\n            \"ean\": \"211\",\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 126,\n            \"sku\": \"sku_produs_126\",\n            \"ean\": \"232\",\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        },\n        {\n            \"id\": 1,\n            \"sku\": \"9898\",\n            \"ean\": null,\n            \"stock\": 0,\n            \"reserved_stock\": 0\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easy-sales.com/api/v2/products/stock/list?page=1\",\n        \"last\": \"https://esy-sales.com/api/v2/products/stock/list?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/products/stock/list?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://easy-sales.com/api/v2/products/stock/list\",\n        \"per_page\": 50,\n        \"to\": 24,\n        \"total\": 24\n    }\n}"}],"_postman_id":"43b78d34-0322-4f8c-88d2-97c4a67d7694"},{"name":"Update Stock","id":"0905485d-f077-4816-88dd-ef0f68aec91a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"stock\": 50,\n    \"handling_time\": 5\n}"},"url":"https://easy-sales.com/api/v2/products/{{product_id}}/stock","description":"<p>Product stock is updated  by sending HTTP PATCH requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{product_id}}</em> is easySales internal product id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stock</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product available quantity</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","products","{{product_id}}","stock"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0905485d-f077-4816-88dd-ef0f68aec91a"},{"name":"Update Stock Bulk","id":"51a11d99-ff48-4525-8957-75a794e182d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"data\": [\n        {\n            \"sku\": \"\",\n            \"stock\": 70\n        },\n        {\n            \"sku\": \"\",\n            \"stock\": 15\n        }        \n    ]\n}"},"url":"https://easy-sales.com/api/v2/stocks/bulk","description":"<p>Mass update the stock on up to 100 products.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n<td>Product sku</td>\n</tr>\n<tr>\n<td>stock</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product available quantity</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","stocks","bulk"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"d736fb6b-ca31-4be3-b862-5e553557c231","name":"Update Stock Bulk -> Success","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"website_token\": \"•••••••\",\n\t\"data\": [\n        {\n            \"sku\": \"product-sku-x123\",\n            \"stock\": 70,\n            \"handling_time\": 5\n        },\n        {\n            \"sku\": \"test-taxes-27\",\n            \"stock\": 15,\n            \"handling_time\": 3\n        },\n        {\n            \"sku\": \"test-taxes-2777\",\n            \"stock\": 15,\n            \"handling_time\": 3\n        }       \n    ]\n}"},"url":"https://easy-sales.com/api/v2/stocks/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 15 Nov 2021 11:58:16 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X2bb41ff0a3562d44a5b6f372cd1ff925","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"result\": {\n            \"success\": [\n                \"product-sku-x123\",\n                \"test-taxes-27\"\n            ],\n            \"errors\": [\n                \"test-taxes-2777\"\n            ],\n            \"error_messages\": [\n                {\n                    \"sku\": \"test-taxes-2777\",\n                    \"message\": \"Product not found\"\n                }\n            ]\n        },\n        \"products\": [\n            {\n                \"id\": 1755,\n                \"sku\": \"product-sku-x123\",\n                \"ean\": \"9118427569657\",\n                \"stock\": 70,\n                \"reserved_stock\": 0,\n                \"handling_time\": 5\n            },\n            {\n                \"id\": 2986,\n                \"sku\": \"test-taxes-27\",\n                \"ean\": \"9118427569657\",\n                \"stock\": 15,\n                \"reserved_stock\": 0,\n                \"handling_time\": 3\n            }\n        ]\n    }\n}"}],"_postman_id":"51a11d99-ff48-4525-8957-75a794e182d3"}],"id":"5e0e3f46-2e72-4e5b-8598-521655917a31","_postman_id":"5e0e3f46-2e72-4e5b-8598-521655917a31","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Orders","item":[{"name":"List orders","id":"4b3853e1-459f-4692-a35b-fb955b980c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders?per_page=100&page=1&order_display_id=55911918","description":"<p>Retrieves a list of orders.</p>\n<p><strong>Pagiantion</strong></p>\n<ul>\n<li><p>per_page - specify the number of records to return in one request, specified as an integer from 1 to 100</p>\n</li>\n<li><p>page - specify the page of results to return</p>\n</li>\n</ul>\n<h3 id=\"available-filters\">Available filters</h3>\n<ul>\n<li><p>website -&gt; filter by website name</p>\n</li>\n<li><p>marketplace -&gt; filter by marketplace name</p>\n</li>\n<li><p>order_display_id -&gt; filter by display, marketplace or website order ID</p>\n</li>\n<li><p>awb_id -&gt; filter by awb ID</p>\n</li>\n<li><p>before -&gt; show orders created in the source platform (marketplace/website) before date (format: 2020-05-01 00:00:00)</p>\n</li>\n<li><p>after -&gt; show the orders created in the source platform (marketplace/website) after date (format: 2020-05-01 00:00:00)</p>\n</li>\n<li><p>created_before -&gt; show the orders created in easySales before date (format: 2020-05-01 00:00:00)</p>\n</li>\n<li><p>created_after -&gt; show the orders created in easySales after date (format: 2020-05-01 00:00:00)</p>\n</li>\n<li><p>modified_before -&gt; show the orders updated in easySales before date (format: 2020-05-01 00:00:00)</p>\n</li>\n<li><p>modified_after -&gt; show the orders updated in easySales after date (format: 2020-05-01 00:00:00)</p>\n</li>\n<li><p>fulfillment_service_id -&gt; filter by fulfillment service id (see List fulfillment services for id)</p>\n</li>\n<li><p>discount_less -&gt; show the orders with discount less then specified value</p>\n</li>\n<li><p>discount_more -&gt; show the orders with discount higher then specified value</p>\n</li>\n<li><p>discount_equal -&gt; show the orders with discount equal then specified value</p>\n</li>\n<li><p>shipping_method -&gt; filter by shipping methods</p>\n</li>\n<li><p>delivery_notes -&gt; filter by delivery_notes (can be partial string)</p>\n</li>\n<li><p>storno_invoice_number -&gt; filter by storno invoice number</p>\n</li>\n<li><p>invoice_number -&gt; filter by invoice number</p>\n</li>\n<li><p>invoice_series -&gt; filter by invoice series</p>\n</li>\n<li><p>billing_software_id -&gt; filter by billing sotware id</p>\n</li>\n<li><p>total_value_more -&gt; show the orders with total value more then specifiend value</p>\n</li>\n<li><p>total_value_less -&gt; show the orders with total value less then specified value</p>\n</li>\n<li><p>total_value_equal -&gt; show the orders with total_value equal with specified value</p>\n</li>\n<li><p>customer_blacklist -&gt; show the orders with value for customer blacklist 0/1</p>\n</li>\n<li><p>customer_email -&gt; filter by customer email</p>\n</li>\n<li><p>customer_legal_entity -&gt; show the orders with value for customer legal entity 0/1</p>\n</li>\n<li><p>customer_name -&gt; filter by customer name</p>\n</li>\n<li><p>customer_phone -&gt; filter by customer phone</p>\n</li>\n<li><p>original_delivery_status -&gt; filter by original delivery status</p>\n</li>\n<li><p>invoice_type -&gt; filter by invoice type (invoice/storno)</p>\n</li>\n<li><p>product_ean -&gt; filter by ean of order products</p>\n</li>\n<li><p>product_sku -&gt; filter by sku of order products</p>\n</li>\n<li><p>shipping_address_city -&gt; show the orders shipped in a specific city</p>\n</li>\n<li><p>shipping_address_country -&gt; show the orders shipped in a specific country</p>\n</li>\n<li><p>shipping_address_county -&gt; show the orders shipped in a specific county</p>\n</li>\n<li><p>shipping_address_street -&gt; show the orders shipped on a specific street</p>\n</li>\n<li><p>billing_address_city -&gt; show the orders invoiced in a specific city</p>\n</li>\n<li><p>billing_address_country -&gt; show the orders invoiced in a specific country</p>\n</li>\n<li><p>billing_address_county -&gt; show the orders invoiced in a specific county</p>\n</li>\n<li><p>billing_address_street -&gt; show the orders invoiced on a specific street</p>\n</li>\n<li><p>process_group_name -&gt; filter by name of a process group</p>\n</li>\n<li><p>tags -&gt; filter by tags</p>\n</li>\n<li><p>has_awb -&gt; show the orders with/without awb</p>\n</li>\n<li><p>has_tags -&gt; filter orders with/without tags (true|false)</p>\n</li>\n<li><p>meta_key -&gt; show the orders which have a specific metadata key</p>\n</li>\n<li><p>meta_value -&gt; show the orders which have a specific metadata value</p>\n</li>\n</ul>\n<p><strong>Order IDs:</strong></p>\n<ul>\n<li><p><strong>id</strong> - Id of the order in external platform (channel).</p>\n</li>\n<li><p><strong>order_display_id</strong> - user-friendly order id that is commonly used in web interfaces (when the base id is an unreadable UUID for example)</p>\n</li>\n<li><p><strong>internal_id</strong> - easySales internal order id, this id should be used on get and update requests.</p>\n</li>\n</ul>\n<p><strong>The difference between before/after and crated_before/created_after:</strong></p>\n<p>When using before or after the orders are filtered by order_date, this date represents the date on which the order was created in the source platform.<br />When using created_before or created_after the orders are filtered by easySales internal creation date, because orders are synchronized with a small delay, order_date and our internal creation time may not be equal.</p>\n<p><strong>Details</strong> property contains marketplace or website order-specific information.</p>\n<ul>\n<li>status -&gt; Filter order by status. Use status id (number) in order to filter orders by status. Filter by multiple statuses using comma separated status id's. Available options:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 -&gt; Canceled\n1 -&gt; New\n2 -&gt; Received\n3 -&gt; Completed\n4 -&gt; Processing\n5 -&gt; Incomplete\n6 -&gt; Return\n\n</code></pre><ul>\n<li>payment_mode -&gt; Filter order by payment mode. Use payment mode id (number) in order to filter orders by payment modes. Available options:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1 -&gt; Online\n2 -&gt; Cash on delivery\n3 -&gt; Bank transfer\n4 -&gt; Unknown\n\n</code></pre><ul>\n<li>delivery_status -&gt; Filter order by delivery status. Use delivery status id (number) in order to filter orders by delivery status. Available options:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1 -&gt; Ready\n2 -&gt; On Route\n3 -&gt; Delayed\n4 -&gt; Delivered\n5 -&gt; Return\n6 -&gt; Unknown\n7 -&gt; Canceled\n\n</code></pre><ul>\n<li>courier_id -&gt; Filter order by courier. Use courier id (number) in order to filter orders by courier. Available options:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1 -&gt; Emag\n2 -&gt; DPD\n3 -&gt; UrgentCargus\n4 -&gt; FanCourier\n5 -&gt; SameDay\n6 -&gt; GLS\n8 -&gt; EmagHU\n9 -&gt; EmagBG\n11 -&gt; TCE\n12 -&gt; Bookurier\n13 -&gt; Manual\n14 -&gt; Innoship\n15 -&gt; Elefant\n16 -&gt; Speedy\n17 -&gt; Econt\n18 -&gt; DHL\n19 -&gt; Doraly\n20 -&gt; DPDHU\n21 -&gt; GLSHU\n22 -&gt; SameDayHU\n23 -&gt; Packeta\n24 -&gt; Vivre\n25 -&gt; AltexRO\n26 -&gt; UPS\n27 -&gt; PostaHU\n28 -&gt; Foxpost\n\n</code></pre><ul>\n<li>billing_software_id -&gt; Filter order by billing software. Use billing software id (number) in order to filter orders by billing software. Available options:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1 -&gt; FGO\n2 -&gt; SmartBill\n3 -&gt; FacturisOnline\n4 -&gt; EasySales\n5 -&gt; Manual\n6 -&gt; Billingo\n7 -&gt; Szamlazz\n8 -&gt; QuizkBooks\n\n</code></pre><h3 id=\"example\">Example:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://easy-sales.com/api/v2/orders?modified_after=2019-05-01 00:00:00&amp;marketplace=Emag&amp;status=1&amp;delivery_status=1&amp;payment_mode=1\n\n</code></pre>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","name":"Orders","type":"folder"}},"urlObject":{"path":["api","v2","orders"],"host":["https://easy-sales.com"],"query":[{"disabled":true,"key":"status","value":"3"},{"disabled":true,"key":"payment_mode","value":"3"},{"disabled":true,"key":"modified_before","value":"2021-10-01 23:59:5"},{"disabled":true,"key":"after","value":"2021-08-01 00:00:00"},{"disabled":true,"key":"order_display_id","value":"230"},{"disabled":true,"key":"awb_id","value":"345"},{"key":"per_page","value":"100"},{"key":"page","value":"1"},{"key":"order_display_id","value":"55911918"}],"variable":[]}},"response":[{"id":"df3ef958-9972-4ef7-93ec-e8e35174af65","name":"List orders -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://easy-sales.com/api/v2/orders?page=1&after=2021-08-01 00:00:00&awb_id=345","host":["https://easy-sales.com"],"path":["api","v2","orders"],"query":[{"key":"status","value":"3","disabled":true},{"key":"payment_mode","value":"3","type":"text","disabled":true},{"key":"modified_before","value":"2021-10-01 23:59:5","disabled":true},{"key":"page","value":"1"},{"key":"after","value":"2021-08-01 00:00:00"},{"key":"order_display_id","value":"230","disabled":true},{"key":"awb_id","value":"345"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 01 Sep 2022 12:37:39 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"Xa2b62db2f705b66baa0605b91d89b310","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"235\",\n            \"order_display_id\": \"235\",\n            \"internal_id\": 289,\n            \"order_date\": \"2022-08-14 13:11:12\",\n            \"status\": \"New\",\n            \"value\": \"118.50\",\n            \"tax\": \"22.50\",\n            \"total_value\": \"141.00\",\n            \"total_vouchers\": \"50\",\n            \"observations\": null,\n            \"notes\": null,\n            \"cancel_request\": null,\n            \"website\": \"Acme.com\",\n            \"marketplace\": null,\n            \"payment_mode\": \"Unknown\",\n            \"payment_status\": \"Paid\",\n            \"customer\": {\n                \"id\": 12,\n                \"name\": \"John Doe\",\n                \"phone\": \"0758049413\",\n                \"email\": \"john.doe@example.com\",\n                \"company_name\": \"Acme\",\n                \"legal_entity\": 0,\n                \"bank\": null,\n                \"iban\": null,\n                \"vat_id\": null,\n                \"registration_number\": null\n            },\n            \"billing_address\": {\n                \"name\": \"John Doe\",\n                \"phone\": \"555 444\",\n                \"city\": \"Bucuresti\",\n                \"street\": \"Street Name\",\n                \"postal_code\": \"111222\",\n                \"country\": {\n                    \"name\": \"Romania\",\n                    \"iso_code2\": \"RO\"\n                },\n                \"county\": {\n                    \"name\": \"Bucuresti\",\n                    \"iso_code\": \"B\"\n                }\n            },\n            \"shipping_address\": {\n                \"name\": \"Test\",\n                \"phone\": \"555 444\",\n                \"city\": \"Bucuresti\",\n                \"street\": \"Street Name\",\n                \"postal_code\": \"111222\",\n                \"country\": {\n                    \"name\": \"Romania\",\n                    \"iso_code2\": \"RO\"\n                },\n                \"county\": {\n                    \"name\": \"Bucuresti\",\n                    \"iso_code\": \"B\"\n                }\n            },\n            \"shipping_method\": null,\n            \"products\": [\n                {\n                    \"sku\": \"beanie\",\n                    \"name\": \"Beanie\",\n                    \"quantity\": 2,\n                    \"price\": \"15.1261\",\n                    \"total\": \"30.2521\",\n                    \"tax\": \"0.19\",\n                    \"product_website_id\": null\n                }\n            ],\n            \"charges\": [\n                {\n                    \"name\": \"Shipping\",\n                    \"price_with_tax\": \"15.0000\",\n                    \"price_without_tax\": \"12.6100\",\n                    \"tax\": \"0.19\",\n                    \"type\": \"shipping\"\n                },\n                {\n                    \"name\": \"Order fee\",\n                    \"price_with_tax\": \"15.0000\",\n                    \"price_without_tax\": \"12.6100\",\n                    \"tax\": \"0.19\",\n                    \"type\": \"fee\"\n                },\n                {\n                    \"name\": \"Order fee 2\",\n                    \"price_with_tax\": \"25.0000\",\n                    \"price_without_tax\": \"21.0100\",\n                    \"tax\": \"0.19\",\n                    \"type\": \"fee\"\n                },\n                {\n                    \"name\": \"Voucher\",\n                    \"price_with_tax\": \"15.0000\",\n                    \"price_without_tax\": \"12.6100\",\n                    \"tax\": \"0.19\",\n                    \"type\": \"discount\"\n                },\n                {\n                    \"name\": \"Another Voucher\",\n                    \"price_with_tax\": \"35.0000\",\n                    \"price_without_tax\": \"29.4100\",\n                    \"tax\": \"0.19\",\n                    \"type\": \"discount\"\n                }\n            ],\n            \"shipments\": [\n                {\n                    \"awb_id\": [\n                        \"2030300120035\"\n                    ],\n                    \"awb_url\": \"https://easy-sales.com/shipments/{{uuid}}/awb\",\n                    \"delivery_status\": {\n                        \"description\": \"Ready\",\n                        \"value\": 1\n                    },\n                    \"delivery_history\": [\n                        {\n                            \"date\": \"2023-01-30 09:01:55\",\n                            \"description\": \"AWB-ul a fost inregistrat de catre clientul expeditor.\\n\"\n                        }\n                    ],\n                    \"delivery_data\": null,\n                    \"awb_tracking_page\": \"https://easy-sales.com/shipments/{{uuid}}/awb-tracking\",\n                    \"courier\": {\n                        \"id\": 4,\n                        \"name\": \"FanCourier\"\n                    }\n                }\n            ],\n            \"invoices\": [\n                {\n                    \"series\": \"TEST\",\n                    \"number\": \"0150\",\n                    \"URL\": \"https://easy-sales.com/orders/{{uuid}}/invoice\",\n                    \"type\": \"invoice\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"name\": \"Tag name\",\n                    \"description\": \"Tag description\"\n                }\n            ],\n            \"invoice_series\": \"E-SZ-2022-243\",\n            \"invoice_nr\": null,\n            \"awb_id\": [\n                \"80072590981\",\n                \"345\",\n                \"444\"\n            ],\n            \"awb_response\": null,\n            \"shipment_tax\": \"15.00\",\n            \"awb_url\": null,\n            \"invoice_url\": \"https://example.com/invoice-file.pdf\",\n            \"delivery_status\": null,\n            \"delivery_history\": null,\n            \"invoice_storno_nr\": null,\n            \"currency\": {\n                \"name\": \"Romanian Leu\",\n                \"symbol\": \"RON\"\n            },\n            \"delivery_data\": null,\n            \"delivery_notes\": null,\n            \"created_at\": \"2022-08-17T08:19:28.000000Z\",\n            \"updated_at\": \"2022-08-26T08:48:47.000000Z\",\n            \"details\": {\n                \"shipping_tax_voucher_split\": 2\n            },\n            \"errors\": [\n                {\n                    \"date\": \"2023-01-27 10:27:35\",\n                    \"action\": \"create_awb\",\n                    \"message\": \"Failed to create AWB. Reason: Recipient street too long\"\n                }\n            ],\n             \"meta_data\": [\n                {\n                    \"key\": \"emag_maximum_shipment_date\",\n                    \"value\": \"2024-02-23 12:16:11\"\n                },\n                {\n                    \"key\": \"is_vies\",\n                    \"value\": \"1\"\n                }\n            ]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easy-sales.com/api/v2/orders?page=1\",\n        \"last\": \"https://easy-sales.com/api/v2/orders?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/orders?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://easy-sales.com/api/v2/orders\",\n        \"per_page\": 50,\n        \"to\": 1,\n        \"total\": 1\n    },\n    \"details\": {\n        \"shipping_tax_voucher_split\": 2\n    }\n}"}],"_postman_id":"4b3853e1-459f-4692-a35b-fb955b980c0a"},{"name":"Export Orders","id":"8366358e-4a8b-4665-92dd-95b6127f7ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orders_ids\": [26,46]\r\n}"},"url":"https://easy-sales.com/api/v2/orders/export","urlObject":{"path":["api","v2","orders","export"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"046d5e72-9452-4697-9ffb-a539b49e06d0","name":"Export Order -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orders_ids\": [5033887, 5033888]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 01 Sep 2022 12:37:39 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"Xa2b62db2f705b66baa0605b91d89b310","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"file_name\": \"orders-export-07-14-2023-11:58:58-am.pdf\",\n    \"file_url\": \"https://easysales1.fra1.digitaloceanspaces.com/uploads/1/orders/orders-export-07-14-2023-11%3A58%3A58-am.pdf\",\n    \"expires_at\": \"2023-07-15 11:58:58\"\n}"}],"_postman_id":"8366358e-4a8b-4665-92dd-95b6127f7ce8"},{"name":"Get order","id":"aaea0942-5173-471e-9d04-edb533f0eda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/13","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","name":"Orders","type":"folder"}},"urlObject":{"path":["api","v2","orders","13"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"243f99a3-d22c-4407-8308-0990c86ccb21","name":"Get Order -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 09 Apr 2021 10:10:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X55dec9d8206508d0a20bb6a30520e606","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"11385\",\n        \"order_display_id\": \"11385\",\n        \"internal_id\": 181,\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"status\": \"Completed\",\n        \"value\": \"42.86\",\n        \"tax\": \"5.94\",\n        \"total_value\": \"53.8500\",\n        \"total_vouchers\": \"-11.9\",\n        \"observations\": null,\n        \"cancel_request\": null,\n        \"website\": \"API\",\n        \"marketplace\": null,\n        \"payment_mode\": \"Cash on delivery\",\n        \"customer\": {\n            \"id\": 155,\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"company_name\": \"Abc Inc.\",\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\",\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"str. Panciu 46\",\n            \"postal_code\": null,\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"products\": [\n            {\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": \"15.1261\",\n                \"total\": \"30.2521\",\n                \"tax\": \"0.19\",\n                \"product_data\": {\n                    \"id\": 3,\n                    \"sku\": \"beanie\",\n                    \"ean\": \"9118427569657\",\n                    \"images\": [\n                        \"https://example.com/product-image-1.jpg\",\n                        \"https://example.com/product-image-2.jpg\",\n                        \"https://example.com/product-image-3.jpg\",\n                        \"https://example.com/product-image-4.jpg\"\n                    ]\n                },\n                \"offer\": {\n                    \"id\": 3,\n                    \"marketplace_id\": 26,\n                    \"marketplace_name\": \"PepitaHU\"\n                }\n            }\n        ],\n        \"charges\": [\n            {\n                \"name\": \"Discount 2\",\n                \"price_with_tax\": \"-11.9000\",\n                \"price_without_tax\": \"-10.0000\",\n                \"tax\": \"0.19\",\n                \"type\": \"discount\"\n            },\n            {\n                \"name\": \"Shipping\",\n                \"price_with_tax\": \"15.0000\",\n                \"price_without_tax\": \"12.6100\",\n                \"tax\": \"0.19\",\n                \"type\": \"shipping\"\n            }\n        ],\n         \"shipments\": [\n                {\n                    \"awb_id\": [\n                        \"2030300120035\"\n                    ],\n                    \"awb_url\": \"https://easy-sales.com/shipments/{{uuid}}/awb\",\n                    \"delivery_status\": {\n                        \"description\": \"Ready\",\n                        \"value\": 1\n                    },\n                    \"delivery_history\": [\n                        {\n                            \"date\": \"2023-01-30 09:01:55\",\n                            \"description\": \"AWB-ul a fost inregistrat de catre clientul expeditor.\\n\"\n                        }\n                    ],\n                    \"delivery_data\": null,\n                    \"awb_tracking_page\": \"https://easy-sales.com/shipments/{{uuid}}/awb-tracking\",\n                    \"courier\": {\n                        \"id\": 4,\n                        \"name\": \"FanCourier\"\n                    }\n                }\n            ],\n            \"invoices\": [\n                {\n                    \"series\": \"TEST\",\n                    \"number\": \"0150\",\n                    \"URL\": \"https://easy-sales.com/orders/{{uuid}}/invoice\",\n                    \"type\": \"invoice\"\n                }\n        ],\n        \"tags\": [\n                {\n                    \"name\": \"Tag name\",\n                    \"description\": \"Tag description\"\n                }\n        ],\n        \"invoice_series\": \"invoice-series\",\n        \"invoice_nr\": \"7689\",\n        \"awb_id\": [\n            \"2222100120074\"\n        ],\n        \"shipment_tax\": \"12.80\",\n        \"awb_url\": \"https://easysales.ro/orders/ce08fc2c-f740-4209-956e-cfb08e2ed195/awb\",\n        \"invoice_url\": \"https://easysales1.fra1.digitaloceanspaces.com/uploads/124231/invoices/162625535813-66d79ddc-a51f-414d-b0d9-ba21d2ca21da%20%281%29.pdf\",\n        \"delivery_status\": {\n            \"description\": \"Ready\",\n            \"value\": 1\n        },\n        \"delivery_history\": [\n            {\n                \"date\": \"2021-07-30 15:36:54\",\n                \"description\": \"AWB-ul a fost inregistrat de catre clientul expeditor.\\n\"\n            }\n        ],\n        \"details\": {\n            \"shipping_tax_voucher_split\": 2\n        },\n        \"sms_history\": [\n              {\n                \"sms_id\": \"SM3e1975a2b17ba3eedbc291a693842525\",\n                \"status\": \"unknown\",\n                \"description\": null,\n                \"created_at\": \"2023-05-08T07:01:35.000000Z\",\n                \"number_of_messages\": null,\n                \"original_message\": \"Hi John Doe,\\n\\nYour order has been completed.\"\n            }\n        ],\n        \"email_history\": [\n            {\n                \"email_service_id\": 1,\n                \"template_type_id\": 5,\n                \"status\": \"delivered\",\n                \"subject\": \"Shipment status\",\n                \"created_at\": \"2023-05-10T06:26:36.000000Z\"\n            }\n        ],\n        \"errors\": [\n            {\n                \"date\": \"2023-01-27 10:27:35\",\n                \"action\": \"create_awb\",\n                \"message\": \"Failed to create AWB. Reason: Recipient street too long\"\n            }\n        ],\n        \"meta_data\": [\n            {\n                \"key\": \"emag_maximum_shipment_date\",\n                \"value\": \"2024-02-23 12:16:11\"\n            },\n            {\n                \"key\": \"is_vies\",\n                \"value\": \"1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"aaea0942-5173-471e-9d04-edb533f0eda5"},{"name":"Add Order","id":"92de1dc7-58dd-4787-9bcb-0b9a286bef6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"source\": \"api\",\n    \"order\": {\n        \"order_id\": \"order-TEST-005\",\n        \"invoice_series\": \"test\",\n        \"order_date\": \"2023-05-08 15:15:12\",\n        \"order_total\": 10,\n        \"currency\": \"CZK\",\n        \"status\": 1,\n        \"payment_mode\": 1,\n        \"shipment_tax\": 15,\n        \"observations\": \"\",\n        \"total_vouchers\": \"0\",\n        \"customer\": {\n            \"name\": \"John Smith\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"0723156328\",\n            \"email\": \"acme+3@gmail.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"4805551234\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Str. Baltagului 1\",\n            \"postal_code\": \"85001\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"4805551234\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Str. Baltagului 1\",\n            \"postal_code\": \"85001\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": \"91\",\n                \"sku\": \"shoe-911\",\n                \"name\": \"Perie rotativa cu maner pentru aparatele de spalat DZ-CI107, DZ-CI108\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"total\": 10,\n                \"tax\": 0\n            }\n        ],\n        \"shipment\": {\n            \"tax\": 21,\n            \"price_with_tax\": 15\n        },\n        \"fees\": [],\n        \"vouchers\": [],\n        \"original_data\": {\n            \"payment_method\": \"Online\"\n        }\n    }\n}"},"url":"https://easy-sales.com/api/v2/orders","description":"<p>Orders are created by sending HTTP POST requests to the API. The object in the request body determines the initial state of the order will be when it is created.</p>\n<p><strong>Order object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The number that uniquely identifies an order.</td>\n</tr>\n<tr>\n<td>invoice_series</td>\n<td>String</td>\n<td>True</td>\n<td>Default invoice series</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order date (Text in YYYY-mm-dd HH:ii:ss format.)</td>\n</tr>\n<tr>\n<td>order_total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order total value (products values + shipment tax)</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>False</td>\n<td>3 letter symbol (ex. EUR, USD, RON)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>True</td>\n<td>The order processing status.</td>\n</tr>\n<tr>\n<td>payment_mode</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The order payment method.</td>\n</tr>\n<tr>\n<td>shipment_tax</td>\n<td>Numeric</td>\n<td>True if shipment missing</td>\n<td>Shipment tax (VAT included)</td>\n</tr>\n<tr>\n<td>observations</td>\n<td>String</td>\n<td>False</td>\n<td>Order extra details.</td>\n</tr>\n<tr>\n<td>total_vouchers</td>\n<td>Numeric</td>\n<td>True</td>\n<td>A value describing the voucher discounts. Must be a negative number</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the customer.</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the shipping address.</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the billing address.</td>\n</tr>\n<tr>\n<td>order_products</td>\n<td>Array of objects</td>\n<td>True</td>\n<td>A list of arrays describing the products in the order.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>Object</td>\n<td>True if shipment_tax missing</td>\n<td>Information about shipment value and tax</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Customer object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Required if the customer is physical person</td>\n<td>The customer's name.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Required if the customer is juridical person</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's phone number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's fax number</td>\n</tr>\n<tr>\n<td>identification_number</td>\n<td>Numeric</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>legal_entity</td>\n<td>0 - physical person / 1 - juridical person</td>\n<td>True</td>\n<td>A flag indicating if the customer is physical or juridical entity.</td>\n</tr>\n<tr>\n<td>bank</td>\n<td>String</td>\n<td>False</td>\n<td>The bank name.</td>\n</tr>\n<tr>\n<td>iban</td>\n<td>String</td>\n<td>False</td>\n<td>The bank account.</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration code.</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration number.</td>\n</tr>\n<tr>\n<td>vat_payer</td>\n<td>company is vat payer: 0 - false / 1 - true</td>\n<td>False</td>\n<td>A flag indicating if the customer is vat payer.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Billing address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice name.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice phone.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's invoice country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's invoice county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's invoice postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipping address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The name of the contact person that will pick up the parcel.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The phone used by the courier to contact the shipping person.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's shipping country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's shipping county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's shipping postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Order product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product id.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n<td>Product sku.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product quantity.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The price without VAT.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>tax excluded, price * quantity</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Tax rate, ex: 19</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipment object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Fee object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Voucher object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT (negative value)</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT (negative value)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Statuses :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    0 =&gt; 'Cancelled'\n    1 =&gt; 'New'\n    2 =&gt; 'Received\n    3 =&gt; 'Completed'\n    4 =&gt; 'Processing'\n    5 =&gt; 'Incomplete'\n    6 =&gt; 'Returned'\n\n</code></pre><p>Payment Mode :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    1 =&gt; 'Online'\n    2 =&gt; 'Cash on Delivery\n    3 =&gt; 'Bank Transfer'\n\n</code></pre>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","name":"Orders","type":"folder"}},"urlObject":{"path":["api","v2","orders"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"b4e6acd7-a30b-4ec8-ae2a-dae26ff65bc8","name":"Add Order ->Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"order\": {\n        \"order_id\": 1134585,\n        \"invoice_series\": \"invoice-series\",\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"order_total\": 53.85,\n        \"currency\": \"EUR\",\n        \"status\": 1,\n        \"payment_mode\": 2,\n        \"observations\": \"\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": 28,\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": 15.1260505,\n                \"total\": \"30.252101\",\n                \"tax\": 19\n            }\n        ],\n        \"shipment\": {\n            \"tax\": 19,\n            \"price_with_tax\": 15\n        },\n         \"fees\": [\n            {\n                \"tax\": 19,\n                \"name\": \"Order fee\",\n                \"price_with_tax\": 15\n            },\n            {\n                \"tax\": 19,\n                \"name\": \"Order fee 2\",\n                \"price_with_tax\": 25\n            }\n        ],\n        \"vouchers\": [\n            {\n                \"tax\": 19,\n                \"name\": \"Voucher\",\n                \"price_with_tax\": -15\n            },\n            {\n                \"tax\": 19,\n                \"name\": \"Another Voucher\",\n                \"price_with_tax\": -35\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 11 Aug 2021 12:22:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X2afb535c1a83670a20c59a834ba2431c","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"1134585\",\n        \"order_display_id\": \"1134585\",\n        \"internal_id\": 186,\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"status\": \"New\",\n        \"value\": 42.862100999999996,\n        \"tax\": 8.14,\n        \"total_value\": 53.85,\n        \"total_vouchers\": -20,\n        \"observations\": null,\n        \"cancel_request\": null,\n        \"website\": \"API\",\n        \"marketplace\": null,\n        \"payment_mode\": \"Cash on delivery\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"company_name\": \"Abc Inc.\",\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\",\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": null,\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"products\": [\n            {\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": \"15.1261\",\n                \"total\": \"30.2521\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"charges\": [\n            {\n                \"name\": \"Shipping\",\n                \"price_with_tax\": \"15.0000\",\n                \"price_without_tax\": \"12.6100\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"invoice_series\": \"invoice-series\",\n        \"invoice_nr\": null,\n        \"awb_id\": null,\n        \"shipment_tax\": 12.799999999999999,\n        \"awb_url\": null,\n        \"invoice_url\": null,\n        \"delivery_history\": null\n    }\n}"},{"id":"71371c1e-257d-40d8-8cce-27f96c1210bc","name":"Add Order -> Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"order\": {\n        \"order_id\": 1178,\n        \"invoice_series\": \"invoice-series\",\n        \"order_date\": \"2019-06-14 13:11:12\",\n        \"order_total\": 53.85,\n        \"currency\": \"EUR\",\n        \"status\": 1,\n        \"payment_mode\": 2,\n        \"shipment_tax\": 15,\n        \"observations\": \"\",\n        \"total_vouchers\": 0,\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": 28,\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": 15.1260505,\n                \"total\": \"30.252101\",\n                \"tax\": 19\n            }\n        ]\n    }\n}"},"url":"https://easy-sales.com/api/v2/orders"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 11:47:18 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"order.order_id\": [\n            \"The order.order id has already been taken.\"\n        ]\n    }\n}"}],"_postman_id":"92de1dc7-58dd-4787-9bcb-0b9a286bef6f"},{"name":"Save Order","id":"e87cb361-1c8d-4936-a28f-90ea25386094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"source\": \"api\",\n    \"order\": {\n  \"fees\": [\n    \n  ],\n  \"status\": \"1\",\n  \"currency\": \"RON\",\n  \"customer\": {\n    \"fax\": null,\n    \"bank\": null,\n    \"iban\": null,\n    \"name\": \"Roxana Mihai\",\n    \"email\": \"roxanamihai2012@gmail.com\",\n    \"phone\": \"0722851129\",\n    \"vat_id\": null,\n    \"vat_payer\": null,\n    \"company_name\": \"\",\n    \"legal_entity\": 0,\n    \"registration_number\": null,\n    \"identification_number\": null\n  },\n  \"order_id\": 191644,\n  \"shipment\": {\n    \"tax\": null,\n    \"price_with_tax\": 0\n  },\n  \"vouchers\": [\n    \n  ],\n  \"order_date\": \"2025-10-28 13:43:24\",\n  \"order_total\": 294.9,\n  \"observations\": \"\",\n  \"payment_mode\": 1,\n  \"shipment_tax\": 0,\n  \"original_data\": {\n    \"status\": \"processing\"\n  },\n  \"delivery_notes\": \"Livrare curier\",\n  \"invoice_series\": \"\",\n  \"order_products\": [\n    {\n      \"sku\": \"PL-DB\",\n      \"tax\": 21,\n      \"name\": \"Kendama Krom Sticky Dark Blue\",\n      \"price\": 230.5785,\n      \"total\": \"230.578512\",\n      \"quantity\": 1,\n      \"properties\": [\n        \n      ],\n      \"product_website_id\": 149003\n    },\n    {\n      \"sku\": \"00016\",\n      \"tax\": 21,\n      \"name\": \"Set ata kendama 3 buc cu rulment\",\n      \"price\": 13.1405,\n      \"total\": \"13.140496\",\n      \"quantity\": 1,\n      \"properties\": [\n        \n      ],\n      \"product_website_id\": 190792\n    }\n  ],\n  \"payment_status\": 1,\n  \"billing_address\": {\n    \"city\": \"Călărași\",\n    \"name\": \"Roxana Mihai\",\n    \"phone\": \"0722851129\",\n    \"county\": \"CL\",\n    \"street\": \"Str parcului bloc k5 sc a ap 17 et 4\",\n    \"country\": \"RO\",\n    \"postal_code\": \"\"\n  },\n  \"shipping_method\": null,\n  \"shipment_has_vat\": true,\n  \"shipping_address\": {\n    \"city\": \"Călărași\",\n    \"name\": \"Roxana Mihai\",\n    \"phone\": \"0722851129\",\n    \"county\": \"CL\",\n    \"street\": \"Str parcului bloc k5 sc a ap 17 et 4\",\n    \"country\": \"RO\",\n    \"postal_code\": \"\"\n  },\n  \"original_payment_method\": \"netopiapayments\"\n}\n}"},"url":"https://easy-sales.com/api/v2/orders/save","description":"<p>Orders are saved by sending HTTP POST requests to the API. The object in the request body determines the initial state of the order will be when it is created or updated.</p>\n<p><strong>Order object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The number that uniquely identifies an order.</td>\n</tr>\n<tr>\n<td>invoice_series</td>\n<td>String</td>\n<td>True</td>\n<td>Default invoice series</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order date (Text in YYYY-mm-dd HH:ii:ss format.)</td>\n</tr>\n<tr>\n<td>order_total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order total value (products values + shipment tax)</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>False</td>\n<td>3 letter symbol (ex. EUR, USD, RON)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>True</td>\n<td>The order processing status.</td>\n</tr>\n<tr>\n<td>payment_mode</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The order payment method.</td>\n</tr>\n<tr>\n<td>shipment_tax</td>\n<td>Numeric</td>\n<td>True if shipment missing</td>\n<td>Shipment tax (VAT included)</td>\n</tr>\n<tr>\n<td>observations</td>\n<td>String</td>\n<td>False</td>\n<td>Order extra details.</td>\n</tr>\n<tr>\n<td>delivery_notes</td>\n<td>String</td>\n<td>False</td>\n<td>Delivery extra details.</td>\n</tr>\n<tr>\n<td>total_vouchers</td>\n<td>Numeric</td>\n<td>True</td>\n<td>A value describing the voucher discounts. Must be a negative number</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the customer.</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the shipping address.</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the billing address.</td>\n</tr>\n<tr>\n<td>order_products</td>\n<td>Array of objects</td>\n<td>True</td>\n<td>A list of arrays describing the products in the order.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>Object</td>\n<td>True if shipment_tax missing</td>\n<td>Information about shipment value and tax</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Customer object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Required if the customer is physical person</td>\n<td>The customer's name.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Required if the customer is juridical person</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's phone number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's fax number</td>\n</tr>\n<tr>\n<td>identification_number</td>\n<td>Numeric</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>legal_entity</td>\n<td>0 - physical person / 1 - juridical person</td>\n<td>True</td>\n<td>A flag indicating if the customer is physical or juridical entity.</td>\n</tr>\n<tr>\n<td>bank</td>\n<td>String</td>\n<td>False</td>\n<td>The bank name.</td>\n</tr>\n<tr>\n<td>iban</td>\n<td>String</td>\n<td>False</td>\n<td>The bank account.</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration code.</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration number.</td>\n</tr>\n<tr>\n<td>vat_payer</td>\n<td>company is vat payer: 0 - false / 1 - true</td>\n<td>False</td>\n<td>A flag indicating if the customer is vat payer.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Billing address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice name.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice phone.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's invoice country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's invoice county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's invoice postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipping address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The name of the contact person that will pick up the parcel.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The phone used by the courier to contact the shipping person.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's shipping country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's shipping county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's shipping postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Order product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product id.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n<td>Product sku.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product quantity.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The price without VAT.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>tax excluded, price * quantity</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Tax rate, ex: 19</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipment object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Fee object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Voucher object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT (negative value)</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT (negative value)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Statuses :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    0 =&gt; 'Cancelled'\n    1 =&gt; 'New'\n    2 =&gt; 'Received\n    3 =&gt; 'Completed'\n    4 =&gt; 'Processing'\n    5 =&gt; 'Incomplete'\n    6 =&gt; 'Returned'\n\n</code></pre><p>Payment Mode :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    1 =&gt; 'Online'\n    2 =&gt; 'Cash on Delivery\n    3 =&gt; 'Bank Transfer'\n\n</code></pre>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","name":"Orders","type":"folder"}},"urlObject":{"path":["api","v2","orders","save"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"bded4a54-1c30-4a7d-ab9e-2ce9c24907cf","name":"Save Order ->Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"order\": {\n        \"order_id\": 1134585,\n        \"invoice_series\": \"invoice-series\",\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"order_total\": 53.85,\n        \"status\": 1,\n        \"payment_mode\": 2,\n        \"observations\": \"\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": 28,\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": 15.1260505,\n                \"total\": \"30.252101\",\n                \"tax\": 19\n            }\n        ],\n        \"shipment\": {\n            \"tax\": 19,\n            \"price_with_tax\": 15\n        },\n        \"fees\": [\n            {\n                \"tax\": 19,\n                \"name\": \"Order fee\",\n                \"price_with_tax\": 15\n            },\n            {\n                \"tax\": 19,\n                \"name\": \"Order fee 2\",\n                \"price_with_tax\": 25\n            }\n        ],\n        \"vouchers\": [\n            {\n                \"tax\": 19,\n                \"name\": \"Voucher\",\n                \"price_with_tax\": -15\n            },\n            {\n                \"tax\": 19,\n                \"name\": \"Another Voucher\",\n                \"price_with_tax\": -35\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 11 Aug 2021 12:22:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X2afb535c1a83670a20c59a834ba2431c","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"1134585\",\n        \"order_display_id\": \"1134585\",\n        \"internal_id\": 186,\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"status\": \"New\",\n        \"value\": 42.862100999999996,\n        \"tax\": 8.14,\n        \"total_value\": 53.85,\n        \"total_vouchers\": -20,\n        \"observations\": null,\n        \"cancel_request\": null,\n        \"website\": \"API\",\n        \"marketplace\": null,\n        \"payment_mode\": \"Cash on delivery\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"company_name\": \"Abc Inc.\",\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\",\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": null,\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"products\": [\n            {\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": \"15.1261\",\n                \"total\": \"30.2521\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"charges\": [\n            {\n                \"name\": \"Shipping\",\n                \"price_with_tax\": \"15.0000\",\n                \"price_without_tax\": \"12.6100\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"invoice_series\": \"invoice-series\",\n        \"invoice_nr\": null,\n        \"awb_id\": null,\n        \"shipment_tax\": 12.799999999999999,\n        \"awb_url\": null,\n        \"invoice_url\": null,\n        \"delivery_history\": null\n    }\n}"}],"_postman_id":"e87cb361-1c8d-4936-a28f-90ea25386094"},{"name":"Update Order","id":"b6f000ea-23c9-49e2-9c8b-4b1a3368da62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"source\": \"api\",\n    \"order\": {\n        \"order_id\": \"order-s4fssdffffddssdssdssf\",\n        \"invoice_series\": \"test\",\n        \"order_date\": \"2023-05-08 15:15:12\",\n        \"order_total\": 10,\n        \"currency\": \"RON\",\n        \"status\": 0,\n        \"payment_mode\": 1,\n        \"shipment_tax\": 15,\n        \"observations\": \"\",\n        \"total_vouchers\": \"0\",\n        \"customer\": {\n            \"name\": \"John Smith\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"0723156323\",\n            \"email\": \"codarmi@gmail.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"4805551234\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Str. Baltagului 1\",\n            \"postal_code\": \"85001\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"4805551234\",\n            \"country\": {\n                \"name\": \"Germany\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Str. Baltagului 1\",\n            \"postal_code\": \"85001\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": \"DZ-CI113\",\n                \"sku\": \"DZ-CI113\",\n                \"name\": \"Perie rotativa cu maner spentru aparatele de spalat DZ-CI107, DZ-CI108\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"total\": 10,\n                \"tax\": 0\n            }\n        ],\n        \"shipment\": {\n            \"tax\": 19,\n            \"price_with_tax\": 15\n        },\n        \"fees\": [],\n        \"vouchers\": [],\n        \"original_data\": {\n            \"payment_method\": \"Online\"\n        }\n    }\n}"},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}","description":"<p>Orders are updated by sending HTTP PUT requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Order object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The number that uniquely identifies an order.</td>\n</tr>\n<tr>\n<td>invoice_series</td>\n<td>String</td>\n<td>True</td>\n<td>Default invoice series</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order date (Text in YYYY-mm-dd HH:ii:ss format.)</td>\n</tr>\n<tr>\n<td>order_total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order total value (products values + shipment tax)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>True</td>\n<td>The order processing status.</td>\n</tr>\n<tr>\n<td>payment_mode</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The order payment method.</td>\n</tr>\n<tr>\n<td>shipment_tax</td>\n<td>Numeric</td>\n<td>True if shipment missing</td>\n<td>Shipment tax (VAT included)</td>\n</tr>\n<tr>\n<td>observations</td>\n<td>String</td>\n<td>False</td>\n<td>Order extra details.</td>\n</tr>\n<tr>\n<td>total_vouchers</td>\n<td>Numeric</td>\n<td>True</td>\n<td>A value describing the voucher discounts. Must be a negative number</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the customer.</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the shipping address.</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the billing address.</td>\n</tr>\n<tr>\n<td>order_products</td>\n<td>Array of objects</td>\n<td>True</td>\n<td>A list of arrays describing the products in the order.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>Object</td>\n<td>True if shipment_tax missing</td>\n<td>Information about shipment value and tax</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Customer object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Required if the customer is physical person</td>\n<td>The customer's name.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Required if the customer is juridical person</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's phone number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's fax number</td>\n</tr>\n<tr>\n<td>identification_number</td>\n<td>Numeric</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>legal_entity</td>\n<td>0 - physical person / 1 - juridical person</td>\n<td>True</td>\n<td>A flag indicating if the customer is physical or juridical entity.</td>\n</tr>\n<tr>\n<td>bank</td>\n<td>String</td>\n<td>False</td>\n<td>The bank name.</td>\n</tr>\n<tr>\n<td>iban</td>\n<td>String</td>\n<td>False</td>\n<td>The bank account.</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration code.</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration number.</td>\n</tr>\n<tr>\n<td>vat_payer</td>\n<td>company is vat payer: 0 - false / 1 - true</td>\n<td>False</td>\n<td>A flag indicating if the customer is vat payer.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Billing address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice name.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice phone.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's invoice country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's invoice county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's invoice postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipping address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The name of the contact person that will pick up the parcel.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The phone used by the courier to contact the shipping person.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's shipping country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's shipping county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's shipping postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Order product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product id.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n<td>Product sku.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product quantity.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The price without VAT.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>tax excluded, price * quantity</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Tax rate, ex: 19</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipment object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Fee object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Voucher object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT (negative value)</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT (negative value)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Statuses :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    0 =&gt; 'Cancelled'\n    1 =&gt; 'New'\n    2 =&gt; 'Received\n    3 =&gt; 'Completed'\n    4 =&gt; 'Processing'\n    5 =&gt; 'Incomplete'\n    6 =&gt; 'Returned'\n\n</code></pre><p>Payment Mode :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    1 =&gt; 'Online'\n    2 =&gt; 'Cash on Delivery\n    3 =&gt; 'Bank Transfer'\n\n</code></pre>","urlObject":{"path":["api","v2","orders","{{internal_order_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"ab258f6a-cde5-4115-85c4-90328f5f35b3","name":"Update Order -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"order\": {\n        \"order_id\": 1134585,\n        \"invoice_series\": \"invoice-series\",\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"order_total\": 53.85,\n        \"status\": 1,\n        \"payment_mode\": 2,\n        \"observations\": \"\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": 28,\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": 15.1260505,\n                \"total\": \"30.252101\",\n                \"tax\": 19\n            }\n        ],\n        \"shipment\": {\n            \"tax\": 19,\n            \"price_with_tax\": 15\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 11 Aug 2021 12:22:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X2afb535c1a83670a20c59a834ba2431c","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"1134585\",\n        \"order_display_id\": \"1134585\",\n        \"internal_id\": 186,\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"status\": \"New\",\n        \"value\": 42.862100999999996,\n        \"tax\": 8.14,\n        \"total_value\": 53.85,\n        \"total_vouchers\": -20,\n        \"observations\": null,\n        \"cancel_request\": null,\n        \"website\": \"API\",\n        \"marketplace\": null,\n        \"payment_mode\": \"Cash on delivery\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"company_name\": \"Abc Inc.\",\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\",\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": null,\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"products\": [\n            {\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": \"15.1261\",\n                \"total\": \"30.2521\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"charges\": [\n            {\n                \"name\": \"Shipping\",\n                \"price_with_tax\": \"15.0000\",\n                \"price_without_tax\": \"12.6100\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"invoice_series\": \"invoice-series\",\n        \"invoice_nr\": null,\n        \"awb_id\": null,\n        \"shipment_tax\": 12.799999999999999,\n        \"awb_url\": null,\n        \"invoice_url\": null,\n        \"delivery_history\": null\n    }\n}"},{"id":"9b3955d6-bf8c-42a1-bfc0-c60dd8ddabc1","name":"Update Order -> Invalid data","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"order\": {\n        \n        \"payment_mode\": 2,\n        \"shipment_tax\": 15,\n        \"observations\": \"\",\n        \"total_vouchers\": 0,\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": 28,\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": 15.1260505,\n                \"total\": \"30.252101\",\n                \"tax\": 19\n            }\n        ]\n    }\n}"},"url":"https://easy-sales.com/api/v2/orders/{{order_id}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 24 Mar 2020 13:03:32 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"order.order_id\": [\n            \"The order.order id field is required.\"\n        ],\n        \"order.order_date\": [\n            \"The order.order date field is required.\"\n        ],\n        \"order.order_total\": [\n            \"The order.order total field is required.\"\n        ],\n        \"order.status\": [\n            \"The order.status field is required.\"\n        ]\n    }\n}"}],"_postman_id":"b6f000ea-23c9-49e2-9c8b-4b1a3368da62"},{"name":"Update Order General Data","id":"033f435a-80a7-404a-8c21-9a8a76e079a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order\": {\n        \"invoice_series\": \"i-nvoice-series222223\",\n        \"notes\": \"updated notes 1\",\n        \"package\": 1\n    }\n}"},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/general-data","description":"<p>Orders are updated by sending HTTP PUT requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Order object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The number that uniquely identifies an order.</td>\n</tr>\n<tr>\n<td>invoice_series</td>\n<td>String</td>\n<td>True</td>\n<td>Default invoice series</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order date (Text in YYYY-mm-dd HH:ii:ss format.)</td>\n</tr>\n<tr>\n<td>order_total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Order total value (products values + shipment tax)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>True</td>\n<td>The order processing status.</td>\n</tr>\n<tr>\n<td>payment_mode</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The order payment method.</td>\n</tr>\n<tr>\n<td>shipment_tax</td>\n<td>Numeric</td>\n<td>True if shipment missing</td>\n<td>Shipment tax (VAT included)</td>\n</tr>\n<tr>\n<td>observations</td>\n<td>String</td>\n<td>False</td>\n<td>Order extra details.</td>\n</tr>\n<tr>\n<td>total_vouchers</td>\n<td>Numeric</td>\n<td>True</td>\n<td>A value describing the voucher discounts. Must be a negative number</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the customer.</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the shipping address.</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the billing address.</td>\n</tr>\n<tr>\n<td>order_products</td>\n<td>Array of objects</td>\n<td>True</td>\n<td>A list of arrays describing the products in the order.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>Object</td>\n<td>True if shipment_tax missing</td>\n<td>Information about shipment value and tax</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Customer object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Required if the customer is physical person</td>\n<td>The customer's name.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Required if the customer is juridical person</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's phone number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's fax number</td>\n</tr>\n<tr>\n<td>identification_number</td>\n<td>Numeric</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>legal_entity</td>\n<td>0 - physical person / 1 - juridical person</td>\n<td>True</td>\n<td>A flag indicating if the customer is physical or juridical entity.</td>\n</tr>\n<tr>\n<td>bank</td>\n<td>String</td>\n<td>False</td>\n<td>The bank name.</td>\n</tr>\n<tr>\n<td>iban</td>\n<td>String</td>\n<td>False</td>\n<td>The bank account.</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration code.</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>String</td>\n<td>False</td>\n<td>The company registration number.</td>\n</tr>\n<tr>\n<td>vat_payer</td>\n<td>company is vat payer: 0 - false / 1 - true</td>\n<td>False</td>\n<td>A flag indicating if the customer is vat payer.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Billing address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice name.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice phone.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's invoice country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's invoice county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's invoice street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's invoice postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipping address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The name of the contact person that will pick up the parcel.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The phone used by the courier to contact the shipping person.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's shipping country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's shipping county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's shipping street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's shipping postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Order product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_website_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product id.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n<td>Product sku.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product quantity.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The price without VAT.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Numeric</td>\n<td>True</td>\n<td>tax excluded, price * quantity</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Tax rate, ex: 19</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Shipment object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Fee object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Voucher object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax</td>\n<td>Numeric</td>\n<td>True</td>\n<td>VAT Rate, ex. 19</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>Fee name</td>\n</tr>\n<tr>\n<td>price_with_tax</td>\n<td>Numeric</td>\n<td>True if price_without_tax missing</td>\n<td>The price with VAT (negative value)</td>\n</tr>\n<tr>\n<td>price_without_tax</td>\n<td>Numeric</td>\n<td>True if price_with_tax missing</td>\n<td>The price without VAT (negative value)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Statuses :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    0 =&gt; 'Cancelled'\n    1 =&gt; 'New'\n    2 =&gt; 'Received\n    3 =&gt; 'Completed'\n    4 =&gt; 'Processing'\n    5 =&gt; 'Incomplete'\n    6 =&gt; 'Returned'\n\n</code></pre><p>Payment Mode :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    1 =&gt; 'Online'\n    2 =&gt; 'Cash on Delivery\n    3 =&gt; 'Bank Transfer'\n\n</code></pre>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","name":"Orders","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","general-data"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"10f0060e-3daf-4d9e-9e92-5fccd05ce5e0","name":"Update Order -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"order\": {\n        \"order_id\": 1134585,\n        \"invoice_series\": \"invoice-series\",\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"order_total\": 53.85,\n        \"status\": 1,\n        \"payment_mode\": 2,\n        \"observations\": \"\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"company_name\": \"Abc Inc.\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"fax\": null,\n            \"identification_number\": null,\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null,\n            \"registration_number\": null,\n            \"vat_payer\": null\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        },\n        \"order_products\": [\n            {\n                \"product_website_id\": 28,\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": 15.1260505,\n                \"total\": \"30.252101\",\n                \"tax\": 19\n            }\n        ],\n        \"shipment\": {\n            \"tax\": 19,\n            \"price_with_tax\": 15\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 11 Aug 2021 12:22:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X2afb535c1a83670a20c59a834ba2431c","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"1134585\",\n        \"order_display_id\": \"1134585\",\n        \"internal_id\": 186,\n        \"order_date\": \"2021-03-04 13:11:12\",\n        \"status\": \"New\",\n        \"value\": 42.862100999999996,\n        \"tax\": 8.14,\n        \"total_value\": 53.85,\n        \"total_vouchers\": -20,\n        \"observations\": null,\n        \"cancel_request\": null,\n        \"website\": \"API\",\n        \"marketplace\": null,\n        \"payment_mode\": \"Cash on delivery\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"email\": \"johndoe@example.com\",\n            \"company_name\": \"Abc Inc.\",\n            \"legal_entity\": 0,\n            \"bank\": null,\n            \"iban\": null,\n            \"vat_id\": null\n        },\n        \"billing_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\",\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"phone\": \"555 444\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": null,\n            \"country\": {\n                \"name\": \"Romania\",\n                \"iso_code2\": \"RO\"\n            },\n            \"county\": {\n                \"name\": \"Bucuresti\",\n                \"iso_code\": \"B\"\n            }\n        },\n        \"products\": [\n            {\n                \"sku\": \"beanie\",\n                \"name\": \"Beanie\",\n                \"quantity\": 2,\n                \"price\": \"15.1261\",\n                \"total\": \"30.2521\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"charges\": [\n            {\n                \"name\": \"Shipping\",\n                \"price_with_tax\": \"15.0000\",\n                \"price_without_tax\": \"12.6100\",\n                \"tax\": \"0.19\"\n            }\n        ],\n        \"invoice_series\": \"invoice-series\",\n        \"invoice_nr\": null,\n        \"awb_id\": null,\n        \"shipment_tax\": 12.799999999999999,\n        \"awb_url\": null,\n        \"invoice_url\": null,\n        \"delivery_history\": null\n    }\n}"}],"_postman_id":"033f435a-80a7-404a-8c21-9a8a76e079a9"},{"name":"Complete Order","id":"dba72327-e417-4d00-a9ee-d55920fd680f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/complete","description":"<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","name":"Orders","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","complete"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"01dd3cf6-0d18-4416-8e58-64241053fe8a","name":"Complete Order -> Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 24 Jun 2020 06:49:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X6f9ededcad7617b45e6f0864d8a9e5e0","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"21367566\",\n        \"order_display_id\": \"21367566\",\n        \"internal_id\": 64,\n        \"order_date\": \"2020-06-09 22:43:51\",\n        \"status\": \"Completed\",\n        \"value\": \"1358.15\",\n        \"tax\": \"255.74\",\n        \"total_value\": \"1616.74\",\n        \"total_vouchers\": \"0.00\",\n        \"observations\": null,\n        \"cancel_request\": null,\n        \"website\": \"API\",\n        \"marketplace\": null,\n        \"payment_mode\": \"Cash on delivery\",\n        \"invoice_series\": null,\n        \"invoice_nr\": null,\n        \"awb_id\": null,\n        \"shipment_tax\": \"15.00\"\n    }\n}"}],"_postman_id":"dba72327-e417-4d00-a9ee-d55920fd680f"},{"name":"Cancel Order","id":"c6df15c3-4005-471f-a83d-97538b80c92f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reason\": \"Cancel reason\"\r\n}"},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/cancel","description":"<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","name":"Orders","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","cancel"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"531cb2e0-ac1a-4528-83dd-5fcb49751e1f","name":"Cancel Order -> Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 19 Jun 2020 12:47:28 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": 415,\n        \"order_display_id\": \"415\",\n        \"internal_id\": 1256,\n        \"order_date\": \"2020-06-16 17:14:39\",\n        \"status\": \"Canceled\",\n        \"value\": \"315.13\",\n        \"tax\": \"59.87\",\n        \"total_value\": \"375.00\",\n        \"total_vouchers\": \"0.00\",\n        \"observations\": \"\",\n        \"cancel_request\": null,\n        \"website\": \"API\",\n        \"marketplace\": null,\n        \"payment_mode\": \"Online\",\n        \"invoice_series\": \"inv\",\n        \"invoice_nr\": null,\n        \"awb_id\": null,\n        \"shipment_tax\": \"0.00\"\n    }\n}"}],"_postman_id":"c6df15c3-4005-471f-a83d-97538b80c92f"}],"id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"662c38ad-9da9-42e2-9106-4cfe4233f32f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4deda62d-f63c-44c8-9523-be95ed7d2150","type":"text/javascript","exec":[""]}}],"_postman_id":"733806c1-cec1-43f7-a5eb-74cd17f88ee9","description":""},{"name":"Order Metadata","item":[{"name":"Add order metadata","id":"e9cab2ff-6cd4-42e5-bcf4-bd57e55b8042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": [\r\n        {\r\n            \"key\": \"meta_key\",\r\n            \"value\": \"meta_value\",\r\n            \"value_type\": \"meta_value_type\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/metadata","description":"<p>Order metadata are created by sending HTTP POST requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Metadata object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>String</td>\n<td>True</td>\n<td>Metadata key (max 191 characters)</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>True</td>\n<td>Metadata value (max 191 characters)</td>\n</tr>\n<tr>\n<td>value_type</td>\n<td>String</td>\n<td>false</td>\n<td>Type of metadata value, available values: string or boolean (optional)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","metadata"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9cab2ff-6cd4-42e5-bcf4-bd57e55b8042"},{"name":"Update order metadata","id":"50a3d84e-d4ac-450d-ab60-feaf970071b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": [\r\n        {\r\n            \"key\": \"meta_key\",\r\n            \"value\": \"meta_value\",\r\n            \"value_type\": \"meta_value_type\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/metadata","description":"<p>Order metadata are updated by sending HTTP PUT requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Metadata object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>String</td>\n<td>True</td>\n<td>Metadata key that needs to be updated, has to exist already on order (max 191 characters)</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>True</td>\n<td>New metadata value (max 191 characters)</td>\n</tr>\n<tr>\n<td>value_type</td>\n<td>String</td>\n<td>false</td>\n<td>New metadata value type, available values: string or boolean (optional)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","metadata"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"50a3d84e-d4ac-450d-ab60-feaf970071b6"},{"name":"Delete order metadata","id":"4e697603-272f-487f-85c6-a0dc21316075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": [\r\n        {\r\n            \"key\": \"meta_key\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/metadata","description":"<p>Order metadata are updated by sending HTTP DELETE requests to the API.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Metadata object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>String</td>\n<td>True</td>\n<td>Metadata key that needs to be deleted, has to exist already on order (max 191 characters)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","metadata"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e697603-272f-487f-85c6-a0dc21316075"}],"id":"8f482111-8bfb-48a2-8835-905da8920bab","_postman_id":"8f482111-8bfb-48a2-8835-905da8920bab","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Returns","item":[{"name":"Save Return","id":"51bb1038-6028-4e9b-841b-d97a7a4be6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"source\": \"api\",\n    \"return\": {\n        \"order_id\": {{internal_order_id}},\n        \"products\": [\n            {\n                \"sku\": \"{{product_sku}}\",\n                \"quantity\": 1\n            }\n        ],\n        \"pickup_address\": {\n            \"pickup_type\": \"locker\",\n            \"name\": \"John Doe\",\n            \"phone\": \"+4075125123\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\",\n            \"locker_id\": 12\n        }\n    }\n}"},"url":"https://easy-sales.com/api/v2/returns","description":"<p>Returns are saved by sending HTTP POST requests to the API. The object in the request body determines the initial state of the return will be when it is created or updated.</p>\n<p><strong>Return object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Numeric</td>\n<td>True</td>\n<td>The identifier of order that should be returned.</td>\n</tr>\n<tr>\n<td>pickup_address</td>\n<td>Object</td>\n<td>True</td>\n<td>A list with the details about the pickup address.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array of objects</td>\n<td>True</td>\n<td>A list of arrays with the products that should be returned.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Pickup address object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pickup_type</td>\n<td>String</td>\n<td>True</td>\n<td>The pickup method. Accepted values: locker, office, courier.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>True</td>\n<td>The name of the contact person that will pickup the parcel.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The phone used by the courier to contact the customer.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String (Country ISO alpha-2 Code)</td>\n<td>True</td>\n<td>The customer's pickup country.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String (County ISO Code)</td>\n<td>True</td>\n<td>The customer's pickup county.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's pickup city.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's pickup street.</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's pickup postal code.</td>\n</tr>\n<tr>\n<td>locker_id</td>\n<td>Numeric</td>\n<td>False</td>\n<td>The identifier of locker in case of pickup_type is Lockers.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Return product object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n<td>Product sku.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Numeric</td>\n<td>True</td>\n<td>Product quantity.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","returns"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"6d23084f-f846-4707-b4e1-f70ece8a78eb","name":"Save Return -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"website_token\": \"•••••••\",\n    \"source\": \"api\",\n    \"return\": {\n        \"order_id\": {{order_id}},\n        \"products\": [\n            {\n                \"sku\": {{order_product_sku}},\n                \"quantity\": 1\n            }\n        ],\n        \"pickup_address\": {\n            \"pickup_type\": \"courier\",\n            \"name\": \"John Doe\",\n            \"phone\": \"+4075125123\",\n            \"country\": \"RO\",\n            \"county\": \"B\",\n            \"city\": \"Bucuresti\",\n            \"street\": \"Street Name\",\n            \"postal_code\": \"111222\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 12 Apr 2024 10:44:47 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X5ad469d4847f16a391cff3c415f8af0f","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": []\n}"}],"_postman_id":"51bb1038-6028-4e9b-841b-d97a7a4be6e8"}],"id":"2bfe1f14-e4c3-42d5-b054-9aa8853e3ef2","_postman_id":"2bfe1f14-e4c3-42d5-b054-9aa8853e3ef2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"AWB","item":[{"name":"Get couriers acccounts","id":"0b3baa1d-3226-4475-9a22-6b49d0a39d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://easy-sales.com/api/v2/couriers","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","couriers"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"39bd7f7c-bc10-411c-ae93-f7483b15032b","name":"Get couriers acccounts -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://easy-sales.com/api/v2/couriers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 10 Sep 2020 10:31:30 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X5c55223033440aa0a297bd687e174191","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"alias\": \"Fc\",\n            \"awb_format\": \"0\",\n            \"courier\": {\n                \"id\": 4,\n                \"name\": \"FanCourier\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0b3baa1d-3226-4475-9a22-6b49d0a39d8f"},{"name":"Upload AWB","id":"6e5b8dea-72a8-4be8-87ec-4a50c76c2395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>AWB ID</p>\n","key":"awb_id","type":"text","value":"12453"},{"description":"<p>Uploaded file</p>\n","key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/SmartIT Global One/Downloads/5e145b78-7cea-43a1-989c-48857fd50665 (1).pdf"],"src":"/C:/Users/SmartIT Global One/Downloads/5e145b78-7cea-43a1-989c-48857fd50665 (1).pdf"},{"key":"courier_name","value":"FanCourier","description":"<p>optional</p>\n","type":"text"},{"key":"source","value":"CustomIntegration","description":"<p>optional</p>\n","type":"text"}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb","description":"<p>Upload awb to a specific order.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Payload</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>awb_id</td>\n<td>String</td>\n<td>True</td>\n<td>ID of the document</td>\n</tr>\n<tr>\n<td>file</td>\n<td>File</td>\n<td>True</td>\n<td>PDF document representing the details about the shipment</td>\n</tr>\n<tr>\n<td>courier_name</td>\n<td>String</td>\n<td>False</td>\n<td>Optional field, used for informational purposes</td>\n</tr>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>False</td>\n<td>Optional field representing the source the request, used for webhook triggering logic</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","awb"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"ef5f30a1-d270-4fc6-813f-c9ac08a44a07","name":"Upload AWB -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"awb_id","value":"12453","type":"text"},{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/valentinsirbu/Downloads/4_6025885665143555677.pdf"],"src":"/Users/valentinsirbu/Downloads/4_6025885665143555677.pdf"},{"key":"courier_name","value":"FanCourier","type":"text"},{"key":"source","value":"CustomIntegration","type":"text"}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 30 Mar 2020 13:12:22 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": [\n            \"12453\"\n        ],\n        \"url\": \"https://easysales1.fra1.digitaloceanspaces.com/uploads/2/awbs/1585573941-4_6025885665143555677.pdf\"\n    }\n}"}],"_postman_id":"6e5b8dea-72a8-4be8-87ec-4a50c76c2395"},{"name":"Attach AWB","id":"c6621ffb-2295-4711-8856-5bb3fb295a50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://easy-sales.com\",\r\n    \"awb_id\": \"333\",\r\n    \"courier_name\": \"Innoship\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb/attach","description":"<p>Attach awb to a specific order.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","awb","attach"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"833fd258-c692-41d4-aa99-4d5dc11f4384","name":"Attach AWB -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://easy-sales.com\",\r\n    \"awb_id\": \"333\",\r\n    \"courier_name\": \"DPD\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb/attach"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 19 May 2022 11:05:01 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X9d290f4bd5f7923bf7f81eb0822bbd85","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": [\n            \"333\"\n        ],\n        \"url\": \"https://easy-sales.com\",\n        \"order_id\": 47\n    }\n}"}],"_postman_id":"c6621ffb-2295-4711-8856-5bb3fb295a50"},{"name":"Generate AWB","id":"54a85d9a-8cf1-48f9-893c-fa2a3e83780d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"package_type\": 1,\r\n    \"advanced_data\": {\r\n        \"order_data\": {\r\n            \"additionalServices\": [],\r\n            \"cashValue\": \"120.00\",\r\n            \"envelopes\": 0,\r\n            \"observations\": \"3735559274656 Es Test 2:1 X Test Product 1 - 12; yellow\",\r\n            \"packageType\": 0,\r\n            \"pallet\": {\r\n                \"length\": 0,\r\n                \"width\": 0,\r\n                \"height\": 0\r\n            },\r\n            \"parcels\": 1,\r\n            \"weight\": 2\r\n        },\r\n        \"customer\": {\r\n            \"address\": \"street name\",\r\n            \"city\": \"Bucuresti\",\r\n            \"company\": null,\r\n            \"country\": \"RO\",\r\n            \"county\": \"B\",\r\n            \"email\": \"john.doe@example.com\",\r\n            \"legalType\": 0,\r\n            \"name\": \"John Doe\",\r\n            \"phone\": \"+40555666\",\r\n            \"postalCode\": \"123123\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb/{{courier_account_id}}","description":"<p>Generate awb for a specific order.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Payload</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>package_type</td>\n<td>0 - if package is an envelope/ 1 - if package is a parcel</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>advanced_data</td>\n<td>Object/ includes customer and order data properties</td>\n<td>False</td>\n<td><code>advanced_data</code> parameter is optional and is used to overwrite default order data</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Customer object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Required if the customer is physical person</td>\n<td>The customer's name.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>Required if the customer is juridical person</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>True</td>\n<td>The customer's phone number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>False</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>legalType</td>\n<td>0 - physical person / 1 - juridical person</td>\n<td>True</td>\n<td>A flag indicating if the customer is physical or juridical entity.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>True</td>\n<td>The customer's address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>True</td>\n<td>The customer's city</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string (Country ISO2 code)</td>\n<td>True</td>\n<td>The customer's country</td>\n</tr>\n<tr>\n<td>county</td>\n<td>string (County ISO code)</td>\n<td>True</td>\n<td>The customer's county</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Order data object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cashValue</td>\n<td>float</td>\n<td>True</td>\n<td>Order value</td>\n</tr>\n<tr>\n<td>envelopes</td>\n<td>Integer</td>\n<td>True</td>\n<td>Number of envelopes</td>\n</tr>\n<tr>\n<td>parcels</td>\n<td>Integer</td>\n<td>True</td>\n<td>Number of parcels</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Float</td>\n<td>True</td>\n<td>Package weight in kg</td>\n</tr>\n<tr>\n<td>observations</td>\n<td>String</td>\n<td>True</td>\n<td>Package observations</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","awb","{{courier_account_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"a3bf425f-7c31-49a2-af5a-07ee3d4acefb","name":"Generate AWB -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"package_type\": 1,\r\n    \"advanced_data\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb/{{courier_account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 09 Apr 2021 10:15:55 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X2fcd72053d49c62b324ccc78f8529043","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": [\n            \"2099100120077\"\n        ],\n        \"url\": \"https://easysales.ro/orders/ab0cb624-7a12-484e-9ba7-37ccdee17e6b/awb\",\n        \"order_id\": 164\n    }\n}"}],"_postman_id":"54a85d9a-8cf1-48f9-893c-fa2a3e83780d"},{"name":"Generate Return AWB","id":"d23da3c2-ad01-4c0d-8ceb-da9b32c3c941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"package_type\": 1,\r\n    \"advanced_data\": {\r\n        \"order_data\": {\r\n            \"additionalServices\": [],\r\n            \"cashValue\": \"120.00\",\r\n            \"envelopes\": 0,\r\n            \"observations\": \"3735559274656 Es Test 2:1 X Test Product 1 - 12; yellow\",\r\n            \"packageType\": 0,\r\n            \"pallet\": {\r\n                \"length\": 0,\r\n                \"width\": 0,\r\n                \"height\": 0\r\n            },\r\n            \"parcels\": 1,\r\n            \"weight\": 2\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/returns/{{internal_order_id}}/awb/{{courier_account_id}}","description":"<p>Generate awb for a specific return.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n<p><strong>Payload</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>package_type</td>\n<td>0 - if package is an envelope/ 1 - if package is a parcel</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td>advanced_data</td>\n<td>Object/ includes customer and order data properties</td>\n<td>False</td>\n<td><code>advanced_data</code> parameter is optional and is used to overwrite default order data</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Order data object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cashValue</td>\n<td>float</td>\n<td>True</td>\n<td>Order value</td>\n</tr>\n<tr>\n<td>envelopes</td>\n<td>Integer</td>\n<td>True</td>\n<td>Number of envelopes</td>\n</tr>\n<tr>\n<td>parcels</td>\n<td>Integer</td>\n<td>True</td>\n<td>Number of parcels</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Float</td>\n<td>True</td>\n<td>Package weight in kg</td>\n</tr>\n<tr>\n<td>observations</td>\n<td>String</td>\n<td>True</td>\n<td>Package observations</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","returns","{{internal_order_id}}","awb","{{courier_account_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"408acc12-775b-4090-b862-abc05797b7ba","name":"Generate AWB -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"package_type\": 1,\r\n    \"advanced_data\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb/{{courier_account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 09 Apr 2021 10:15:55 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X2fcd72053d49c62b324ccc78f8529043","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": [\n            \"2099100120077\"\n        ],\n        \"url\": \"https://easysales.ro/orders/ab0cb624-7a12-484e-9ba7-37ccdee17e6b/awb\",\n        \"order_id\": 164\n    }\n}"}],"_postman_id":"d23da3c2-ad01-4c0d-8ceb-da9b32c3c941"},{"name":"Delete/Cancel Awbs","id":"6b5c1e34-40bb-4045-9405-49ac63ee96a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"awbs\": [\r\n        80719247030\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/38/awb","description":"<p>Delete/cancel specific awb.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","orders","38","awb"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"f9c61d4c-290e-4122-892b-d39d14400e3b","name":"Upload AWB -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"awb_id","value":"12453","type":"text"},{"key":"file","type":"file","src":["/Users/valentinsirbu/Downloads/4_6025885665143555677.pdf"]}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/awb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 30 Mar 2020 13:12:22 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": [\n            \"12453\"\n        ],\n        \"url\": \"https://easysales1.fra1.digitaloceanspaces.com/uploads/2/awbs/1585573941-4_6025885665143555677.pdf\"\n    }\n}"}],"_postman_id":"6b5c1e34-40bb-4045-9405-49ac63ee96a1"},{"name":"Get delivery statuses","id":"a5663ba5-198c-4de0-8f2c-c0b4181ddf25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://easy-sales.com/api/v2/delivery-statuses","description":"<p>List all available delivery statuses</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","delivery-statuses"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"fe8d1fc1-c306-4989-98fd-1a3b617772ac","name":"Get delivery statuses -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://easy-sales.com/api/v2/delivery-statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 16 Nov 2021 08:26:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xa662533b0c57c6fef21d201e36682b2d","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"description\": \"Ready\",\n            \"value\": 1\n        },\n        {\n            \"description\": \"On Route\",\n            \"value\": 2\n        },\n        {\n            \"description\": \"Delayed\",\n            \"value\": 3\n        },\n        {\n            \"description\": \"Delivered\",\n            \"value\": 4\n        },\n        {\n            \"description\": \"Return\",\n            \"value\": 5\n        },\n        {\n            \"description\": \"Unknown\",\n            \"value\": 6\n        },\n        {\n            \"description\": \"Canceled\",\n            \"value\": 7\n        }\n    ]\n}"}],"_postman_id":"a5663ba5-198c-4de0-8f2c-c0b4181ddf25"},{"name":"Update delivery status","id":"7a679de5-b397-41f0-86f0-8a8fe65ae23c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"delivery_status\": 1,\r\n    \"description\": \"This is description for delivery history\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/delivery-status","description":"<p>Update delivery status for given order.\nDelivery status cab be updated only on orders with manually uploaded awb.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","name":"AWB","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","delivery-status"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"0853605c-abf4-4742-ba75-b0bd15bc0264","name":"Update delivery status -> Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"delivery_status\": 3,\r\n    \"description\": \"This is description for delivery history\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/delivery-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 16 Nov 2021 08:38:08 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xfbc11eb3e97b1771d803fae386faef6c","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Delivery status has been updated successfully\",\n    \"data\": {\n        \"id\": 194,\n        \"delivery_status\": {\n            \"description\": \"Delayed\",\n            \"value\": 3\n        },\n        \"delivery_history\": [\n            {\n                \"date\": \"2021-11-16T08:34:26.358161Z\",\n                \"description\": \"This is description for delivery history\"\n            },\n            {\n                \"date\": \"2021-11-16T08:38:07.962817Z\",\n                \"description\": \"This is another description for delivery histor\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7a679de5-b397-41f0-86f0-8a8fe65ae23c"}],"id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea","description":"<p>An air waybill (AWB) is a document that accompanies goods shipped by an courier to provide detailed information about the shipment and allow it to be tracked.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4333826d-8cc8-448b-9a05-63db83fcbcc4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"46287ef8-705d-4872-a75e-cbff7be96a25","type":"text/javascript","exec":[""]}}],"_postman_id":"b22f3fc1-4fdb-446d-b2bf-316e892440ea"},{"name":"Invoices","item":[{"name":"Get billing software acccounts","id":"fe6441b2-01d7-4615-abda-bfb49137c5c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://easy-sales.com/api/v2/billing-software","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","billing-software"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"e213f0fb-8c98-4f13-9637-4295ca193628","name":"Get billing software acccounts -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://easy-sales.com/api/v2/billing-software"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 10 Sep 2020 09:01:42 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X2ca139c6245a4e5bda0563f7bb3b7c43","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"billing_software\": {\n                \"id\": 1,\n                \"name\": \"FGO\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"billing_software\": {\n                \"id\": 5,\n                \"name\": \"Manual\"\n            }\n        }\n    ]\n}"}],"_postman_id":"fe6441b2-01d7-4615-abda-bfb49137c5c3"},{"name":"Generate invoice","id":"65c60c4a-58bb-4f8d-b072-e5fc377a07d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_series","value":"IT","description":"<p>Optional</p>\n","type":"text"}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice/{{billing_software_account_id}}","description":"<p>Upload invoice to a specific order.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","invoice","{{billing_software_account_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"73fa5977-d1f4-4825-a2bf-6be20248dedd","name":"Generate invoice -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_series","value":"EMAG","description":"Optional","type":"text"}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice/{{billing_software_account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 11 Sep 2020 06:56:32 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xd2215f808538a4365ffa828cfd2a9db4","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"829\",\n        \"url\": \"https://www.fgo.ro/DescarcaFactura/invoice.pdf\",\n        \"order_id\": 8\n    }\n}"}],"_postman_id":"65c60c4a-58bb-4f8d-b072-e5fc377a07d4"},{"name":"Upload Invoice","id":"194d1728-2067-44ec-aee2-6fd5e594d381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Invoice number</p>\n","key":"invoice_number","type":"text","value":"125"},{"description":"<p>Uploaded file</p>\n","key":"file","type":"file","src":"/home/dev/Desktop/test-document.pdf"},{"key":"invoice_series","value":"E-SZ-2022-443","description":"<p>Invoice series</p>\n","type":"text","disabled":true}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice","description":"<p>Upload invoice to a specific order by File</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","invoice"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"4d054948-3456-4ca1-bd5a-08fbc1138fee","name":"Upload Invoice -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"description":"Invoice number","key":"invoice_number","type":"text","value":"125"},{"description":"Uploaded file","key":"file","type":"file","src":"example.pdf"},{"key":"invoice_series","value":"E-SZ-2022-443","description":"Invoice series","type":"text"}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 02 Sep 2022 08:40:58 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X4d19607505c6ade40be7b9f5110f96ff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"125\",\n        \"url\": \"https://easysales1.fra1.digitaloceanspaces.com/uploads/1/invoices/1662108058-example.pdf\",\n        \"order_id\": 279\n    }\n}"}],"_postman_id":"194d1728-2067-44ec-aee2-6fd5e594d381"},{"name":"Attach invoice","id":"111b663b-8933-4e67-bb02-fe935581b0ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://easy-sales.com/example.pdf\",\r\n    \"invoice_number\": \"333\",\r\n    \"invoice_series\": \"E-SZ-2022-443\"\r\n}"},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice/attach","description":"<p>Upload invoice to a specific order by URL of File</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","invoice","attach"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"3d71c03c-54be-4789-a3d9-9755b7d7d346","name":"Attach invoice -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://easy-sales.com\",\r\n    \"invoice_number\": \"333\",\r\n    \"invoice_series\": \"E-SZ-2022-443\"\r\n}"},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice/attach"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 02 Sep 2022 06:48:54 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X6ca27abaeada8969186ed0f531f95ab9","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"333\",\n        \"url\": \"https://easy-sales.com\",\n        \"order_id\": 278\n    }\n}"}],"_postman_id":"111b663b-8933-4e67-bb02-fe935581b0ec"},{"name":"Storno Invoice","id":"e62e4d5c-6b30-4513-8430-788b8a827d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"234","description":"<p>Required if invoice was uploaded manually</p>\n","type":"text"},{"key":"file","description":"<p>Required if invoice was uploaded manually</p>\n","type":"file","src":"/Users/valentinsirbu/Downloads/ANB250133430.pdf"}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice/storno","description":"<p>Storno invoice for a specific order.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","invoice","storno"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"e51930df-c272-48e1-b951-fb7641c71f8d","name":"Storno Invoice -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"234","type":"text"},{"key":"file","type":"file","src":"/C:/Users/SmartIT Global One/Downloads/7bdba0fc-b529-4ae9-a480-78b2f259370c.pdf"}]},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/invoice/storno"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 11 Sep 2020 07:18:00 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X6e12418e3ec37cf95e713cb7f5f486a1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": \"125\",\n        \"url\": \"invoice.pdf\",\n        \"order_id\": 43,\n        \"storno\": {\n            \"invoice_storno_id\": \"234\",\n            \"invoice_storno_url\": \"storno.pdf\"\n        }\n    }\n}"}],"_postman_id":"e62e4d5c-6b30-4513-8430-788b8a827d52"},{"name":"Delete Invoice","id":"67aa3b75-518d-412a-9661-0c7f5ffb117f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/delete-invoice","description":"<p>Delete a specific invoice.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","delete-invoice"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"41599a4b-bfbe-471f-831e-c101f0080c7d","name":"Delete Invoice","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/delete-invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 01 Sep 2022 11:18:10 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xb20484ef362968a3b27146da27e2841b","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Invoice has been successfully deleted\"\n}"}],"_postman_id":"67aa3b75-518d-412a-9661-0c7f5ffb117f"},{"name":"Cancel invoice","id":"83a9f006-794f-4157-a765-8a744d50cd37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/cancel-invoice","description":"<p>Delete a specific invoice.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","cancel-invoice"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"e0f15dea-43c7-4e32-952f-3ecbffa2f279","name":"Delete Invoice","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/cancel-invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 01 Sep 2022 11:18:10 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xb20484ef362968a3b27146da27e2841b","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Invoice has been successfully cancelled\"\n}"}],"_postman_id":"83a9f006-794f-4157-a765-8a744d50cd37"},{"name":"Mark invoice as paid","id":"31561a8b-ff9b-4c55-8974-9167879696ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"paid_value\": 10,\n        \"paid_at\": \"2023-07-18 15:15:12\",\n        \"currency\": \"RON\"\n    }\n}"},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/mark-as-paid/{{internal_invoice_id}}","description":"<p>Mark a specific invoice as paid totally or partial.</p>\n<p><strong>Warning!!!</strong> <em>{{internal_order_id}}</em> is easySales internal order id and {{internal_invoice_id}} is easySales internal invoice id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","name":"Invoices","type":"folder"}},"urlObject":{"path":["api","v2","orders","{{internal_order_id}}","mark-as-paid","{{internal_invoice_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"e1881180-194b-4aae-a2e2-30bcbdfa746d","name":"Mark invoice as paid -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"paid_value\": 10,\n        \"paid_at\": \"2023-07-18 15:15:12\",\n        \"currency\": \"RON\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/{{internal_order_id}}/mark-as-paid/{{internal_invoice_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 19 Jul 2023 07:55:03 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X26aaba1897636efd626b9272c8890949","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The invoice was paid successfully\",\n    \"data\": {\n        \"order_id\": 7844120,\n        \"series\": \"IT\",\n        \"number\": \"0062\",\n        \"URL\": \"http://easysales.local/orders/2c390b7f-c6f7-4b08-b672-21995b88c52a/invoice\",\n        \"invoice_url\": \"http://easysales.local/orders/2c390b7f-c6f7-4b08-b672-21995b88c52a/invoice\",\n        \"type\": \"invoice\",\n        \"status\": \"partially_paid\",\n        \"date\": \"2023-07-19 00:00:00\",\n        \"value\": 66,\n        \"currency\": \"RON\",\n        \"billing_software\": {\n            \"id\": 2,\n            \"name\": \"SmartBill\",\n            \"logo_url\": \"http://easysales.local/images/smartbill.png\"\n        },\n        \"details\": {\n            \"paid\": [\n                {\n                    \"date\": \"2023-07-18 15:15:12\",\n                    \"value\": 10,\n                    \"currency\": \"RON\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"31561a8b-ff9b-4c55-8974-9167879696ae"}],"id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0","description":"<p>An invoice, bill or tab is a commercial document issued by a seller to a buyer, relating to a sale transaction and indicating the products, quantities, and agreed prices for products or services the seller had provided the buyer.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e94ca5fb-22c1-4b33-a4c9-dd5fc34a4bdd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3fac9b01-9d7e-4cbb-8c60-76ecb5b32993","type":"text/javascript","exec":[""]}}],"_postman_id":"5b76c51f-2f5a-4e8f-884c-8d51c181aaf0"},{"name":"Webhooks","item":[{"name":"Webhook payload examples","item":[],"id":"d0c661e2-0938-4b59-8766-51413b3c879c","description":"<p><strong>Product Created</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"product\":{\n         \"id\":2263,\n         \"sku\":\"sku_produs_1\",\n         \"name\":\"PANTALON SPORT\",\n         \"brand\":\"Nike\",\n         \"stock\":2,\n         \"images\":[\n            \"http://example.com/images/products/3/1.jpg\",\n            \"http://example.com/images/products/3/2.jpg\",\n            \"http://example.com/images/products/3/3.jpg\"\n         ],\n         \"categories\":[\n            {\n               \"id\":26,\n               \"name\":\"Jeansi\",\n               \"category_website_id\":8\n            }\n         ],\n         \"full_price\":\"1989.00\",\n         \"sale_price\":\"1591.00\",\n         \"description\":\"Descriere Produs\",\n         \"characteristics\":[\n            {\n               \"id\":21,\n               \"name\":\"Culoare\",\n               \"value\":\"Albastru\",\n               \"characteristic_website_id\":6\n            }\n         ],\n         \"product_website_id\":8\n      }\n   },\n   \"webhook\":{\n      \"id\":1,\n      \"slug\":\"product-created\"\n   }\n}\n</code></pre><p><strong>Product Updated</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"product\":{\n         \"id\":2263,\n         \"sku\":\"sku_produs_1\",\n         \"name\":\"PANTALON SPORT\",\n         \"brand\":\"Nike\",\n         \"stock\":2,\n         \"images\":[\n            \"http://example.com/images/products/3/1.jpg\",\n            \"http://example.com/images/products/3/2.jpg\",\n            \"http://example.com/images/products/3/3.jpg\"\n         ],\n         \"categories\":[\n            {\n               \"id\":26,\n               \"name\":\"Jeansi\",\n               \"category_website_id\":8\n            }\n         ],\n         \"full_price\":\"1989.00\",\n         \"sale_price\":\"1591.00\",\n         \"description\":\"Descriere Produs\",\n         \"characteristics\":[\n            {\n               \"id\":21,\n               \"name\":\"Culoare\",\n               \"value\":\"Albastru\",\n               \"characteristic_website_id\":6\n            }\n         ],\n         \"product_website_id\":8\n      }\n   },\n   \"webhook\":{\n      \"id\":2,\n      \"slug\":\"product-updated\"\n   }\n}\n</code></pre><p><strong>Category created</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"category\":{\n         \"id\":27,\n         \"name\":\"Barbati\",\n         \"category_website_id\":9\n      }\n   },\n   \"webhook\":{\n      \"id\":3,\n      \"slug\":\"category-created\"\n   }\n}\n</code></pre><p><strong>Category updated</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"category\":{\n         \"id\":27,\n         \"name\":\"Barbati\",\n         \"category_website_id\":9\n      }\n   },\n   \"webhook\":{\n      \"id\":4,\n      \"slug\":\"category-updated\"\n   }\n}\n</code></pre><p><strong>Characteristic created</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"characteristic\":{\n         \"id\":22,\n         \"name\":\"Sezon\",\n         \"characteristic_website_id\":7\n      }\n   },\n   \"webhook\":{\n      \"id\":5,\n      \"slug\":\"characteristic-created\"\n   }\n}\n</code></pre><p><strong>Characteristic updated</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"characteristic\":{\n         \"id\":22,\n         \"name\":\"Sezon\",\n         \"characteristic_website_id\":7\n      }\n   },\n   \"webhook\":{\n      \"id\":6,\n      \"slug\":\"characteristic-updated\"\n   }\n}\n</code></pre><p><strong>Order created</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"order\":{\n         \"id\":\"26666433\",\n         \"internal_id\" =&gt; 5,\n         \"tax\":\"180.88\",\n         \"value\":\"964.15\",\n         \"awb_id\":null,\n         \"status\":\"New\",\n         \"website\":\"API\",\n         \"customer\":{\n            \"bank\":null,\n            \"iban\":null,\n            \"name\":\"Velda Hoeger\",\n            \"phone\":\"+4572716062910\",\n            \"vat_id\":null,\n            \"company_name\":null,\n            \"legal_entity\":0\n         },\n         \"products\":[\n            {\n               \"sku\":\"4285213383546\",\n               \"tax\":\"0.19\",\n               \"name\":\"Rerum sit deleniti qui velit quis.\",\n               \"price\":\"154.0000\",\n               \"total\":\"154.0000\",\n               \"quantity\":1\n            },\n            {\n               \"sku\":\"2345366205521\",\n               \"tax\":\"0.19\",\n               \"name\":\"Vel voluptas assumenda error in.\",\n               \"price\":\"51.0000\",\n               \"total\":\"51.0000\",\n               \"quantity\":1\n            },\n            {\n               \"sku\":\"2049539340308\",\n               \"tax\":\"0.19\",\n               \"name\":\"Velit dolor aliquam autem cumque.\",\n               \"price\":\"249.0000\",\n               \"total\":\"747.0000\",\n               \"quantity\":3\n            }\n         ],\n         \"invoice_nr\":null,\n         \"order_date\":\"2020-06-09 22:07:51\",\n         \"marketplace\":null,\n         \"total_value\":\"1147.88\",\n         \"observations\":null,\n         \"payment_mode\":\"Cash on delivery\",\n         \"shipment_tax\":\"15.00\",\n         \"cancel_request\":null,\n         \"invoice_series\":null,\n         \"total_vouchers\":\"0.00\",\n         \"billing_address\":{\n            \"city\":\"Port Lilian\",\n            \"name\":\"Josue Boyle\",\n            \"phone\":\"+2143370978495\",\n            \"county\":{\n               \"name\":\"Bucuresti\",\n               \"iso_code\":\"B\"\n            },\n            \"street\":\"9552 Hilma Land\",\n            \"country\":{\n               \"name\":\"Romania\",\n               \"iso_code2\":\"RO\"\n            },\n            \"postal_code\":\"73782\"\n         },\n         \"shipping_address\":{\n            \"city\":\"East Mariam\",\n            \"name\":\"Zelma Hansen V\",\n            \"phone\":\"+5077730134687\",\n            \"county\":{\n               \"name\":\"Bucuresti\",\n               \"iso_code\":\"B\"\n            },\n            \"street\":\"67876 Zemlak Crossing Apt. 108\",\n            \"country\":{\n               \"name\":\"Romania\",\n               \"iso_code2\":\"RO\"\n            },\n            \"postal_code\":\"80759-5952\"\n         }\n      }\n   },\n   \"webhook\":{\n      \"id\":8,\n      \"slug\":\"order-created\"\n   }\n}\n</code></pre><p><strong>Order updated</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"order\":{\n         \"id\":\"5241398\",\n         \"internal_id\" =&gt; 5,\n         \"tax\":\"203.87\",\n         \"value\":\"1085.15\",\n         \"awb_id\":null,\n         \"status\":\"Completed\",\n         \"website\":\"API\",\n         \"customer\":{\n            \"bank\":null,\n            \"iban\":null,\n            \"name\":\"Marilie Boyer\",\n            \"phone\":\"+9117392254476\",\n            \"vat_id\":null,\n            \"company_name\":null,\n            \"legal_entity\":0\n         },\n         \"products\":[\n            {\n               \"sku\":\"0107976418072\",\n               \"tax\":\"0.19\",\n               \"name\":\"Est ut ea exercitationem quo quae molestiae molestiae dolores.\",\n               \"price\":\"245.0000\",\n               \"total\":\"490.0000\",\n               \"quantity\":2\n            },\n            {\n               \"sku\":\"6601193011497\",\n               \"tax\":\"0.19\",\n               \"name\":\"Sunt fugiat vitae aut.\",\n               \"price\":\"152.0000\",\n               \"total\":\"304.0000\",\n               \"quantity\":2\n            },\n            {\n               \"sku\":\"8082432577635\",\n               \"tax\":\"0.19\",\n               \"name\":\"Porro doloribus illum et numquam.\",\n               \"price\":\"93.0000\",\n               \"total\":\"279.0000\",\n               \"quantity\":3\n            }\n         ],\n         \"invoice_nr\":null,\n         \"order_date\":\"2020-06-10 04:09:05\",\n         \"marketplace\":null,\n         \"total_value\":\"1291.87\",\n         \"observations\":null,\n         \"payment_mode\":\"Cash on delivery\",\n         \"shipment_tax\":\"15.00\",\n         \"cancel_request\":null,\n         \"invoice_series\":null,\n         \"total_vouchers\":\"0.00\",\n         \"billing_address\":{\n            \"city\":\"Considineside\",\n            \"name\":\"Gust Nader\",\n            \"phone\":\"+9771975209526\",\n            \"county\":{\n               \"name\":\"Bucuresti\",\n               \"iso_code\":\"B\"\n            },\n            \"street\":\"68533 Hodkiewicz Field Suite 958\",\n            \"country\":{\n               \"name\":\"Romania\",\n               \"iso_code2\":\"RO\"\n            },\n            \"postal_code\":\"31260\"\n         },\n         \"shipping_address\":{\n            \"city\":\"Sipestown\",\n            \"name\":\"Pearline Boyle\",\n            \"phone\":\"+6906525093981\",\n            \"county\":{\n               \"name\":\"Bucuresti\",\n               \"iso_code\":\"B\"\n            },\n            \"street\":\"46088 Gusikowski Fields\",\n            \"country\":{\n               \"name\":\"Romania\",\n               \"iso_code2\":\"RO\"\n            },\n            \"postal_code\":\"02309\"\n         }\n      }\n   },\n   \"webhook\":{\n      \"id\":9,\n      \"slug\":\"order-updated\"\n   }\n}\n</code></pre><p><strong>Product stock updated</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"product\":{\n         \"id\":2255,\n         \"sku\":\"178.920\",\n         \"name\":\"Product Name\",\n         \"brand\":\"TY\",\n         \"stock\":60,\n         \"images\":[\n\n         ],\n         \"full_price\":\"20.00\",\n         \"sale_price\":\"14.00\",\n         \"description\":\"Product description\",\n         \"product_website_id\":2\n      }\n   },\n   \"webhook\":{\n      \"id\":10,\n      \"slug\":\"product-stock-updated\"\n   }\n}\n</code></pre><p><strong>Stock refresh requested</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"website\":{\n         \"url\":\"https://example.test\",\n         \"name\":\"Example\",\n         \"token\":\"pGjHdZNPa0QpYgWLx2M1DByHKnZHfalXHyXbiNnJmuUERMm7NjdxCrNAHVcx\"\n      }\n   },\n   \"webhook\":{\n      \"id\":11,\n      \"slug\":\"stock-refresh-requested\"\n   }\n}\n</code></pre><p><strong>Stock refresh requested</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"website\":{\n         \"url\":\"https://example.test\",\n         \"name\":\"Example\",\n         \"token\":\"pGjHdZNPa0QpYgWLx2M1DByHKnZHfalXHyXbiNnJmuUERMm7NjdxCrNAHVcx\"\n      }\n   },\n   \"webhook\":{\n      \"id\":11,\n      \"slug\":\"stock-refresh-requested\"\n   }\n}\n</code></pre><p><strong>Products refresh requested</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"website\":{\n         \"url\":\"https://example.test\",\n         \"name\":\"Example\",\n         \"token\":\"pGjHdZNPa0QpYgWLx2M1DByHKnZHfalXHyXbiNnJmuUERMm7NjdxCrNAHVcx\"\n      }\n   },\n   \"webhook\":{\n      \"id\":12,\n      \"slug\":\"products-refresh-requested\"\n   }\n}\n</code></pre><p><strong>Awb created</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"awb\":{\n         \"url\":\"https://example.test\",\n         \"id\":[\"1235412\"],\n         \"order_id\":\"123412\"\n      }\n   },\n   \"webhook\":{\n      \"id\":13,\n      \"slug\":\"awb-created\"\n   }\n}\n</code></pre><p><strong>Invoice created</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"payload\":{\n      \"invoice\":{\n         \"url\":\"https://example.test\",\n         \"id\": \"245623\",\n         \"order_id\":\"123412\"\n      }\n   },\n   \"webhook\":{\n      \"id\":14,\n      \"slug\":\"invoice-created\"\n   }\n}\n</code></pre>","_postman_id":"d0c661e2-0938-4b59-8766-51413b3c879c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"78a34f65-61a4-44fa-999c-e45366a50ec8","id":"78a34f65-61a4-44fa-999c-e45366a50ec8","name":"Webhooks","type":"folder"}}},{"name":"List webhooks","id":"980a6fe7-1b26-4b93-878c-51f56c8cb865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/webhooks","description":"<p>Retrieves a list of webhooks. </p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"78a34f65-61a4-44fa-999c-e45366a50ec8","id":"78a34f65-61a4-44fa-999c-e45366a50ec8","name":"Webhooks","type":"folder"}},"urlObject":{"path":["api","v2","webhooks"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"9119090a-73d3-4d98-bee2-254ddfb8e16f","name":"List webhooks -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 03 Apr 2020 09:29:50 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"56","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"url\": \"https://en2uyru1gvr8c.x.pipedream.net/\",\n            \"http_method\": \"post\",\n            \"webhook\": {\n                \"slug\": \"product-created\",\n                \"name\": \"Product created\",\n                \"group\": \"products\"\n            },\n            \"details\": {\n                \"result\": {\n                    \"time\": \"2020-04-03T08:18:40.225958Z\",\n                    \"final\": true,\n                    \"success\": true,\n                    \"response\": \"{\\\"success\\\":true}\",\n                    \"attempt_nr\": 1,\n                    \"status_code\": 200,\n                    \"next_attempt_at\": null,\n                    \"total_nr_of_attempts\": 3\n                },\n                \"payload\": {\n                    \"product\": {\n                        \"id\": 1,\n                        \"sku\": \"00002\",\n                        \"name\": \"The Alta Down Classic 1958 Jacket\",\n                        \"brand\": \"Dolce & Gabbana\",\n                        \"stock\": 0,\n                        \"images\": [\n                            \"http://cdn.shopmania.biz/files/s11/224809859/p/l/9/the-alta-down-classic-1958-jacket~259.jpg\"\n                        ],\n                        \"full_price\": \"400.83\",\n                        \"sale_price\": \"341.17\",\n                        \"description\": \"<p>A down jacket is a new essential in the world of outerwear - a slim, lightweight piece that adds immeasurable warmth, without compromising your silhouette. The Alta Down Jacket is our interpretation, and in a range of deep, fall shades, looks just as good.</p>\",\n                        \"product_website_id\": 83\n                    }\n                },\n                \"webhook\": {\n                    \"id\": 1,\n                    \"slug\": \"product-created\"\n                },\n                \"triggered_at\": \"2020-04-03T08:18:36.682765Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"980a6fe7-1b26-4b93-878c-51f56c8cb865"},{"name":"Subscribing to webhooks","id":"7403e7a9-ca77-4a1c-ae6a-f24fc9e2a253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"http://example.test/callback1\",\n\t\"http_method\": \"post\",\n\t\"seccret\": \"klnGnl57lrky3365fT354ff5GHag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/webhooks/{{webhook_slug}}","description":"<p><strong>URL</strong> is where the webhook subscription should send the request when the event occurs.</p>\n<p><strong>Secret</strong> will be use the to sign a webhook call.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"78a34f65-61a4-44fa-999c-e45366a50ec8","id":"78a34f65-61a4-44fa-999c-e45366a50ec8","name":"Webhooks","type":"folder"}},"urlObject":{"path":["api","v2","webhooks","{{webhook_slug}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"987d380f-a1db-420d-898f-b49371f556d3","name":"Subscribing to webhooks -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"http://example.test/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/webhooks/product-created"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 31 Mar 2020 11:43:50 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": 3,\n        \"url\": \"http://example.test/callback\"\n    }\n}"}],"_postman_id":"7403e7a9-ca77-4a1c-ae6a-f24fc9e2a253"},{"name":"Update webhook","id":"605b92c0-1075-4bc8-8f52-c092d0867f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"http://example.test/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/webhooks/{{user_webhook_id}}","description":"<p>Update a webhook subscription.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"78a34f65-61a4-44fa-999c-e45366a50ec8","id":"78a34f65-61a4-44fa-999c-e45366a50ec8","name":"Webhooks","type":"folder"}},"urlObject":{"path":["api","v2","webhooks","{{user_webhook_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"5b9c1646-e3d0-45e3-b2a5-693ec3954b2f","name":"Subscribing to webhooks -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"http://example.test/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/webhooks/product-created"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 31 Mar 2020 11:43:50 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": 3,\n        \"url\": \"http://example.test/callback\"\n    }\n}"}],"_postman_id":"605b92c0-1075-4bc8-8f52-c092d0867f30"},{"name":"Unsubscribing from webhooks","id":"83ebec54-6d21-4773-9202-56c32081436f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/webhooks/{{user_webhook_id}}","description":"<p>Delete a webhook subscription.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"78a34f65-61a4-44fa-999c-e45366a50ec8","id":"78a34f65-61a4-44fa-999c-e45366a50ec8","name":"Webhooks","type":"folder"}},"urlObject":{"path":["api","v2","webhooks","{{user_webhook_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"f3c507ca-84d3-4acd-b3fb-de2711993f03","name":"Unsubscribing from webhooks -> Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/webhooks/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 31 Mar 2020 11:44:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": []\n}"}],"_postman_id":"83ebec54-6d21-4773-9202-56c32081436f"},{"name":"Triggering webhooks","id":"714128bb-8118-4f2e-8c7f-e37529580624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/webhooks/{{user_webhook_id}}/trigger","description":"<p>Trigger a webhook. This method may be used for testing.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"78a34f65-61a4-44fa-999c-e45366a50ec8","id":"78a34f65-61a4-44fa-999c-e45366a50ec8","name":"Webhooks","type":"folder"}},"urlObject":{"path":["api","v2","webhooks","{{user_webhook_id}}","trigger"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"02f9efdd-c71e-4442-9609-80c8655722f5","name":"Triggering webhooks -> Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/webhooks/{{user_webhook_id}}/trigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.3.6","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 08 Apr 2020 09:23:21 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": []\n}"}],"_postman_id":"714128bb-8118-4f2e-8c7f-e37529580624"}],"id":"78a34f65-61a4-44fa-999c-e45366a50ec8","description":"<p>Webhooks provide a way to configure easySales to make requests to your server (or another external service) whenever certain events occur in easySales.<br />You can use webhook subscriptions to receive notifications about particular events. After you've subscribed to a webhook, you can let your app execute code immediately after specific events occur easySales.</p>\n<h3 id=\"list-of-supported-webhook-events-and-slugs\">List of supported webhook events and slugs</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Slug</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Product created</td>\n<td>product-created</td>\n</tr>\n<tr>\n<td>Product updated</td>\n<td>product-updated</td>\n</tr>\n<tr>\n<td>Product stock updated</td>\n<td>product-stock-updated</td>\n</tr>\n<tr>\n<td>Category created</td>\n<td>category-created</td>\n</tr>\n<tr>\n<td>Category updated</td>\n<td>category-updated</td>\n</tr>\n<tr>\n<td>Characteristic created</td>\n<td>characteristic-created</td>\n</tr>\n<tr>\n<td>Characteristic updated</td>\n<td>characteristic-updated</td>\n</tr>\n<tr>\n<td>Order created</td>\n<td>order-created</td>\n</tr>\n<tr>\n<td>Order updated</td>\n<td>order-updated</td>\n</tr>\n<tr>\n<td>AWB created</td>\n<td>awb-created</td>\n</tr>\n<tr>\n<td>Invoice created</td>\n<td>invoice-created</td>\n</tr>\n<tr>\n<td>Account suspended</td>\n<td>account-suspended</td>\n</tr>\n<tr>\n<td>Account activated</td>\n<td>account-activated</td>\n</tr>\n<tr>\n<td>Products refresh requested</td>\n<td>products-refresh-requested</td>\n</tr>\n<tr>\n<td>Stock refresh requested</td>\n<td>stock-refresh-requested</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"how-signing-requests-works\">How signing requests works</h3>\n<p>When setting up, it's common to generate, store, and share a secret between your app and easySales. Generating the secret could be done with str_random(), but it's entirely up to you. easySales will use the <strong>secret</strong> to sign a webhook call. easySales will add a header called Signature that will contain a signature the receiving app can use the payload hasn't been tampered with. This is how that signature is calculated:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>$payloadJson = json_encode($payload); \n$signature = hash_hmac('sha256', $payloadJson, $secret);\n\n</code></pre><h3 id=\"retrying-failed-webhooks\">Retrying failed webhooks</h3>\n<p>When your app fails to send a response with a 2xx status code easySales will consider the call as failed. The call will also be considered failed if the remote app doesn't respond within 3 seconds.<br />To not hammer the remote app we'll wait some time between each attempt. By default, we wait 10 seconds between the first and second attempt, 100 seconds between the second and the third.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2cb95665-067a-420e-9fc3-2b5450b7b0dd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ff9cb2c3-37c7-4b45-bdb0-a2f3f81d09b7","type":"text/javascript","exec":[""]}}],"_postman_id":"78a34f65-61a4-44fa-999c-e45366a50ec8"},{"name":"Fulfillment Services","item":[{"name":"List fulfillment services","id":"57b22ecc-09c4-4687-b717-f43c5ed7409c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/fulfillments/list","description":"<p>Retrieves a list of fulfillment services.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","fulfillments","list"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"bdfb6e5f-3ab1-4f18-8e05-88c2046dbe7c","name":"List fulfillment services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/fulfillments/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 24 Nov 2022 11:17:23 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X9d4f5c3ab33d1929ea42fecca9778934","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Altexpress\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Simplify\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Packman\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Fulfillment by FHB Group\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Huboxx\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Fulfill.ro\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"HelpShip\"\n        }\n    ]\n}"}],"_postman_id":"57b22ecc-09c4-4687-b717-f43c5ed7409c"}],"id":"f31b0931-8938-4337-87f9-7ceb7f60dda2","_postman_id":"f31b0931-8938-4337-87f9-7ceb7f60dda2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Marketplaces","item":[{"name":"List marketplaces","id":"c09f3498-88b7-4522-b25e-f0b9964b75c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/marketplaces/list","description":"<p>Retrieves a list of marketplaces.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","marketplaces","list"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"733fc143-6986-4358-82b7-9f7baa0b3c43","name":"List marketplaces","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/marketplaces/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 31 Aug 2022 12:24:13 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X7ceaa504faf1a1b17a5eb28683550fb6","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 21,\n            \"name\": \"VivreGR\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Emag\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"EmagHU\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"EmagBG\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Elefant\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Vivre\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"VivreBG\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"VivreHU\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"VivrePL\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Olx\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"OlxBG\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Cel\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Dealwise\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"EbayUS\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"EbayPL\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Doraly\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Okazii\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Teamdeals\"\n        }\n    ]\n}"}],"_postman_id":"c09f3498-88b7-4522-b25e-f0b9964b75c6"}],"id":"a88c425c-1d81-47fc-950a-84d3d57a855e","_postman_id":"a88c425c-1d81-47fc-950a-84d3d57a855e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Websites","item":[{"name":"List websites","id":"4aa50c79-5a0e-473e-8dd5-074b3c1ae118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/websites/list","description":"<p>Retrieve a list of user websites.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","websites","list"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"4ca7a6ac-b69c-414c-a06f-e282cef766fb","name":"List websites","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://easy-sales.com/api/v2/websites/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.0","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 12 Jul 2024 07:01:49 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xd2a4504e4829fb8f59dcedc04793068f","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"My website\",\n            \"url\": \"https://example.com\",\n            \"module_version\": \"1.0.0\",\n            \"status\": \"active\"\n        },\n        {\n            \"name\": \"Virtual Shop\",\n            \"url\": null,\n            \"module_version\": null,\n            \"status\": \"active\"\n        }\n    ]\n}"}],"_postman_id":"4aa50c79-5a0e-473e-8dd5-074b3c1ae118"}],"id":"ee2f1aa7-9112-46c1-bd50-359c3789c749","_postman_id":"ee2f1aa7-9112-46c1-bd50-359c3789c749","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Offers","item":[{"name":"Get offers","id":"d12a9c61-272a-432e-b878-5801310f899c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/offers/40","description":"<p>Retrieves a list of offers.</p>\n<p>The number of items to be shown per page is 50.</p>\n<p><strong>Filters</strong>:</p>\n<ul>\n<li><p>product_sku - filter by product sku</p>\n</li>\n<li><p>linked - filter linked/unlinked offers</p>\n</li>\n<li><p>product_id - filter by product id</p>\n</li>\n</ul>\n<p><strong>Example</strong>:</p>\n<p>https://easy-sales.com/api/v2/offers/40?linked=false/true - filter linked/unlinked offers</p>\n<p>https://easy-sales.com/api/v2/offers/40?product_id={{product_id}} - filter by product_id</p>\n<p>https://easy-sales.com/api/v2/offers/40?product_sku={{product_sku}}- filter by product_sku</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","offers","40"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"5a4d0772-e29d-42b2-95a9-20384da499db","name":"Get offers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://easy-sales.com/api/v2/offers/40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 02 Sep 2024 13:35:38 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xea9e0f9a9f7026665ad96a67a06e1a0c","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 6866570,\n            \"marketplace_account_id\": 58,\n            \"marketplace_offer_id\": 7,\n            \"product_id\": 25,\n            \"sku\": null,\n            \"ean\": null,\n            \"name\": \"Pantaloni\",\n            \"description\": null,\n            \"brand\": \"Puma\",\n            \"url\": \"https://emag.ro/preview/pd/53543\",\n            \"full_price\": 200,\n            \"sale_price\": 170,\n            \"status\": \"active\",\n            \"stock\": 1,\n            \"details\": {\n                \"pnk\": \"53543\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://easysales.test/api/v2/offers/1?page=1\",\n        \"last\": \"http://easysales.test/api/v2/offers/1?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Înapoi\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/offers/1?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Înainte &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://easysales.test/api/v2/offers/1\",\n        \"per_page\": 50,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"},{"id":"daddee39-d575-4e1a-8bee-663eaea50671","name":"Get offer by product sku","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://easy-sales.com/api/v2/offers/40?product_sku=1","host":["https://easy-sales.com"],"path":["api","v2","offers","40"],"query":[{"key":"product_sku","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 10 Nov 2022 12:53:57 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"Xbe15b2737f4e47222a986387c4e1673b","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"marketplace_account_id\": 58,\n            \"marketplace_offer_id\": 55431,\n            \"sku\": \"1\",\n            \"ean\": null,\n            \"name\": \"Ceas dama\",\n            \"description\": null,\n            \"brand\": \"Fossil\",\n            \"full_price\": \"300.0000\",\n            \"sale_price\": \"300.0000\",\n            \"status\": \"active\",\n            \"stock\": 3,\n            \"details\": {\n                \"pnk\": null\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easy-sales.com/api/v2/offers/2?page=1\",\n        \"last\": \"https://easy-sales.com/api/v2/offers/2?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/offers/2?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://easy-sales.com/api/v2/offers/2\",\n        \"per_page\": 50,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"d12a9c61-272a-432e-b878-5801310f899c"},{"name":"Update Prices","id":"28c42d39-e4ca-428b-8d1f-0ecbc440a61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offer\": {\r\n        \"sale_price\": 120\r\n    }\r\n}"},"url":"https://easy-sales.com/api/v2/offers/40/6/prices","description":"<p>Offers prices are updated by sending HTTP PATCH request to the API.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","offers","40","6","prices"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"896bf724-6f37-4f3e-8b5c-0dfe31d80829","name":"Update Prices -> Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"website_token\": \"•••••••\",\r\n    \"offer\": {\r\n        \"sale_price\": 120\r\n    }\r\n}"},"url":"https://easy-sales.com/api/v2/offers/40/6/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 10 Nov 2022 14:10:46 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X719729793f8a1400969c69fd1bb38b97","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"id\": 1,\n        \"sku\": \"100\",\n        \"ean\": null,\n        \"name\": \"Test product\",\n        \"description\": null,\n        \"brand\": \"Derfault brand\",\n        \"full_price\": 300.0000,\n        \"sale_price\": 120.0000\n    }\n}"}],"_postman_id":"28c42d39-e4ca-428b-8d1f-0ecbc440a61c"},{"name":"Update Prices Bulk","id":"5d4c3289-c48d-421c-b8af-1486529a631d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"offer_id\": 6,\r\n            \"prices\": {\r\n                \"sale_price\": 120,\r\n                \"full_price\": 300\r\n            }\r\n        }\r\n    ]\r\n}"},"url":"https://easy-sales.com/api/v2/offers/40/prices/bulk","description":"<p>Mass update the offer prices on up to 100 offers.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","offers","40","prices","bulk"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"59cb0252-308d-4939-a60c-3423a9c31bc5","name":"Update Prices Bulk -> Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"offer_id\": 6,\r\n            \"prices\": {\r\n                \"sale_price\": 120,\r\n                \"full_price\": 300\r\n            }\r\n        }\r\n    ]\r\n}"},"url":"https://easy-sales.com/api/v2/offers/40/prices/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 14 Nov 2022 09:49:44 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X3a6cdbd189aae4c0597beee2830dd296","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"result\": {\n            \"success\": [\n                1\n            ],\n            \"errors\": []\n        },\n        \"offers\": [\n            {\n                \"id\": 1,\n                \"sku\": \"offer-sku\",\n                \"ean\": null,\n                \"name\": \"Offer name\",\n                \"description\": \"Offer description\",\n                \"brand\": \"Offer brand\",\n                \"full_price\": 300,\n                \"sale_price\": 120\n            }\n        ]\n    }\n}"}],"_postman_id":"5d4c3289-c48d-421c-b8af-1486529a631d"},{"name":"Export Offers","id":"ab814e80-1997-495c-a95a-86e2198f4f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"offers_ids\": [\r\n        1\r\n    ],\r\n    \"marketplace_id\": 19,\r\n    \"format\": \"pdf\",\r\n    \"sections\": [\r\n        {\r\n            \"section_label\": \"offers.offer\",\r\n            \"columns\": [\r\n                {\r\n                    \"name\": \"name\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Nume\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"marketplace\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.marketplace\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"status\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Status\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"description\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Descriere\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"brand\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Brand\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"images\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Imagini\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"sale_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț redus\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"sale_price_with_tax\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț redus cu TVA\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"full_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț intreg\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"full_price_with_tax\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț intreg cu TVA\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"price_addition\",\r\n                    \"selected\": true,\r\n                    \"label\": \"offers.price_addition\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"language\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.language\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"currency\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.currency\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"weight\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Greutate\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"ean\",\r\n                    \"selected\": true,\r\n                    \"label\": \"EAN\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"warranty\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Garanție\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"url\",\r\n                    \"selected\": true,\r\n                    \"label\": \"products.url\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"category\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Categorie\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"characteristics\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Caracteristicile ofertei\",\r\n                    \"show\": true\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"section_label\": \"Produs\",\r\n            \"columns\": [\r\n                {\r\n                    \"name\": \"product_sku\",\r\n                    \"selected\": true,\r\n                    \"label\": \"SKU\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_name\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Nume\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_stock\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Stoc\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_reserved_stock\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.reserved_stock\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_tax_rate\",\r\n                    \"selected\": true,\r\n                    \"label\": \"TVA\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_description\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Descriere\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_brand\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Brand\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_sale_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț redus\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_full_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț intreg\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_website\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.website\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_language\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.language\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_currency\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.currency\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_weight\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Greutate\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_ean\",\r\n                    \"selected\": true,\r\n                    \"label\": \"EAN\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_warranty\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Garanție\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_url\",\r\n                    \"selected\": true,\r\n                    \"label\": \"products.url\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_categories\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Categorii\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_characteristics\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Caracteristicile produsului \",\r\n                    \"show\": true\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/offers/export","urlObject":{"path":["api","v2","offers","export"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"137097b3-049a-4cdc-99ec-320ee79e350e","name":"Export Offer -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offers_ids\": [\r\n        1\r\n    ],\r\n    \"marketplace_id\": 19,\r\n    \"format\": \"pdf\",\r\n    \"sections\": [\r\n        {\r\n            \"section_label\": \"offers.offer\",\r\n            \"columns\": [\r\n                {\r\n                    \"name\": \"name\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Nume\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"marketplace\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.marketplace\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"status\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Status\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"description\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Descriere\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"brand\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Brand\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"images\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Imagini\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"sale_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț redus\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"sale_price_with_tax\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț redus cu TVA\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"full_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț intreg\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"full_price_with_tax\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț intreg cu TVA\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"price_addition\",\r\n                    \"selected\": true,\r\n                    \"label\": \"offers.price_addition\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"language\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.language\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"currency\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.currency\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"weight\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Greutate\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"ean\",\r\n                    \"selected\": true,\r\n                    \"label\": \"EAN\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"warranty\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Garanție\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"url\",\r\n                    \"selected\": true,\r\n                    \"label\": \"products.url\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"category\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Categorie\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"characteristics\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Caracteristicile ofertei\",\r\n                    \"show\": true\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"section_label\": \"Produs\",\r\n            \"columns\": [\r\n                {\r\n                    \"name\": \"product_sku\",\r\n                    \"selected\": true,\r\n                    \"label\": \"SKU\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_name\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Nume\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_stock\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Stoc\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_reserved_stock\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.reserved_stock\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_tax_rate\",\r\n                    \"selected\": true,\r\n                    \"label\": \"TVA\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_description\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Descriere\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_brand\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Brand\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_sale_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț redus\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_full_price\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Preț intreg\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_website\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.website\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_language\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.language\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_currency\",\r\n                    \"selected\": true,\r\n                    \"label\": \"interface.currency\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_weight\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Greutate\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_ean\",\r\n                    \"selected\": true,\r\n                    \"label\": \"EAN\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_warranty\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Garanție\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_url\",\r\n                    \"selected\": true,\r\n                    \"label\": \"products.url\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_categories\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Categorii\",\r\n                    \"show\": true\r\n                },\r\n                {\r\n                    \"name\": \"product_characteristics\",\r\n                    \"selected\": true,\r\n                    \"label\": \"Caracteristicile produsului \",\r\n                    \"show\": true\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/offers/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 01 Sep 2022 12:37:39 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"Xa2b62db2f705b66baa0605b91d89b310","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"file_name\": \"orders-export-07-14-2023-11:58:58-am.pdf\",\n    \"file_url\": \"https://easysales1.fra1.digitaloceanspaces.com/uploads/1/offers/offer-export-07-14-2023-05:21:24-pm.pdf\",\n    \"expires_at\": \"2023-07-15 17:21:24\"\n}"}],"_postman_id":"ab814e80-1997-495c-a95a-86e2198f4f32"}],"id":"5d907e04-f1e6-4f63-919f-2f0196832725","_postman_id":"5d907e04-f1e6-4f63-919f-2f0196832725","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Customers","item":[{"name":"List customers","id":"23508f05-53c3-4f76-acbd-bf7a31b3237c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://easy-sales.com/api/v2/customers/app?page=1&per_page=100","description":"<p>Retrieves a list of customers.</p>\n<p>The number of items to be shown per page is 50.</p>\n<h3 id=\"available-filters\">Available filters</h3>\n<ul>\n<li>name-&gt; filter by customer name</li>\n<li>phone -&gt; filter by customer name</li>\n<li>email -&gt; filter by customer email</li>\n<li>search -&gt; search by name, phone or email</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","customers","app"],"host":["https://easy-sales.com"],"query":[{"disabled":true,"key":"name","value":"John Doe"},{"disabled":true,"key":"phone","value":"555 444"},{"disabled":true,"key":"email","value":"johndoe@example.com"},{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[{"id":"0b9ab8c8-90f4-4cac-b8bd-f2138c58a7bf","name":"List customers -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://easy-sales.com/api/v2/customers?page=1","host":["https://easy-sales.com"],"path":["api","v2","customers"],"query":[{"key":"page","value":"1","description":"Current page"},{"key":"name","value":"John Doe","disabled":true},{"key":"phone","value":"555 444","disabled":true},{"key":"email","value":"johndoe@example.com","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 29 May 2023 08:57:55 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"Xa884e9e2b2ff858fbd8535c01045999b","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"John Doe\",\n            \"company_name\": null,\n            \"phone\": \"07235789526\",\n            \"email\": \"test@test.com\",\n            \"fax\": \"fax\",\n            \"identification_number\": \"12\",\n            \"legal_entity\": 0,\n            \"bank\": \"Bank\",\n            \"iban\": \"Iban\",\n            \"vat_id\": \"2\",\n            \"registration_number\": \"2\",\n            \"vat_payer\": null,\n            \"notes\": \"a\",\n            \"blacklist\": 1,\n            \"total_orders\": 4,\n            \"customer_from\": \"2023-02-27T08:30:58.000000Z\",\n            \"last_order\": \"2023-02-28 15:15:12\",\n            \"total_spent\": 575.4,\n            \"average_spent\": 143.85,\n            \"customer_type\": \"Juridical\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easy-sales.com/api/v2/customers?page=1\",\n        \"last\": \"https://easy-sales.com/api/v2/customers?page=5\",\n        \"prev\": null,\n        \"next\": \"https://easy-sales.com/api/v2/customers?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 5,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Înapoi\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/customers?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/customers?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/customers?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/customers?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/customers?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/customers?page=2\",\n                \"label\": \"Înainte &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://easy-sales.com/api/v2/customers\",\n        \"per_page\": \"1\",\n        \"to\": 1,\n        \"total\": 5\n    }\n}"}],"_postman_id":"23508f05-53c3-4f76-acbd-bf7a31b3237c"},{"name":"Get customer","id":"142fb670-dc93-4f0c-b62a-060c5cabf830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/customers/{{customer_id}}","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","customers","{{customer_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"306265fa-5263-4a02-8817-b0fac450b5b5","name":"Get Customer -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/customer/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 09 Apr 2021 10:10:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X55dec9d8206508d0a20bb6a30520e606","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"John Doe\",\n        \"company_name\": \"Abc Inc.\",\n        \"phone\": \"555 444\",\n        \"email\": \"johndoe@example.com\",\n        \"fax\": null,\n        \"identification_number\": null,\n        \"legal_entity\": 0,\n        \"bank\": null,\n        \"iban\": null,\n        \"vat_id\": null,\n        \"registration_number\": null,\n        \"vat_payer\": null,\n        \"notes\": null,\n        \"blacklist\": 1,\n        \"is_encrypted\": false,\n        \"billing_addresses\": [\n            {\n                \"name\": \"John Doe\",\n                \"phone\": \"555 444\",\n                \"city\": \"Bucuresti\",\n                \"street\": \"Street Name\",\n                \"postal_code\": \"111222\",\n                \"country\": {\n                    \"name\": \"Romania\",\n                    \"iso_code2\": \"RO\"\n                },\n                \"county\": {\n                    \"name\": \"Bucuresti\",\n                    \"iso_code\": \"B\"\n                }\n            }\n        ],\n        \"shipping_addresses\": [\n            {\n                \"name\": \"Test\",\n                \"phone\": \"555 444\",\n                \"city\": \"Bucuresti\",\n                \"street\": \"Street Name\",\n                \"postal_code\": \"111222\",\n                \"country\": {\n                    \"name\": \"Romania\",\n                    \"iso_code2\": \"RO\"\n                },\n                \"county\": {\n                    \"name\": \"Bucuresti\",\n                    \"iso_code\": \"B\"\n                }\n            }          \n        ],\n        \"orders\": [\n            {\n                \"id\": \"235\",\n                \"order_display_id\": \"235\",\n                \"internal_id\": 289,\n                \"order_date\": \"2022-08-14 13:11:12\",\n                \"status\": \"New\",\n                \"value\": \"118.50\",\n                \"tax\": \"22.50\",\n                \"total_value\": \"141.00\",\n                \"total_vouchers\": \"50\",\n                \"observations\": null,\n                \"notes\": null,\n                \"cancel_request\": null,\n                \"website\": \"Acme.com\",\n                \"marketplace\": null,\n                \"payment_mode\": \"Unknown\",\n                \"shipping_method\": null,\n                \"charges\": [\n                    {\n                        \"name\": \"Shipping\",\n                        \"price_with_tax\": \"15.0000\",\n                        \"price_without_tax\": \"12.6100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"shipping\"\n                    },\n                    {\n                        \"name\": \"Order fee\",\n                        \"price_with_tax\": \"15.0000\",\n                        \"price_without_tax\": \"12.6100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"fee\"\n                    },\n                    {\n                        \"name\": \"Order fee 2\",\n                        \"price_with_tax\": \"25.0000\",\n                        \"price_without_tax\": \"21.0100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"fee\"\n                    },\n                    {\n                        \"name\": \"Voucher\",\n                        \"price_with_tax\": \"15.0000\",\n                        \"price_without_tax\": \"12.6100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"discount\"\n                    },\n                    {\n                        \"name\": \"Another Voucher\",\n                        \"price_with_tax\": \"35.0000\",\n                        \"price_without_tax\": \"29.4100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"discount\"\n                    }\n                ],\n                \"shipments\": [\n                    {\n                        \"awb_id\": [\n                            \"2030300120035\"\n                        ],\n                        \"awb_url\": \"https://easy-sales.com/shipments/{{uuid}}/awb\",\n                        \"delivery_status\": {\n                            \"description\": \"Ready\",\n                            \"value\": 1\n                    },\n                    \"delivery_history\": [\n                        {\n                            \"date\": \"2023-01-30 09:01:55\",\n                            \"description\": \"AWB-ul a fost inregistrat de catre clientul expeditor.\\n\"\n                        }\n                    ],\n                    \"delivery_data\": null,\n                    \"awb_tracking_page\": \"https://easy-sales.com/shipments/{{uuid}}/awb-tracking\",\n                    \"courier\": {\n                        \"id\": 4,\n                        \"name\": \"FanCourier\"\n                    }\n                    }\n                ],\n                \"invoices\": [\n                    {\n                        \"series\": \"TEST\",\n                        \"number\": \"0150\",\n                        \"URL\": \"https://easy-sales.com/orders/{{uuid}}/invoice\",\n                        \"type\": \"invoice\"\n                    }\n                ],\n                \"invoice_series\": \"E-SZ-2022-243\",\n                \"invoice_nr\": null,\n                \"awb_id\": [\n                    \"80072590981\",\n                    \"345\",\n                    \"444\"\n                ],\n                \"awb_response\": null,\n                \"shipment_tax\": \"15.00\",\n                \"awb_url\": null,\n                \"invoice_url\": \"https://example.com/invoice-file.pdf\",\n                \"delivery_status\": null,\n                \"delivery_history\": null,\n                \"invoice_storno_nr\": null,\n                \"currency\": {\n                    \"name\": \"Romanian Leu\",\n                    \"symbol\": \"RON\"\n                },\n                \"delivery_data\": null,\n                \"delivery_notes\": null,\n                \"created_at\": \"2022-08-17T08:19:28.000000Z\",\n                \"updated_at\": \"2022-08-26T08:48:47.000000Z\",\n                \"details\": {\n                    \"shipping_tax_voucher_split\": 2\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"142fb670-dc93-4f0c-b62a-060c5cabf830"},{"name":"Update Customer","id":"6a559876-0ad6-4df6-9317-42f31a8dfd9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Customer Name\",\r\n    \"company_name\": null,\r\n    \"phone\": \"0723578952\",\r\n    \"email\": \"test@test.com\",\r\n    \"fax\": \"fax\",\r\n    \"identification_number\": \"12\",\r\n    \"legal_entity\": 0,\r\n    \"bank\": \"Bank\",\r\n    \"iban\": \"Iban\",\r\n    \"vat_id\": \"2\",\r\n    \"registration_number\": \"2\",\r\n    \"notes\": \"a\",\r\n    \"blacklist\": 1\r\n}"},"url":"https://easy-sales.com/api/v2/customers/8","description":"<p>Customers are updated by sending HTTP PATCH requests to the API.</p>\n<p><strong>Customer object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>False</td>\n<td>The customer name.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>False</td>\n<td>The customer company name.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Numeric</td>\n<td>False</td>\n<td>The customer phone.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>False</td>\n<td>The customer email.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>False</td>\n<td>The customer fax.</td>\n</tr>\n<tr>\n<td>identification_number</td>\n<td>String</td>\n<td>False</td>\n<td>The customer identification number.</td>\n</tr>\n<tr>\n<td>legal_entity</td>\n<td>Boolean</td>\n<td>True</td>\n<td>The customer legal entity.</td>\n</tr>\n<tr>\n<td>bank</td>\n<td>String</td>\n<td>False</td>\n<td>The customer bank.</td>\n</tr>\n<tr>\n<td>iban</td>\n<td>String</td>\n<td>False</td>\n<td>The customer iban.</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>False</td>\n<td>The customer vat_id.</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>Numeric</td>\n<td>False</td>\n<td>The customer registration_number.</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>String</td>\n<td>False</td>\n<td>The customer notes.</td>\n</tr>\n<tr>\n<td>blacklist</td>\n<td>Boolean</td>\n<td>True</td>\n<td>Information about blacklist.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","customers","8"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"4e9d210a-c78f-4f85-86c0-42c20093e603","name":"Update Customer -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"John Doe\",\r\n    \"company_name\": \"Abc Inc.\",\r\n    \"phone\": \"555 444\",\r\n    \"email\": \"johndoe@example.com\",\r\n    \"fax\": null,\r\n    \"identification_number\": null,\r\n    \"legal_entity\": 0,\r\n    \"bank\": null,\r\n    \"iban\": null,\r\n    \"vat_id\": null,\r\n    \"registration_number\": null,\r\n    \"notes\": null,\r\n    \"blacklist\": 1,\r\n}"},"url":"https://easy-sales.com/api/v2/customer/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 09 Apr 2021 10:10:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X55dec9d8206508d0a20bb6a30520e606","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"John Doe\",\n        \"company_name\": \"Abc Inc.\",\n        \"phone\": \"555 444\",\n        \"email\": \"johndoe@example.com\",\n        \"fax\": null,\n        \"identification_number\": null,\n        \"legal_entity\": 0,\n        \"bank\": null,\n        \"iban\": null,\n        \"vat_id\": null,\n        \"registration_number\": null,\n        \"vat_payer\": null,\n        \"notes\": null,\n        \"blacklist\": 1,\n        \"is_encrypted\": false,\n        \"billing_addresses\": [\n            {\n                \"name\": \"John Doe\",\n                \"phone\": \"555 444\",\n                \"city\": \"Bucuresti\",\n                \"street\": \"Street Name\",\n                \"postal_code\": \"111222\",\n                \"country\": {\n                    \"name\": \"Romania\",\n                    \"iso_code2\": \"RO\"\n                },\n                \"county\": {\n                    \"name\": \"Bucuresti\",\n                    \"iso_code\": \"B\"\n                }\n            }\n        ],\n        \"shipping_addresses\": [\n            {\n                \"name\": \"Test\",\n                \"phone\": \"555 444\",\n                \"city\": \"Bucuresti\",\n                \"street\": \"Street Name\",\n                \"postal_code\": \"111222\",\n                \"country\": {\n                    \"name\": \"Romania\",\n                    \"iso_code2\": \"RO\"\n                },\n                \"county\": {\n                    \"name\": \"Bucuresti\",\n                    \"iso_code\": \"B\"\n                }\n            }          \n        ],\n        \"orders\": [\n            {\n                \"id\": \"235\",\n                \"order_display_id\": \"235\",\n                \"internal_id\": 289,\n                \"order_date\": \"2022-08-14 13:11:12\",\n                \"status\": \"New\",\n                \"value\": \"118.50\",\n                \"tax\": \"22.50\",\n                \"total_value\": \"141.00\",\n                \"total_vouchers\": \"50\",\n                \"observations\": null,\n                \"notes\": null,\n                \"cancel_request\": null,\n                \"website\": \"Acme.com\",\n                \"marketplace\": null,\n                \"payment_mode\": \"Unknown\",\n                \"shipping_method\": null,\n                \"charges\": [\n                    {\n                        \"name\": \"Shipping\",\n                        \"price_with_tax\": \"15.0000\",\n                        \"price_without_tax\": \"12.6100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"shipping\"\n                    },\n                    {\n                        \"name\": \"Order fee\",\n                        \"price_with_tax\": \"15.0000\",\n                        \"price_without_tax\": \"12.6100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"fee\"\n                    },\n                    {\n                        \"name\": \"Order fee 2\",\n                        \"price_with_tax\": \"25.0000\",\n                        \"price_without_tax\": \"21.0100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"fee\"\n                    },\n                    {\n                        \"name\": \"Voucher\",\n                        \"price_with_tax\": \"15.0000\",\n                        \"price_without_tax\": \"12.6100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"discount\"\n                    },\n                    {\n                        \"name\": \"Another Voucher\",\n                        \"price_with_tax\": \"35.0000\",\n                        \"price_without_tax\": \"29.4100\",\n                        \"tax\": \"0.19\",\n                        \"type\": \"discount\"\n                    }\n                ],\n                \"shipments\": [\n                    {\n                        \"awb_id\": [\n                            \"2030300120035\"\n                        ],\n                        \"awb_url\": \"https://easy-sales.com/shipments/{{uuid}}/awb\",\n                        \"delivery_status\": {\n                            \"description\": \"Ready\",\n                            \"value\": 1\n                    },\n                    \"delivery_history\": [\n                        {\n                            \"date\": \"2023-01-30 09:01:55\",\n                            \"description\": \"AWB-ul a fost inregistrat de catre clientul expeditor.\\n\"\n                        }\n                    ],\n                    \"delivery_data\": null,\n                    \"awb_tracking_page\": \"https://easy-sales.com/shipments/{{uuid}}/awb-tracking\",\n                    \"courier\": {\n                        \"id\": 4,\n                        \"name\": \"FanCourier\"\n                    }\n                    }\n                ],\n                \"invoices\": [\n                    {\n                        \"series\": \"TEST\",\n                        \"number\": \"0150\",\n                        \"URL\": \"https://easy-sales.com/orders/{{uuid}}/invoice\",\n                        \"type\": \"invoice\"\n                    }\n                ],\n                \"invoice_series\": \"E-SZ-2022-243\",\n                \"invoice_nr\": null,\n                \"awb_id\": [\n                    \"80072590981\",\n                    \"345\",\n                    \"444\"\n                ],\n                \"awb_response\": null,\n                \"shipment_tax\": \"15.00\",\n                \"awb_url\": null,\n                \"invoice_url\": \"https://example.com/invoice-file.pdf\",\n                \"delivery_status\": null,\n                \"delivery_history\": null,\n                \"invoice_storno_nr\": null,\n                \"currency\": {\n                    \"name\": \"Romanian Leu\",\n                    \"symbol\": \"RON\"\n                },\n                \"delivery_data\": null,\n                \"delivery_notes\": null,\n                \"created_at\": \"2022-08-17T08:19:28.000000Z\",\n                \"updated_at\": \"2022-08-26T08:48:47.000000Z\",\n                \"details\": {\n                    \"shipping_tax_voucher_split\": 2\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"6a559876-0ad6-4df6-9317-42f31a8dfd9b"}],"id":"38d56312-0a43-4c02-8985-f4ccb1d21592","_postman_id":"38d56312-0a43-4c02-8985-f4ccb1d21592","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Tags","item":[{"name":"List tags","id":"00a0cd4b-fa6c-4b1c-902c-e01856d9e7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags?page=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","tags"],"host":["https://easy-sales.com"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9ee8aa28-4499-4cb1-9634-1f5af32431cf","name":"List tags -> Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://easy-sales.com/api/v2/tags?page=1","host":["https://easy-sales.com"],"path":["api","v2","tags"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 11 Jul 2023 08:20:22 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"Xfa6d407a18885aeaa3cc490772b00dd8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"test\",\n            \"color\": \"#80D279\",\n            \"description\": \"#80D279\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://easy-sales.com/api/v2/tags?page=1\",\n        \"last\": \"https://easy-sales.com/api/v2/tags?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Back\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://easy-sales.com/api/v2/tags?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://easy-sales.com/api/v2/tags\",\n        \"per_page\": 50,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"00a0cd4b-fa6c-4b1c-902c-e01856d9e7b0"},{"name":"Create tag","event":[{"listen":"test","script":{"id":"3619563f-5c55-4dd1-ad4d-dbdc7a1d650b","exec":["## Create Tag","","Creates a new tag in the easySales V2 API.","","### HTTP Request","","`POST https://easy-sales.com/api/v2/tags`","","### Description","","This endpoint creates a new tag that can be associated with products or other resources in easySales. The tag is defined by a name, description, color, and type.","","### Required Headers","","- `Authorization: Bearer {{access_token}}`","- `Accept: application/json`","- `Content-Type: application/json`","","### Path & Variables","","- `https://easy-sales.com` – Base URL of the easySales V2 API (configured in your active environment).","- `{{access_token}}` – Bearer token used for authenticating the request.","","### Request Body (JSON)","","```json","{","  \"name\": \"Tag test 1\",","  \"description\": \"Test\",","  \"color\": \"#FF0000\",","  \"type\": \"product\"","}","```","","#### Body Fields","","- `name` (string, required) – Human‑readable tag name.","- `description` (string, optional/recommended) – Short description of the tag and how it will be used.","- `color` (string, required) – Hex color code used for displaying the tag (e.g. `#FF0000`).","- `type` (string, required) – Context/type of the tag. Example: `\"product\"`.","","### Successful Response Example (200)","","```json","{","  \"success\": true,","  \"message\": \"Tag has been created successfully!\",","  \"data\": {","    \"id\": 5,","    \"name\": \"Tag test 1\",","    \"color\": \"#FF0000\",","    \"description\": \"Test\",","    \"type\": \"product\"","  }","}","```","","- `success` – Indicates that the operation completed successfully.","- `message` – Human‑readable confirmation message.","- `data.id` – Unique identifier of the newly created tag.","- Other fields in `data` mirror the values sent in the request body."],"type":"text/javascript","packages":{},"requests":{}}}],"id":"dbfac1d3-0acf-4bef-b8a0-90339d01ad62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tag test 1\",\r\n    \"description\": \"Test\",\r\n    \"color\": \"#FF0000\",\r\n    \"type\": \"product\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","tags"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"525cf219-8f43-46ea-b8c8-82244b9c04ed","name":"Create tag -> Succes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tag test 1\",\r\n    \"description\": \"Test\",\r\n    \"color\": \"#FF0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 11 Jul 2023 08:23:41 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X09f38210b2009372997a74f6db9b4abe","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Tag has been created successfully!\",\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"Tag test 1\",\n        \"color\": \"#FF0000\",\n        \"description\": \"#FF0000\"\n    }\n}"}],"_postman_id":"dbfac1d3-0acf-4bef-b8a0-90339d01ad62"},{"name":"Update tag","id":"f19635cf-433a-4727-8abb-f2ed5a411313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tag test\",\r\n    \"description\": \"Test\",\r\n    \"color\": \"#FF0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags/{{tag_id}}","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","tags","{{tag_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"45e17702-9a46-473b-b2ff-1179396a4708","name":"Update tag -> Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tag test\",\r\n    \"description\": \"Test\",\r\n    \"color\": \"#FF0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags/{{tag_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 11 Jul 2023 08:24:34 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Tag has been updated successfully!\",\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"Tag test\",\n        \"color\": \"#FF0000\",\n        \"description\": \"#FF0000\"\n    }\n}"}],"_postman_id":"f19635cf-433a-4727-8abb-f2ed5a411313"},{"name":"Delete tag","id":"f172698c-fd16-495e-a9e9-e8b4e0f65635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags/{{tag_id}}","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","tags","{{tag_id}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"bb711f3d-7e98-4311-b570-318c634fe5b9","name":"Update tag -> Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tag test\",\r\n    \"description\": \"Test\",\r\n    \"color\": \"#FF0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags/{{tag_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Tue, 11 Jul 2023 08:24:34 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Tag has been updated successfully!\",\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"Tag test\",\n        \"color\": \"#FF0000\",\n        \"description\": \"#FF0000\"\n    }\n}"}],"_postman_id":"f172698c-fd16-495e-a9e9-e8b4e0f65635"},{"name":"Attach tag","id":"23859796-98e2-4289-81be-1967e40663ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tag_id\": 1,\r\n    \"entities\": [\r\n        {\r\n            \"entity_type\": \"order\",\r\n            \"entity_id\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags/attach","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","tags","attach"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"23859796-98e2-4289-81be-1967e40663ad"},{"name":"Detach tag","id":"977bb037-7155-48b0-9b43-cbf429b4582b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tag_id\": 1,\r\n    \"entities\": [\r\n        {\r\n            \"entity_type\": \"order\",\r\n            \"entity_id\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/tags/detach","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","tags","detach"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"977bb037-7155-48b0-9b43-cbf429b4582b"}],"id":"5079934a-0877-4716-a197-5f59ac0c1c73","_postman_id":"5079934a-0877-4716-a197-5f59ac0c1c73","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Exports","item":[{"name":"Export PDF Orders","id":"3347a754-cf10-4e8c-b285-4486ee95fbae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"orders_ids\": [6622646],\n  \"format\": \"pdf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/export","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","orders","export"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"2ccbf8b5-7c8e-419d-b690-aecfb666ecb1","name":"Export PDF Orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"orders_ids\": [6622646],\n  \"format\": \"pdf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/orders/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 13 Jul 2023 06:37:33 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"file_name\": \"orders-export-07-13-2023-09:37:31-am.pdf\",\n    \"file_url\": \"https://easysales1.fra1.digitaloceanspaces.com/uploads/5/orders/orders-export-07-13-2023-09%3A37%3A31-am.pdf\",\n    \"expires_at\": \"2023-07-14 09:37:31\"\n}"}],"_postman_id":"3347a754-cf10-4e8c-b285-4486ee95fbae"}],"id":"858e7449-0b38-4601-8b73-42ca583721b3","_postman_id":"858e7449-0b38-4601-8b73-42ca583721b3","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Shipping Addresses","item":[{"name":"Update Shipping Address","id":"3649a8bb-2498-47a0-a542-2d690476c568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"John Doe\",\r\n    \"phone\": \"4805551232\",\r\n    \"country_code\": \"RO\",\r\n    \"county_code\": \"B\",\r\n    \"city\": \"Phoenix\",\r\n    \"street\": \"12345 Main St\",\r\n    \"postal_code\": \"850202\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/shipping-address/{{shipping_address}}","urlObject":{"path":["api","v2","shipping-address","{{shipping_address}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"4351b6d8-0075-4b3f-a12c-5d39bb4602a9","name":"Update Shipping Address","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"website_token\": \"•••••••\",\r\n    \"name\": \"John Doe\",\r\n    \"phone\": \"4805551232\",\r\n    \"country_id\": 175,\r\n    \"county_id\": 3,\r\n    \"city\": \"Phoenix\",\r\n    \"street\": \"12345 Main St\",\r\n    \"postal_code\": \"850202\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://easy-sales.com/api/v2/shipping-address/{{shipping_address}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 13 Jul 2023 11:40:56 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"phpdebugbar-id","value":"X9cd14acae8c33e538e357a71f67520fe","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Shipping Address updated\",\n    \"shipping_address\": {\n        \"id\": 2,\n        \"customer_id\": 2,\n        \"name\": \"John Doe\",\n        \"phone\": \"4805551232\",\n        \"country_id\": 175,\n        \"county_id\": 3,\n        \"city\": \"Phoenix\",\n        \"street\": \"12345 Main St\",\n        \"postal_code\": \"850202\",\n        \"hash\": \"e29c5d930f672203c0cd317c3254f71f\",\n        \"details\": null,\n        \"created_at\": null,\n        \"updated_at\": \"2023-07-13T11:40:56.000000Z\",\n        \"name_enc\": null,\n        \"name_enc_idx\": null,\n        \"phone_enc\": null,\n        \"phone_enc_idx\": null,\n        \"city_enc\": null,\n        \"city_enc_idx\": null,\n        \"street_enc\": null,\n        \"street_enc_idx\": null,\n        \"postal_code_enc\": null,\n        \"postal_code_enc_idx\": null,\n        \"country\": {\n            \"id\": 175,\n            \"name\": \"Romania\",\n            \"iso_code2\": \"RO\",\n            \"iso_code3\": \"ROU\",\n            \"status\": true,\n            \"created_at\": \"2023-05-23T14:25:26.000000Z\",\n            \"updated_at\": \"2023-05-23T14:25:26.000000Z\",\n            \"flag\": \"/images/countries/ro.png\",\n            \"phone_code\": null\n        },\n        \"county\": {\n            \"id\": 3,\n            \"country_id\": 175,\n            \"name\": \"Arad\",\n            \"iso_code\": \"AR\",\n            \"status\": 1,\n            \"created_at\": \"2021-11-10T11:39:15.000000Z\",\n            \"updated_at\": \"2021-11-10T11:39:15.000000Z\",\n            \"original_name\": \"NULL\"\n        }\n    }\n}"}],"_postman_id":"3649a8bb-2498-47a0-a542-2d690476c568"}],"id":"b08d7558-e055-493a-9cb4-346c41bef02e","_postman_id":"b08d7558-e055-493a-9cb4-346c41bef02e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"Billing Addresses","item":[{"name":"Update Billing Address","id":"946cb01b-796c-4e1d-9202-1dd18a936f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"John Doe\",\r\n    \"phone\": \"4805551233\",\r\n    \"country_code\": \"RO\",\r\n    \"county_code\": \"B\",\r\n    \"city\": \"Phoenix\",\r\n    \"street\": \"1234 Main St\",\r\n    \"postal_code\": \"8502022\"\r\n}"},"url":"https://easy-sales.com/api/v2/billing-address/{{billing_address}}","urlObject":{"path":["api","v2","billing-address","{{billing_address}}"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"43dd99ff-d6e8-49ce-a8ab-56430e87e457","name":"Update Billing Address","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"website_token\": \"•••••••\",\r\n    \"name\": \"John Doe\",\r\n    \"phone\": \"4805551233\",\r\n    \"country_id\": 175,\r\n    \"county_id\": 3,\r\n    \"city\": \"Phoenix\",\r\n    \"street\": \"1234 Main St\",\r\n    \"postal_code\": \"8502022\"\r\n}"},"url":"https://easy-sales.com/api/v2/billing-address/{{billing_address}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 13 Jul 2023 11:52:31 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X871696c052e3ae444cbf7627ea0dbb35","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Billing Address updated\",\n    \"billing_address\": {\n        \"id\": 5,\n        \"customer_id\": 2,\n        \"name\": \"John Doe\",\n        \"phone\": \"4805551233\",\n        \"country_id\": 175,\n        \"county_id\": 3,\n        \"city\": \"Phoenix\",\n        \"street\": \"1234 Main St\",\n        \"postal_code\": \"8502022\",\n        \"hash\": \"bf6091a4a662c21a900d9873fc298ecc\",\n        \"details\": null,\n        \"created_at\": null,\n        \"updated_at\": \"2023-07-13T11:52:31.000000Z\",\n        \"name_enc\": null,\n        \"name_enc_idx\": null,\n        \"phone_enc\": null,\n        \"phone_enc_idx\": null,\n        \"city_enc\": null,\n        \"city_enc_idx\": null,\n        \"street_enc\": null,\n        \"street_enc_idx\": null,\n        \"postal_code_enc\": null,\n        \"postal_code_enc_idx\": null,\n        \"country\": {\n            \"id\": 175,\n            \"name\": \"Romania\",\n            \"iso_code2\": \"RO\",\n            \"iso_code3\": \"ROU\",\n            \"status\": true,\n            \"created_at\": \"2023-05-23T14:25:26.000000Z\",\n            \"updated_at\": \"2023-05-23T14:25:26.000000Z\",\n            \"flag\": \"/images/countries/ro.png\",\n            \"phone_code\": null\n        },\n        \"county\": {\n            \"id\": 3,\n            \"country_id\": 175,\n            \"name\": \"Arad\",\n            \"iso_code\": \"AR\",\n            \"status\": 1,\n            \"created_at\": \"2021-11-10T11:39:15.000000Z\",\n            \"updated_at\": \"2021-11-10T11:39:15.000000Z\",\n            \"original_name\": \"NULL\"\n        }\n    }\n}"}],"_postman_id":"946cb01b-796c-4e1d-9202-1dd18a936f6e"}],"id":"49ab7861-b853-43ae-9583-a007cdcd4de7","_postman_id":"49ab7861-b853-43ae-9583-a007cdcd4de7","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}},{"name":"General Data","item":[{"name":"Countries","id":"2e607a96-0e44-45e1-a643-39fe3281d9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/general-data/countries","description":"<p>Retrieves the list of all countries.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","general-data","countries"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"db7aa5f5-8bff-4a51-9874-37dc2f2f5ccb","name":"Countries -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/general-data/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 24 Jul 2023 05:04:52 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"phpdebugbar-id","value":"X0c0d223087478524def8e3447a5cdafa","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"iso_code2\": \"AF\",\n            \"iso_code3\": \"AFG\",\n            \"name\": \"Afghanistan\",\n            \"phone_code\": \"93\",\n            \"flag\": null\n        },\n        {\n            \"id\": 2,\n            \"iso_code2\": \"AL\",\n            \"iso_code3\": \"ALB\",\n            \"name\": \"Albania\",\n            \"phone_code\": \"355\",\n            \"flag\": null\n        },\n        {\n            \"id\": 3,\n            \"iso_code2\": \"DZ\",\n            \"iso_code3\": \"DZA\",\n            \"name\": \"Algeria\",\n            \"phone_code\": \"213\",\n            \"flag\": null\n        },\n        {\n            \"id\": 4,\n            \"iso_code2\": \"AS\",\n            \"iso_code3\": \"ASM\",\n            \"name\": \"American Samoa\",\n            \"phone_code\": \"1-684\",\n            \"flag\": null\n        },\n        {\n            \"id\": 5,\n            \"iso_code2\": \"AD\",\n            \"iso_code3\": \"AND\",\n            \"name\": \"Andorra\",\n            \"phone_code\": \"376\",\n            \"flag\": null\n        },\n        {\n            \"id\": 6,\n            \"iso_code2\": \"AO\",\n            \"iso_code3\": \"AGO\",\n            \"name\": \"Angola\",\n            \"phone_code\": \"244\",\n            \"flag\": null\n        },\n        {\n            \"id\": 7,\n            \"iso_code2\": \"AI\",\n            \"iso_code3\": \"AIA\",\n            \"name\": \"Anguilla\",\n            \"phone_code\": \"1-264\",\n            \"flag\": null\n        },\n        {\n            \"id\": 8,\n            \"iso_code2\": \"AQ\",\n            \"iso_code3\": \"ATA\",\n            \"name\": \"Antarctica\",\n            \"phone_code\": \"672\",\n            \"flag\": null\n        },\n        {\n            \"id\": 9,\n            \"iso_code2\": \"AG\",\n            \"iso_code3\": \"ATG\",\n            \"name\": \"Antigua and Barbuda\",\n            \"phone_code\": \"1-268\",\n            \"flag\": null\n        },\n        {\n            \"id\": 10,\n            \"iso_code2\": \"AR\",\n            \"iso_code3\": \"ARG\",\n            \"name\": \"Argentina\",\n            \"phone_code\": \"54\",\n            \"flag\": null\n        },\n        {\n            \"id\": 11,\n            \"iso_code2\": \"AM\",\n            \"iso_code3\": \"ARM\",\n            \"name\": \"Armenia\",\n            \"phone_code\": \"374\",\n            \"flag\": null\n        },\n        {\n            \"id\": 12,\n            \"iso_code2\": \"AW\",\n            \"iso_code3\": \"ABW\",\n            \"name\": \"Aruba\",\n            \"phone_code\": \"297\",\n            \"flag\": null\n        },\n        {\n            \"id\": 13,\n            \"iso_code2\": \"AU\",\n            \"iso_code3\": \"AUS\",\n            \"name\": \"Australia\",\n            \"phone_code\": \"61\",\n            \"flag\": null\n        },\n        {\n            \"id\": 14,\n            \"iso_code2\": \"AT\",\n            \"iso_code3\": \"AUT\",\n            \"name\": \"Austria\",\n            \"phone_code\": \"43\",\n            \"flag\": \"/images/countries/at.png\"\n        },\n        {\n            \"id\": 15,\n            \"iso_code2\": \"AZ\",\n            \"iso_code3\": \"AZE\",\n            \"name\": \"Azerbaijan\",\n            \"phone_code\": \"994\",\n            \"flag\": null\n        },\n        {\n            \"id\": 16,\n            \"iso_code2\": \"BS\",\n            \"iso_code3\": \"BHS\",\n            \"name\": \"Bahamas\",\n            \"phone_code\": \"1-242\",\n            \"flag\": null\n        },\n        {\n            \"id\": 17,\n            \"iso_code2\": \"BH\",\n            \"iso_code3\": \"BHR\",\n            \"name\": \"Bahrain\",\n            \"phone_code\": \"973\",\n            \"flag\": null\n        },\n        {\n            \"id\": 18,\n            \"iso_code2\": \"BD\",\n            \"iso_code3\": \"BGD\",\n            \"name\": \"Bangladesh\",\n            \"phone_code\": \"880\",\n            \"flag\": null\n        },\n        {\n            \"id\": 19,\n            \"iso_code2\": \"BB\",\n            \"iso_code3\": \"BRB\",\n            \"name\": \"Barbados\",\n            \"phone_code\": \"1-246\",\n            \"flag\": null\n        },\n        {\n            \"id\": 20,\n            \"iso_code2\": \"BY\",\n            \"iso_code3\": \"BLR\",\n            \"name\": \"Belarus\",\n            \"phone_code\": \"375\",\n            \"flag\": null\n        },\n        {\n            \"id\": 21,\n            \"iso_code2\": \"BE\",\n            \"iso_code3\": \"BEL\",\n            \"name\": \"Belgium\",\n            \"phone_code\": \"32\",\n            \"flag\": null\n        },\n        {\n            \"id\": 22,\n            \"iso_code2\": \"BZ\",\n            \"iso_code3\": \"BLZ\",\n            \"name\": \"Belize\",\n            \"phone_code\": \"501\",\n            \"flag\": null\n        },\n        {\n            \"id\": 23,\n            \"iso_code2\": \"BJ\",\n            \"iso_code3\": \"BEN\",\n            \"name\": \"Benin\",\n            \"phone_code\": \"229\",\n            \"flag\": null\n        },\n        {\n            \"id\": 24,\n            \"iso_code2\": \"BM\",\n            \"iso_code3\": \"BMU\",\n            \"name\": \"Bermuda\",\n            \"phone_code\": \"1-441\",\n            \"flag\": null\n        },\n        {\n            \"id\": 25,\n            \"iso_code2\": \"BT\",\n            \"iso_code3\": \"BTN\",\n            \"name\": \"Bhutan\",\n            \"phone_code\": \"975\",\n            \"flag\": null\n        },\n        {\n            \"id\": 26,\n            \"iso_code2\": \"BO\",\n            \"iso_code3\": \"BOL\",\n            \"name\": \"Bolivia\",\n            \"phone_code\": \"591\",\n            \"flag\": null\n        },\n        {\n            \"id\": 27,\n            \"iso_code2\": \"BA\",\n            \"iso_code3\": \"BIH\",\n            \"name\": \"Bosnia and Herzegovina\",\n            \"phone_code\": \"387\",\n            \"flag\": null\n        },\n        {\n            \"id\": 28,\n            \"iso_code2\": \"BW\",\n            \"iso_code3\": \"BWA\",\n            \"name\": \"Botswana\",\n            \"phone_code\": \"267\",\n            \"flag\": null\n        },\n        {\n            \"id\": 29,\n            \"iso_code2\": \"BV\",\n            \"iso_code3\": \"BVT\",\n            \"name\": \"Bouvet Island\",\n            \"phone_code\": null,\n            \"flag\": null\n        },\n        {\n            \"id\": 30,\n            \"iso_code2\": \"BR\",\n            \"iso_code3\": \"BRA\",\n            \"name\": \"Brazil\",\n            \"phone_code\": \"55\",\n            \"flag\": null\n        },\n        {\n            \"id\": 31,\n            \"iso_code2\": \"IO\",\n            \"iso_code3\": \"IOT\",\n            \"name\": \"British Indian Ocean Territory\",\n            \"phone_code\": \"246\",\n            \"flag\": null\n        },\n        {\n            \"id\": 32,\n            \"iso_code2\": \"BN\",\n            \"iso_code3\": \"BRN\",\n            \"name\": \"Brunei Darussalam\",\n            \"phone_code\": \"673\",\n            \"flag\": null\n        },\n        {\n            \"id\": 33,\n            \"iso_code2\": \"BG\",\n            \"iso_code3\": \"BGR\",\n            \"name\": \"Bulgaria\",\n            \"phone_code\": \"359\",\n            \"flag\": \"/images/countries/bg.png\"\n        },\n        {\n            \"id\": 34,\n            \"iso_code2\": \"BF\",\n            \"iso_code3\": \"BFA\",\n            \"name\": \"Burkina Faso\",\n            \"phone_code\": \"226\",\n            \"flag\": null\n        },\n        {\n            \"id\": 35,\n            \"iso_code2\": \"BI\",\n            \"iso_code3\": \"BDI\",\n            \"name\": \"Burundi\",\n            \"phone_code\": \"257\",\n            \"flag\": null\n        },\n        {\n            \"id\": 36,\n            \"iso_code2\": \"KH\",\n            \"iso_code3\": \"KHM\",\n            \"name\": \"Cambodia\",\n            \"phone_code\": \"855\",\n            \"flag\": null\n        },\n        {\n            \"id\": 37,\n            \"iso_code2\": \"CM\",\n            \"iso_code3\": \"CMR\",\n            \"name\": \"Cameroon\",\n            \"phone_code\": \"237\",\n            \"flag\": null\n        },\n        {\n            \"id\": 38,\n            \"iso_code2\": \"CA\",\n            \"iso_code3\": \"CAN\",\n            \"name\": \"Canada\",\n            \"phone_code\": \"1\",\n            \"flag\": null\n        },\n        {\n            \"id\": 39,\n            \"iso_code2\": \"CV\",\n            \"iso_code3\": \"CPV\",\n            \"name\": \"Cape Verde\",\n            \"phone_code\": \"238\",\n            \"flag\": null\n        },\n        {\n            \"id\": 40,\n            \"iso_code2\": \"KY\",\n            \"iso_code3\": \"CYM\",\n            \"name\": \"Cayman Islands\",\n            \"phone_code\": \"1-345\",\n            \"flag\": null\n        },\n        {\n            \"id\": 41,\n            \"iso_code2\": \"CF\",\n            \"iso_code3\": \"CAF\",\n            \"name\": \"Central African Republic\",\n            \"phone_code\": \"236\",\n            \"flag\": null\n        },\n        {\n            \"id\": 42,\n            \"iso_code2\": \"TD\",\n            \"iso_code3\": \"TCD\",\n            \"name\": \"Chad\",\n            \"phone_code\": \"235\",\n            \"flag\": null\n        },\n        {\n            \"id\": 43,\n            \"iso_code2\": \"CL\",\n            \"iso_code3\": \"CHL\",\n            \"name\": \"Chile\",\n            \"phone_code\": \"56\",\n            \"flag\": null\n        },\n        {\n            \"id\": 44,\n            \"iso_code2\": \"CN\",\n            \"iso_code3\": \"CHN\",\n            \"name\": \"China\",\n            \"phone_code\": \"86\",\n            \"flag\": null\n        },\n        {\n            \"id\": 45,\n            \"iso_code2\": \"CX\",\n            \"iso_code3\": \"CXR\",\n            \"name\": \"Christmas Island\",\n            \"phone_code\": \"61\",\n            \"flag\": null\n        },\n        {\n            \"id\": 46,\n            \"iso_code2\": \"CC\",\n            \"iso_code3\": \"CCK\",\n            \"name\": \"Cocos (Keeling) Islands\",\n            \"phone_code\": \"61\",\n            \"flag\": null\n        },\n        {\n            \"id\": 47,\n            \"iso_code2\": \"CO\",\n            \"iso_code3\": \"COL\",\n            \"name\": \"Colombia\",\n            \"phone_code\": \"57\",\n            \"flag\": null\n        },\n        {\n            \"id\": 48,\n            \"iso_code2\": \"KM\",\n            \"iso_code3\": \"COM\",\n            \"name\": \"Comoros\",\n            \"phone_code\": \"269\",\n            \"flag\": null\n        },\n        {\n            \"id\": 49,\n            \"iso_code2\": \"CG\",\n            \"iso_code3\": \"COG\",\n            \"name\": \"Congo\",\n            \"phone_code\": \"242\",\n            \"flag\": null\n        },\n        {\n            \"id\": 50,\n            \"iso_code2\": \"CK\",\n            \"iso_code3\": \"COK\",\n            \"name\": \"Cook Islands\",\n            \"phone_code\": \"682\",\n            \"flag\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://easysales.test/api/v2/general-data/countries?page=1\",\n        \"last\": \"http://easysales.test/api/v2/general-data/countries?page=5\",\n        \"prev\": null,\n        \"next\": \"http://easysales.test/api/v2/general-data/countries?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 5,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Înapoi\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/general-data/countries?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/general-data/countries?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/general-data/countries?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/general-data/countries?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/general-data/countries?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/general-data/countries?page=2\",\n                \"label\": \"Înainte &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://easysales.test/api/v2/general-data/countries\",\n        \"per_page\": 50,\n        \"to\": 50,\n        \"total\": 250\n    }\n}"}],"_postman_id":"2e607a96-0e44-45e1-a643-39fe3281d9d4"},{"name":"Counties","id":"6e9db9c7-90fb-4c2d-9f99-428dd4642fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/general-data/countries/{{country_id}}/counties","description":"<p>Retrieves the list of all countries.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","general-data","countries","{{country_id}}","counties"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"b7a6671a-0b5a-4966-b8ce-a691735363fd","name":"Countries -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://easy-sales.com/api/v2/general-data/countries/{{country_id}}/counties","host":["https://easy-sales.com"],"path":["api","v2","general-data","countries","{{country_id}}","counties"],"query":[{"key":"status","value":"3","disabled":true},{"key":"payment_mode","value":"3","type":"text","disabled":true},{"key":"modified_before","value":"2021-10-01 23:59:5","disabled":true},{"key":"after","value":"2021-08-01 00:00:00","disabled":true},{"key":"order_display_id","value":"230","disabled":true},{"key":"awb_id","value":"345","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 24 Jul 2023 05:12:50 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X8aa60220a360753cbf4d9a20364d7a5e","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Alba\",\n            \"country_id\": 175,\n            \"iso_code\": \"AB\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Arad\",\n            \"country_id\": 175,\n            \"iso_code\": \"AR\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Arges\",\n            \"country_id\": 175,\n            \"iso_code\": \"AG\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Bacau\",\n            \"country_id\": 175,\n            \"iso_code\": \"BC\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Bihor\",\n            \"country_id\": 175,\n            \"iso_code\": \"BH\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Bistrita-Nasaud\",\n            \"country_id\": 175,\n            \"iso_code\": \"BN\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Botosani\",\n            \"country_id\": 175,\n            \"iso_code\": \"BT\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Brasov\",\n            \"country_id\": 175,\n            \"iso_code\": \"BV\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Braila\",\n            \"country_id\": 175,\n            \"iso_code\": \"BR\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Bucuresti\",\n            \"country_id\": 175,\n            \"iso_code\": \"B\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Buzau\",\n            \"country_id\": 175,\n            \"iso_code\": \"BZ\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Caras-Severin\",\n            \"country_id\": 175,\n            \"iso_code\": \"CS\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Calarasi\",\n            \"country_id\": 175,\n            \"iso_code\": \"CL\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Cluj\",\n            \"country_id\": 175,\n            \"iso_code\": \"CJ\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Constanta\",\n            \"country_id\": 175,\n            \"iso_code\": \"CT\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Covasna\",\n            \"country_id\": 175,\n            \"iso_code\": \"CV\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Dambovita\",\n            \"country_id\": 175,\n            \"iso_code\": \"DB\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Dolj\",\n            \"country_id\": 175,\n            \"iso_code\": \"DJ\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Galati\",\n            \"country_id\": 175,\n            \"iso_code\": \"GL\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Giurgiu\",\n            \"country_id\": 175,\n            \"iso_code\": \"GR\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Gorj\",\n            \"country_id\": 175,\n            \"iso_code\": \"GJ\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Harghita\",\n            \"country_id\": 175,\n            \"iso_code\": \"HR\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Hunedoara\",\n            \"country_id\": 175,\n            \"iso_code\": \"HD\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Ialomita\",\n            \"country_id\": 175,\n            \"iso_code\": \"IL\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Iasi\",\n            \"country_id\": 175,\n            \"iso_code\": \"IS\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Ilfov\",\n            \"country_id\": 175,\n            \"iso_code\": \"IF\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Maramures\",\n            \"country_id\": 175,\n            \"iso_code\": \"MM\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Mehedinti\",\n            \"country_id\": 175,\n            \"iso_code\": \"MH\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Mures\",\n            \"country_id\": 175,\n            \"iso_code\": \"MS\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Neamt\",\n            \"country_id\": 175,\n            \"iso_code\": \"NT\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Olt\",\n            \"country_id\": 175,\n            \"iso_code\": \"OT\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Prahova\",\n            \"country_id\": 175,\n            \"iso_code\": \"PH\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Satu Mare\",\n            \"country_id\": 175,\n            \"iso_code\": \"SM\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Salaj\",\n            \"country_id\": 175,\n            \"iso_code\": \"SJ\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Sibiu\",\n            \"country_id\": 175,\n            \"iso_code\": \"SB\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Suceava\",\n            \"country_id\": 175,\n            \"iso_code\": \"SV\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Teleorman\",\n            \"country_id\": 175,\n            \"iso_code\": \"TR\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Timis\",\n            \"country_id\": 175,\n            \"iso_code\": \"TM\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Tulcea\",\n            \"country_id\": 175,\n            \"iso_code\": \"TL\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Vaslui\",\n            \"country_id\": 175,\n            \"iso_code\": \"VS\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Valcea\",\n            \"country_id\": 175,\n            \"iso_code\": \"VL\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Vrancea\",\n            \"country_id\": 175,\n            \"iso_code\": \"VN\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://easysales.test/api/v2/general-data/countries/175/counties?page=1\",\n        \"last\": \"http://easysales.test/api/v2/general-data/countries/175/counties?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Înapoi\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://easysales.test/api/v2/general-data/countries/175/counties?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Înainte &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://easysales.test/api/v2/general-data/countries/175/counties\",\n        \"per_page\": 50,\n        \"to\": 42,\n        \"total\": 42\n    }\n}"}],"_postman_id":"6e9db9c7-90fb-4c2d-9f99-428dd4642fb4"},{"name":"Currencies","id":"0594d458-84e9-4c8e-9850-126daa216036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/general-data/currencies","description":"<p>Retrieves the list of all currencies.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","general-data","currencies"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"3b87ed12-8f6a-4770-afec-376f23638bac","name":"Currencies -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://easy-sales.com/api/v2/general-data/currencies","host":["https://easy-sales.com"],"path":["api","v2","general-data","currencies"],"query":[{"key":"status","value":"3","disabled":true},{"key":"payment_mode","value":"3","type":"text","disabled":true},{"key":"modified_before","value":"2021-10-01 23:59:5","disabled":true},{"key":"after","value":"2021-08-01 00:00:00","disabled":true},{"key":"order_display_id","value":"230","disabled":true},{"key":"awb_id","value":"345","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 24 Jul 2023 05:08:10 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X11263663eb8d4927b4c84167c2fb439d","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"code\": \"ro\",\n            \"symbol\": \"RON\",\n            \"name\": \"Romanian Leu\",\n            \"value\": \"1.000000\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"hu\",\n            \"symbol\": \"HUF\",\n            \"name\": \"Hungarian Forint\",\n            \"value\": \"0.012886\"\n        },\n        {\n            \"id\": 3,\n            \"code\": \"bg\",\n            \"symbol\": \"BGN\",\n            \"name\": \"Bulgarian Leva\",\n            \"value\": \"2.511200\"\n        },\n        {\n            \"id\": 4,\n            \"code\": \"pl\",\n            \"symbol\": \"PLN\",\n            \"name\": \"Polish Zloty\",\n            \"value\": \"1.033700\"\n        },\n        {\n            \"id\": 5,\n            \"code\": \"eur\",\n            \"symbol\": \"EUR\",\n            \"name\": \"Euro\",\n            \"value\": \"4.911500\"\n        },\n        {\n            \"id\": 6,\n            \"code\": \"us\",\n            \"symbol\": \"USD\",\n            \"name\": \"US Dollar\",\n            \"value\": \"4.633500\"\n        },\n        {\n            \"id\": 7,\n            \"code\": \"uk\",\n            \"symbol\": \"GBP\",\n            \"name\": \"UK Pound\",\n            \"value\": \"5.576800\"\n        },\n        {\n            \"id\": 8,\n            \"code\": \"cz\",\n            \"symbol\": \"CZK\",\n            \"name\": \"Czech Crown\",\n            \"value\": \"0.205100\"\n        },\n        {\n            \"id\": 9,\n            \"code\": \"fr\",\n            \"symbol\": \"CHF\",\n            \"name\": \"Swiss Franc\",\n            \"value\": \"5.050000\"\n        }\n    ]\n}"}],"_postman_id":"0594d458-84e9-4c8e-9850-126daa216036"},{"name":"Languages","id":"060b2940-816d-4a9e-85ce-6b5611737080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/general-data/languages","description":"<p>Retrieves the list of all languages.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","general-data","languages"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"21ce2044-50c7-4892-a375-53e864db569d","name":"Languages -> Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://easy-sales.com/api/v2/general-data/languages","host":["https://easy-sales.com"],"path":["api","v2","general-data","languages"],"query":[{"key":"status","value":"3","disabled":true},{"key":"payment_mode","value":"3","type":"text","disabled":true},{"key":"modified_before","value":"2021-10-01 23:59:5","disabled":true},{"key":"after","value":"2021-08-01 00:00:00","disabled":true},{"key":"order_display_id","value":"230","disabled":true},{"key":"awb_id","value":"345","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Mon, 24 Jul 2023 05:06:50 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"X0f6363eccf1e0637d37555a99ad94d85","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Hungarian\",\n            \"language_code\": \"hu\",\n            \"flag\": \"/assets/images/flags/hu.svg\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Bulgarian\",\n            \"language_code\": \"bg\",\n            \"flag\": \"/assets/images/flags/bg.svg\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Polish\",\n            \"language_code\": \"pl\",\n            \"flag\": \"/assets/images/flags/pl.svg\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Romanian\",\n            \"language_code\": \"ro\",\n            \"flag\": \"/assets/images/flags/ro.svg\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"English\",\n            \"language_code\": \"en\",\n            \"flag\": \"/assets/images/flags/en.svg\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"French\",\n            \"language_code\": \"fr\",\n            \"flag\": \"/assets/images/flags/fr.svg\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Spanish\",\n            \"language_code\": \"es\",\n            \"flag\": \"/assets/images/flags/es.svg\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Italian\",\n            \"language_code\": \"it\",\n            \"flag\": \"/assets/images/flags/it.svg\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Greek\",\n            \"language_code\": \"el\",\n            \"flag\": \"/assets/images/flags/gr.svg\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Chinese\",\n            \"language_code\": \"zh\",\n            \"flag\": \"/assets/images/flags/zh.svg\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"German\",\n            \"language_code\": \"de\",\n            \"flag\": \"/assets/images/flags/de.svg\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Czech\",\n            \"language_code\": \"cs\",\n            \"flag\": \"/assets/images/flags/cz.svg\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Slovak\",\n            \"language_code\": \"sk\",\n            \"flag\": \"/assets/images/flags/sk.svg\"\n        }\n    ]\n}"}],"_postman_id":"060b2940-816d-4a9e-85ce-6b5611737080"},{"name":"Marketplace cancellation reasons","id":"8bd2e49a-d36a-4d03-8bc2-253be312f311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/general-data/marketplace-cancellation-reasons/40","description":"<p>Marketplace specific cancellation reasons</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}},"urlObject":{"path":["api","v2","general-data","marketplace-cancellation-reasons","40"],"host":["https://easy-sales.com"],"query":[],"variable":[]}},"response":[{"id":"6ca8903f-85dc-4da4-80fc-b6385a77fc71","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://easy-sales.com/api/v2/general-data/marketplace-cancellation-reasons/40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/7.4.33","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 31 Aug 2023 05:49:29 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"phpdebugbar-id","value":"Xc71326c445b623c7994926a2d3466557","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Out of stock\",\n            \"id\": 1\n        },\n        {\n            \"name\": \"Cancelled by the client\",\n            \"id\": 2\n        },\n        {\n            \"name\": \"The client can not be contacted\",\n            \"id\": 3\n        },\n        {\n            \"name\": \"Courier delivery term is too large\",\n            \"id\": 15\n        },\n        {\n            \"name\": \"Transport tax, is too large\",\n            \"id\": 16\n        },\n        {\n            \"name\": \"Large delivery term, until the product will arrive in our warehouse\",\n            \"id\": 17\n        },\n        {\n            \"name\": \"Better offer in another store\",\n            \"id\": 18\n        },\n        {\n            \"name\": \"Payment order has not been paid\",\n            \"id\": 19\n        },\n        {\n            \"name\": \"Undelivered order, courier reasons\",\n            \"id\": 20\n        },\n        {\n            \"name\": \"Others\",\n            \"id\": 21\n        },\n        {\n            \"name\": \"Order Incomplete - automatic cancellation\",\n            \"id\": 22\n        },\n        {\n            \"name\": \"The customer changed his mind\",\n            \"id\": 23\n        },\n        {\n            \"name\": \"By customer request\",\n            \"id\": 24\n        },\n        {\n            \"name\": \"Failed delivery\",\n            \"id\": 25\n        },\n        {\n            \"name\": \"Late shipment\",\n            \"id\": 26\n        },\n        {\n            \"name\": \"Irrelevant Order\",\n            \"id\": 27\n        },\n        {\n            \"name\": \"Canceled by SuperAdmin on seller request\",\n            \"id\": 28\n        },\n        {\n            \"name\": \"Blacklisted customer\",\n            \"id\": 29\n        },\n        {\n            \"name\": \"No VAT invoice\",\n            \"id\": 30\n        },\n        {\n            \"name\": \"The eMAG Marketplace partner requested the order cancellation\",\n            \"id\": 31\n        },\n        {\n            \"name\": \"The delivery estimate is too long\",\n            \"id\": 32\n        },\n        {\n            \"name\": \"The product is no longer available in the stock of the eMAG Marketplace partner\",\n            \"id\": 33\n        },\n        {\n            \"name\": \"Other reasons\",\n            \"id\": 34\n        },\n        {\n            \"name\": \"The delivery is too expensive\",\n            \"id\": 35\n        },\n        {\n            \"name\": \"The customer found a better price elsewhere\",\n            \"id\": 36\n        },\n        {\n            \"name\": \"The customer registered another eMAG order with a similar product\",\n            \"id\": 37\n        },\n        {\n            \"name\": \"The customer changed his mind, does not need the product\",\n            \"id\": 38\n        },\n        {\n            \"name\": \"The customer can purchase the product only by installments\",\n            \"id\": 39\n        }\n    ]\n}"}],"_postman_id":"8bd2e49a-d36a-4d03-8bc2-253be312f311"}],"id":"9c003e7e-80f3-4d8b-97ad-9ac3fd19066d","_postman_id":"9c003e7e-80f3-4d8b-97ad-9ac3fd19066d","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","id":"a67aaf0f-fe09-4736-9eeb-c270d466701f","name":"easySales V2","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"d93aabd3-f644-4e32-897f-bd2bf1ad8c25","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e34d010b-ef45-40b2-a6a1-f6f5dfa0ae64","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"url","value":"http://easy-sales.loc"},{"key":"access_token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJjNTIwMTBiOS0zMTc0LTQwYmItYjZiZS1hOGRhMDQyZDExYzciLCJqdGkiOiJlYzQ3ZDE2OGI3NzU1ZTk4ZGJmMWUwOWQ2NThjMDRiNGRiZWVjYzQ3OWRlZWNlMzIwNDExOWY2YjllODA2NmJkMjdjYWNiODU1N2MzMTgwMCIsImlhdCI6MTcxNjQ3NzA3NiwibmJmIjoxNzE2NDc3MDc2LCJleHAiOjE3NDgwMTMwNzYsInN1YiI6IjEiLCJzY29wZXMiOlsicmVhZC1wcm9kdWN0cyIsImFkZC1wcm9kdWN0cyIsInVwZGF0ZS1wcm9kdWN0cyIsInJlYWQtY2F0ZWdvcmllcyIsImFkZC1jYXRlZ29yaWVzIiwidXBkYXRlLWNhdGVnb3JpZXMiLCJyZWFkLWNoYXJhY3RlcmlzdGljcyIsImFkZC1jaGFyYWN0ZXJpc3RpY3MiLCJ1cGRhdGUtY2hhcmFjdGVyaXN0aWNzIiwicmVhZC1vcmRlcnMiLCJhZGQtb3JkZXJzIiwidXBkYXRlLW9yZGVycyIsInJlYWQtb2ZmZXJzIiwidXBkYXRlLW9mZmVycyIsIm1hbmFnZS13ZWJob29rcyIsInJlYWQtYmlsbGluZy1zb2Z0d2FyZSIsInJlYWQtY291cmllcnMiLCJ1cGRhdGUtc3RvY2siLCJ1cGRhdGUtZGVsaXZlcnktc3RhdHVzIiwicmVhZC1tYXJrZXRwbGFjZXMtbGlzdCIsInJlYWQtZnVsZmlsbG1lbnQtc2VydmljZXMiLCJhZGQtb3JkZXItcmV0dXJucyIsInVwZGF0ZS1hY2NvdW50IiwicmVhZC1jdXN0b21lcnMiLCJ1cGRhdGUtY3VzdG9tZXJzIiwicmVhZC10YWdzIiwiYWRkLXRhZ3MiLCJ1cGRhdGUtdGFncyIsImRlbGV0ZS10YWdzIiwiYXR0YWNoLXRhZ3MiLCJkZXRhY2gtdGFncyJdfQ.VXrqBwTgfrAr5EZHeKVBokV1uhw5exqw8xOmUDDQ1-Su7hASzEDEXbww5yESiTEudL_YnVxC3rSteKVJ8PRSIRjczBYXhhhxStK7KNg5obGrgnygkItNycJqkCV8L3wD6B1Sqa3YNBtMhJGyzM-K7VrRJcCdiYNPWzNrXnSaW_SZ5rY43FncWIDWIc5gsV5cS0EO3bWRuAAzVTW1WOenZebiXs2WYm0xS8UXR2NPFZyAi1nFQUUQco3Zn5f09vPb380AUdyAh2QepZbDNC_40p50fdp-jrxnljn1QWy648OMLZ0U0jetUWeQacKYzB8fxX5TTzCgSTuRGNiHFEvxETMiTXmAPCRpG05eln4OYYSVkgfC3tyd5eswAmK8mQQ0vqEBlJVv0Nj764PpzgE4ZFLr1jx5OyoSxRfxU1haIc6BiCexsEmaTfa30a-93c_h6xzicmDL5DM8yf8QVq3wY-LqgTHze6ZyPLXum0WfwzR0PxSzkN_WeBJu6pH6IW4wEjXQhEU95puPF-uMSiGmgkq9rK9kFj_BuKjuX16euUXwyP_nJMb5u6b2raPVq0j7uxdxFSIqKvjKh999b3C3DKThY5Yufipue9OqFvD0CKanT8wRclCJmFz93USr_OxsNB-Pu30vYPjDFHGHkJDepcPFhb45cwZfO7S5MubvJCc"},{"key":"website_token","value":"P4nBwbB9upm9KM2amelX0NtruEioeccOWaa1umUU6YVvi1jqFNyFQqwzfUIJ"},{"key":"internal_order_id","value":"905","disabled":true},{"key":"billing_software_account_id","value":"6","disabled":true},{"key":"product_id","value":"3","disabled":true},{"key":"subaccount_username","value":"catalin.dorneanu@ivfuture.ro","disabled":true},{"key":"subaccount_password","value":"ivfuture","disabled":true},{"key":"client_id","value":"8a66113d-0f88-4739-85f6-901e833363d6","disabled":true},{"key":"client_secret","value":"w5MwMzbIzyKXsQDoNF2BIF09Hen6668albzfw6CK","disabled":true},{"key":"client_credentials_access_token","value":"{{vault:json-web-token}}gCFxFm5E8cHMDuNVpFYMvfonk7XctTfqGTPsZS3nvrfletSEb_YzVKZCk4n5sEbn6yTEHCbBOQwtUk3D94rpoTm-7qTuXHda24qNf0Fq6OJLNG0nE0cBoTW18HYjbwAXG6GpZqbYTDeiZfD4GaWBxTT2OSIZRE-9QwJ1jzzOtZDbZyBvj1OxQ","disabled":true},{"key":"internal_invoice_id","value":"4298634","disabled":true},{"key":"sub_account_access_token","value":"{{vault:json-web-token}}7ThcoM5w61tlZ-VDzAuwFsibkpbkudlBCv1DWOAITnS7kD3HS9zwDyxB6d0AcpcVyqFa3EfuhxN57JgGd8l8xGr3DGs0hbSbiEErca8WdEEqLCMd7NSP4UyQtw2wYxJzZ6C70y-bafduejUq3cluC__nCjtj2HoVeGlZKLXzT1dSZOk","disabled":true},{"key":"country_code","value":"175","disabled":true},{"key":"country_id","value":"175","disabled":true},{"key":"customer_id","value":"6454579","disabled":true},{"key":"characteristic_id","value":"ch-1","disabled":true},{"key":"courier_account_id","value":"3","disabled":true},{"key":"billing_software_account_id","value":"1","disabled":true},{"key":"billing_address","value":"14","disabled":true},{"key":"shipping_address","value":"11","disabled":true},{"key":"marketplace_id","value":"40"},{"key":"offer_id","value":"6"}]}