{"info":{"_postman_id":"b8dbefcd-e23f-410d-9a21-b86cede9b495","name":"easyCart","description":"<html><head></head><body><h2 id=\"url\">URL</h2>\n<p>The URL for accessing the API is made up of the individual subdomain of the checkout process + the desired endpoint.</p>\n<p>Example: <code>https://demo.easycart.pro/api/order</code></p>\n<p>The individual <strong>API-URL</strong> can be found in your admin panel in the API section.</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Each request must include the <strong>Shop-ID</strong> and the <strong>API-KEY</strong> in the authorization header. Both can be found in your admin panel in the API section.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5920938","collectionId":"b8dbefcd-e23f-410d-9a21-b86cede9b495","publishedId":"T1DpDHox","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-24T14:14:25.000Z"},"item":[{"name":"Order","item":[{"name":"Create Order","id":"caef20c4-3ef8-4f84-ac07-f4e0e557539d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shop-id","value":"2439","type":"text"},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"}],"url":"https://demo.easycart.pro/api/order","urlObject":{"protocol":"https","path":["api","order"],"host":["demo","easycart","pro"],"query":[],"variable":[]}},"response":[{"id":"ae805f3f-2b3e-4ab5-948c-7906b8995cdb","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"shop-id","value":"2439","type":"text"},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"}],"url":"https://demo.easycart.pro/api/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Jan 2025 14:57:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"shop_id\": \"2439\",\n    \"currency\": \"eur\",\n    \"shipping_id\": 7,\n    \"updated_at\": \"2025-01-20T14:57:40.000000Z\",\n    \"created_at\": \"2025-01-20T14:57:40.000000Z\",\n    \"id\": 259900,\n    \"shop\": {\n        \"id\": 2439,\n        \"alias\": \"easycart\",\n        \"host\": \"demo.easycart.pro\",\n        \"title\": \"easyCart\",\n        \"currency\": \"eur\",\n        \"tax_calculation\": \"inclusive\",\n        \"api_whitelist\": null,\n        \"logo\": \"https://www.easycart.pro/assets/templates/web/img/logo.svg\",\n        \"styles\": \"https://www.easycart.pro/assets/templates/web/css/shop.css\",\n        \"url_site\": \"https://www.easycart.pro/\",\n        \"url_shop\": \"https://www.easycart.pro/demo/\",\n        \"url_redirect\": null,\n        \"url_privacy\": \"https://www.easycart.pro/privacy-policy/\",\n        \"agree_to\": null,\n        \"address1\": \"Max-Seither-Ring 40\",\n        \"address2\": null,\n        \"zip\": \"76863\",\n        \"country\": \"DE\",\n        \"city\": \"Herxheim\",\n        \"email\": \"support@easycart.pro\",\n        \"base_fee\": 0,\n        \"transaction_rate\": 0,\n        \"transaction_min\": 0,\n        \"transaction_max\": 0,\n        \"min_order_total\": null,\n        \"language\": \"en\",\n        \"email_intro\": null,\n        \"email_outro\": null,\n        \"mode\": 1,\n        \"created_at\": \"2020-10-26T23:00:00.000000Z\",\n        \"updated_at\": \"2023-11-28T12:49:08.000000Z\"\n    }\n}"}],"_postman_id":"caef20c4-3ef8-4f84-ac07-f4e0e557539d"},{"name":"Orders","id":"e1910e2a-69b3-41ee-82a0-2c89a8de533f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"url":"https://demo.easycart.pro/api/order","urlObject":{"protocol":"https","path":["api","order"],"host":["demo","easycart","pro"],"query":[],"variable":[]}},"response":[{"id":"0047fe7e-db35-4c7d-ae6f-0c28de79c60b","name":"Orders","originalRequest":{"method":"GET","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"url":"https://demo.easycart.pro/api/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 13:34:59 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 195216,\n            \"shop_id\": 2439,\n            \"coupon_id\": 0,\n            \"report_id\": 595,\n            \"address_billing_id\": 15510,\n            \"address_shipping_id\": 15510,\n            \"user_id\": 0,\n            \"shipping_id\": 7,\n            \"payment_id\": 8,\n            \"status\": 3,\n            \"reference\": null,\n            \"reference_payment\": null,\n            \"total\": 2295,\n            \"total_sub\": 1995,\n            \"total_ex_tax\": 1929,\n            \"total_tax\": 366,\n            \"total_quantity\": 1,\n            \"total_quantity_unit\": 1,\n            \"total_weight\": 0,\n            \"total_shipping\": 0,\n            \"total_payment\": 300,\n            \"total_discount\": 0,\n            \"total_transaction_fee\": 0,\n            \"total_voucher\": 0,\n            \"currency\": \"eur\",\n            \"tracking_codes\": {},\n            \"voucher_status\": 1,\n            \"properties\": \"{\\\"locale\\\":\\\"en\\\"}\",\n            \"placed_at\": \"2024-06-08 22:05:18\",\n            \"created_at\": \"2024-06-08T20:04:28.000000Z\",\n            \"updated_at\": \"2024-06-30T22:00:03.000000Z\",\n            \"total_formatted\": \"22,95 EUR\",\n            \"billing_address\": {\n                \"id\": 15510,\n                \"user_id\": 0,\n                \"type\": \"billing\",\n                \"firstname\": \"Max\",\n                \"lastname\": \"Example\",\n                \"company\": \"My Company\",\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"address3\": null,\n                \"zip\": \"12345\",\n                \"city\": \"Example-City\",\n                \"country\": \"GB\",\n                \"vat\": null,\n                \"phone\": null,\n                \"mobile\": null,\n                \"email\": \"myname@example.de\",\n                \"created_at\": \"2024-06-08T20:04:57.000000Z\",\n                \"updated_at\": \"2024-06-08T20:04:57.000000Z\"\n            },\n            \"shipping_address\": {\n                \"id\": 15510,\n                \"user_id\": 0,\n                \"type\": \"billing\",\n                \"firstname\": \"Max\",\n                \"lastname\": \"Example\",\n                \"company\": \"My Company\",\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"address3\": null,\n                \"zip\": \"12345\",\n                \"city\": \"Example-City\",\n                \"country\": \"GB\",\n                \"vat\": null,\n                \"phone\": null,\n                \"mobile\": null,\n                \"email\": \"myname@example.de\",\n                \"created_at\": \"2024-06-08T20:04:57.000000Z\",\n                \"updated_at\": \"2024-06-08T20:04:57.000000Z\"\n            },\n            \"payment\": {\n                \"id\": 8,\n                \"shop_id\": 2439,\n                \"payment_method_id\": 1,\n                \"name\": \"Invoice\",\n                \"description\": \"We send you your invoice via E-mail.\",\n                \"sortorder\": 10,\n                \"price\": 300,\n                \"price_percentage\": 0,\n                \"min_order_total\": null,\n                \"max_order_total\": null,\n                \"groups\": null,\n                \"properties\": null,\n                \"active\": 1,\n                \"deleted\": 0,\n                \"created_at\": null,\n                \"updated_at\": null\n            },\n            \"items\": [\n                {\n                    \"id\": 78973,\n                    \"user\": null,\n                    \"order_id\": 195216,\n                    \"product\": null,\n                    \"quantity\": 1,\n                    \"quantity_unit\": 1,\n                    \"quantity_max\": null,\n                    \"price\": 1995,\n                    \"price_ex_savings\": 1995,\n                    \"total_discount\": 0,\n                    \"total_shipping\": 0,\n                    \"total_payment\": 300,\n                    \"total\": 2295,\n                    \"total_ex_tax\": 1929,\n                    \"total_tax\": 366,\n                    \"total_sub\": 1995,\n                    \"title\": \"Demo Product\",\n                    \"description\": \"This is a demo product description.\",\n                    \"image\": \"https://www.easycart.pro/assets/uploads/images/products/product-clock.svg\",\n                    \"properties\": \"{\\\"attributes\\\":[{\\\"title\\\":\\\"Color\\\",\\\"value\\\":\\\"silver\\\"},{\\\"title\\\":\\\"Size\\\",\\\"value\\\":\\\"Medium\\\"}]}\",\n                    \"sku\": \"XY176117\",\n                    \"url\": \"https://www.easycart.pro/demo/\",\n                    \"tax\": 19,\n                    \"group_prices\": null,\n                    \"quantity_prices\": null,\n                    \"weight\": 0,\n                    \"type\": null,\n                    \"created_at\": \"2024-06-08T20:04:28.000000Z\",\n                    \"updated_at\": \"2024-06-08T20:05:11.000000Z\"\n                }\n            ]\n        }\n    ],\n    \"first_page_url\": \"https://demo.easycart.pro/api/order?page=1\",\n    \"from\": 1,\n    \"last_page\": 6,\n    \"last_page_url\": \"https://demo.easycart.pro/api/order?page=6\",\n    \"links\": [\n        {\n            \"url\": null,\n            \"label\": \"&laquo; Previous\",\n            \"active\": false\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/order?page=1\",\n            \"label\": \"1\",\n            \"active\": true\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/order?page=2\",\n            \"label\": \"2\",\n            \"active\": false\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/order?page=3\",\n            \"label\": \"3\",\n            \"active\": false\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/order?page=4\",\n            \"label\": \"4\",\n            \"active\": false\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/order?page=5\",\n            \"label\": \"5\",\n            \"active\": false\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/order?page=6\",\n            \"label\": \"6\",\n            \"active\": false\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/order?page=2\",\n            \"label\": \"Next &raquo;\",\n            \"active\": false\n        }\n    ],\n    \"next_page_url\": \"https://demo.easycart.pro/api/order?page=2\",\n    \"path\": \"https://demo.easycart.pro/api/order\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 86\n}"}],"_postman_id":"e1910e2a-69b3-41ee-82a0-2c89a8de533f"},{"name":"Update Order","id":"8466d985-acb1-4325-b794-44ee58a076d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.easycart.pro/api/order/195216?status=3","urlObject":{"protocol":"https","path":["api","order","195216"],"host":["demo","easycart","pro"],"query":[{"disabled":true,"key":"tracking_codes","value":""},{"key":"status","value":"3"},{"disabled":true,"key":"properties","value":"{\"locale\":\"de\",\"lorem\":\"ipsum\"}"},{"disabled":true,"key":"address_billing_id","value":"1"},{"disabled":true,"key":"address_shipping_id","value":"1"},{"disabled":true,"key":"placed_at","value":"2024-03-13 21:00:00"}],"variable":[]}},"response":[{"id":"af06b8ac-237c-4ccf-aad1-6708de54712b","name":"Update Order","originalRequest":{"method":"PUT","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.easycart.pro/api/order/195216?status=3","protocol":"https","host":["demo","easycart","pro"],"path":["api","order","195216"],"query":[{"key":"tracking_codes","value":"","disabled":true},{"key":"status","value":"3"},{"key":"properties","value":"{\"locale\":\"de\",\"irgendwas\":\"wer\"}","type":"text","disabled":true},{"key":"address_billing_id","value":"1","disabled":true},{"key":"address_shipping_id","value":"1","disabled":true},{"key":"placed_at","value":"2024-03-13 21:00:00","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 13:51:49 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 195216,\n        \"shop_id\": 2439,\n        \"coupon_id\": 0,\n        \"report_id\": 595,\n        \"address_billing_id\": 15510,\n        \"address_shipping_id\": 15510,\n        \"user_id\": 0,\n        \"shipping_id\": 7,\n        \"payment_id\": 8,\n        \"status\": \"3\",\n        \"reference\": null,\n        \"reference_payment\": null,\n        \"total\": 2295,\n        \"total_sub\": 1995,\n        \"total_ex_tax\": 1929,\n        \"total_tax\": 366,\n        \"total_quantity\": 1,\n        \"total_quantity_unit\": 1,\n        \"total_weight\": 0,\n        \"total_shipping\": 0,\n        \"total_payment\": 300,\n        \"total_discount\": 0,\n        \"total_transaction_fee\": 0,\n        \"total_voucher\": 0,\n        \"currency\": \"eur\",\n        \"tracking_codes\": null,\n        \"voucher_status\": 1,\n        \"properties\": \"{\\\"locale\\\":\\\"en\\\"}\",\n        \"placed_at\": \"2024-06-08 22:05:18\",\n        \"created_at\": \"2024-06-08T20:04:28.000000Z\",\n        \"updated_at\": \"2024-06-30T22:00:03.000000Z\"\n    }\n}"}],"_postman_id":"8466d985-acb1-4325-b794-44ee58a076d8"},{"name":"Order-Details","id":"7b956261-fd62-41bb-84bf-9ad65f5ab7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shop-id","value":"2439","type":"text"},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"}],"url":"https://demo.easycart.pro/api/order/195216","urlObject":{"protocol":"https","path":["api","order","195216"],"host":["demo","easycart","pro"],"query":[],"variable":[]}},"response":[{"id":"aadaff22-d01e-4f73-ba4b-dd65585ded58","name":"Order-Details","originalRequest":{"method":"GET","header":[{"key":"shop-id","value":"2439","type":"text"},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"}],"url":"https://demo.easycart.pro/api/order/195216"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 13:53:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 195216,\n        \"shop_id\": 2439,\n        \"coupon_id\": 0,\n        \"report_id\": 595,\n        \"address_billing_id\": 15510,\n        \"address_shipping_id\": 15510,\n        \"user_id\": 0,\n        \"shipping_id\": 7,\n        \"payment_id\": 8,\n        \"status\": 3,\n        \"reference\": null,\n        \"reference_payment\": null,\n        \"total\": 2295,\n        \"total_sub\": 1995,\n        \"total_ex_tax\": 1929,\n        \"total_tax\": 366,\n        \"total_quantity\": 1,\n        \"total_quantity_unit\": 1,\n        \"total_weight\": 0,\n        \"total_shipping\": 0,\n        \"total_payment\": 300,\n        \"total_discount\": 0,\n        \"total_transaction_fee\": 0,\n        \"total_voucher\": 0,\n        \"currency\": \"eur\",\n        \"tracking_codes\": {},\n        \"voucher_status\": 1,\n        \"properties\": \"{\\\"locale\\\":\\\"en\\\"}\",\n        \"placed_at\": \"2024-06-08 22:05:18\",\n        \"created_at\": \"2024-06-08T20:04:28.000000Z\",\n        \"updated_at\": \"2024-06-30T22:00:03.000000Z\",\n        \"total_formatted\": \"22,95 EUR\",\n        \"billing_address\": {\n            \"id\": 15510,\n            \"user_id\": 0,\n            \"type\": \"billing\",\n            \"firstname\": \"Max\",\n            \"lastname\": \"Example\",\n            \"company\": \"My Company\",\n            \"address1\": \"Address 1\",\n            \"address2\": \"\",\n            \"address3\": null,\n            \"zip\": \"12345\",\n            \"city\": \"Example-City\",\n            \"country\": \"GB\",\n            \"vat\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"email\": \"myname@example.com\",\n            \"created_at\": \"2024-06-08T20:04:57.000000Z\",\n            \"updated_at\": \"2024-06-08T20:04:57.000000Z\"\n        },\n        \"shipping_address\": {\n            \"id\": 15510,\n            \"user_id\": 0,\n            \"type\": \"billing\",\n            \"firstname\": \"Max\",\n            \"lastname\": \"Example\",\n            \"company\": \"My Company\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"address3\": null,\n            \"zip\": \"12345\",\n            \"city\": \"Example-City\",\n            \"country\": \"GB\",\n            \"vat\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"email\": \"myname@example.de\",\n            \"created_at\": \"2024-06-08T20:04:57.000000Z\",\n            \"updated_at\": \"2024-06-08T20:04:57.000000Z\"\n        },\n        \"payment\": {\n            \"id\": 8,\n            \"shop_id\": 2439,\n            \"payment_method_id\": 1,\n            \"name\": \"Invoice\",\n            \"description\": \"We send you your invoice via E-mail.\",\n            \"sortorder\": 10,\n            \"price\": 300,\n            \"price_percentage\": 0,\n            \"min_order_total\": null,\n            \"max_order_total\": null,\n            \"groups\": null,\n            \"properties\": null,\n            \"active\": 1,\n            \"deleted\": 0,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"shipping\": {\n            \"id\": 7,\n            \"shop_id\": 2439,\n            \"name\": \"Pickup\",\n            \"description\": \"Come in and pickup your Order.\",\n            \"sortorder\": 10,\n            \"price\": 0,\n            \"price_percentage\": 0,\n            \"min_order_total\": null,\n            \"max_order_total\": null,\n            \"groups\": null,\n            \"countries\": null,\n            \"rules\": \"[]\",\n            \"active\": 1,\n            \"deleted\": 0,\n            \"created_at\": null,\n            \"updated_at\": \"2023-07-25T19:51:46.000000Z\"\n        },\n        \"items\": [\n            {\n                \"id\": 78973,\n                \"user\": null,\n                \"order_id\": 195216,\n                \"product\": null,\n                \"quantity\": 1,\n                \"quantity_unit\": 1,\n                \"quantity_max\": null,\n                \"price\": 1995,\n                \"price_ex_savings\": 1995,\n                \"total_discount\": 0,\n                \"total_shipping\": 0,\n                \"total_payment\": 300,\n                \"total\": 2295,\n                \"total_ex_tax\": 1929,\n                \"total_tax\": 366,\n                \"total_sub\": 1995,\n                \"title\": \"Demo Product\",\n                \"description\": \"This is a demo product description.\",\n                \"image\": \"https://www.easycart.pro/assets/uploads/images/products/product-clock.svg\",\n                \"properties\": \"{\\\"attributes\\\":[{\\\"title\\\":\\\"Color\\\",\\\"value\\\":\\\"silver\\\"},{\\\"title\\\":\\\"Size\\\",\\\"value\\\":\\\"Medium\\\"}]}\",\n                \"sku\": \"XY176117\",\n                \"url\": \"https://www.easycart.pro/demo/\",\n                \"tax\": 19,\n                \"group_prices\": null,\n                \"quantity_prices\": null,\n                \"weight\": 0,\n                \"type\": null,\n                \"created_at\": \"2024-06-08T20:04:28.000000Z\",\n                \"updated_at\": \"2024-06-08T20:05:11.000000Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7b956261-fd62-41bb-84bf-9ad65f5ab7cd"}],"id":"338995a7-eb9e-474d-808e-aa0fbd162c51","_postman_id":"338995a7-eb9e-474d-808e-aa0fbd162c51","description":""},{"name":"OrderItem","item":[{"name":"Add Product","id":"f93d6097-97c1-4514-86a5-2bfe78e0d0d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"url":"https://demo.easycart.pro/api/orderitem?title=Demo Product&price=1500&sku=535&quantity=1&tax=19&quantity_unit=1&quantity_max&image=https://www.easycart.pro/assets/uploads/images/products/product-clock.svg&description&url=https://www.easycart.pro/demo/&properties={\"data\":{\"woid\":\"535\"},\"attributes\":[{\"title\":\"Your Title\",\"value\":\"2022\"},{\"title\":\"Vol\",\"value\":\"0,75 kg\"}]}&group_prices&quantity_prices&weight=0","urlObject":{"protocol":"https","path":["api","orderitem"],"host":["demo","easycart","pro"],"query":[{"key":"title","value":"Demo Product"},{"key":"price","value":"1500"},{"key":"sku","value":"535"},{"key":"quantity","value":"1"},{"key":"tax","value":"19"},{"key":"quantity_unit","value":"1"},{"key":"quantity_max","value":null},{"key":"image","value":"https://www.easycart.pro/assets/uploads/images/products/product-clock.svg"},{"key":"description","value":null},{"key":"url","value":"https://www.easycart.pro/demo/"},{"key":"properties","value":"{\"data\":{\"woid\":\"535\"},\"attributes\":[{\"title\":\"Your Title\",\"value\":\"2022\"},{\"title\":\"Vol\",\"value\":\"0,75 kg\"}]}"},{"key":"group_prices","value":null},{"key":"quantity_prices","value":null},{"key":"weight","value":"0"},{"disabled":true,"key":"type","value":"voucher"},{"disabled":true,"key":"order","value":"330"}],"variable":[]}},"response":[{"id":"a0f31754-e686-4cc5-86b6-66391f1ef92d","name":"Add Product","originalRequest":{"method":"POST","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"url":{"raw":"https://demo.easycart.pro/api/orderitem?title=Demo Product&price=1500&sku=535&quantity=1&tax=19&quantity_unit=1&quantity_max&image=https://www.easycart.pro/assets/uploads/images/products/product-clock.svg&description&url=https://www.easycart.pro/demo/&properties={\"data\":{\"woid\":\"535\"},\"attributes\":[{\"title\":\"Your Title\",\"value\":\"2022\"},{\"title\":\"Vol\",\"value\":\"0,75 kg\"}]}&group_prices&quantity_prices&weight=0","protocol":"https","host":["demo","easycart","pro"],"path":["api","orderitem"],"query":[{"key":"title","value":"Demo Product"},{"key":"price","value":"1500"},{"key":"sku","value":"535"},{"key":"quantity","value":"1"},{"key":"tax","value":"19"},{"key":"quantity_unit","value":"1"},{"key":"quantity_max","value":null},{"key":"image","value":"https://www.easycart.pro/assets/uploads/images/products/product-clock.svg"},{"key":"description","value":null},{"key":"url","value":"https://www.easycart.pro/demo/"},{"key":"properties","value":"{\"data\":{\"woid\":\"535\"},\"attributes\":[{\"title\":\"Your Title\",\"value\":\"2022\"},{\"title\":\"Vol\",\"value\":\"0,75 kg\"}]}"},{"key":"group_prices","value":null},{"key":"quantity_prices","value":null},{"key":"weight","value":"0"},{"key":"type","value":"voucher","disabled":true},{"key":"order","value":"330","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 14:05:26 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 238081,\n    \"shop_id\": 2439,\n    \"coupon_id\": 0,\n    \"report_id\": 0,\n    \"address_billing_id\": 0,\n    \"address_shipping_id\": 0,\n    \"user_id\": 0,\n    \"shipping_id\": 7,\n    \"payment_id\": 0,\n    \"status\": 1,\n    \"reference\": null,\n    \"reference_payment\": null,\n    \"total\": 1500,\n    \"total_sub\": 1500,\n    \"total_ex_tax\": 1260.5042016806724,\n    \"total_tax\": 239.49579831932772,\n    \"total_quantity\": 1,\n    \"total_quantity_unit\": 1,\n    \"total_weight\": 0,\n    \"total_shipping\": 0,\n    \"total_payment\": 0,\n    \"total_discount\": 0,\n    \"total_transaction_fee\": 0,\n    \"total_voucher\": 0,\n    \"currency\": \"eur\",\n    \"tracking_codes\": null,\n    \"voucher_status\": 0,\n    \"properties\": null,\n    \"placed_at\": null,\n    \"created_at\": \"2024-10-29T14:05:26.000000Z\",\n    \"updated_at\": \"2024-10-29T14:05:26.000000Z\",\n    \"shop\": {\n        \"id\": 2439,\n        \"alias\": \"easycart\",\n        \"host\": \"demo.easycart.pro\",\n        \"title\": \"easyCart\",\n        \"currency\": \"eur\",\n        \"tax_calculation\": \"inclusive\",\n        \"api_whitelist\": null,\n        \"logo\": \"https://www.easycart.pro/assets/templates/web/img/logo.svg\",\n        \"styles\": \"https://www.easycart.pro/assets/templates/web/css/shop.css\",\n        \"url_site\": \"https://www.easycart.pro/\",\n        \"url_shop\": \"https://www.easycart.pro/demo/\",\n        \"url_redirect\": null,\n        \"url_privacy\": \"https://www.easycart.pro/privacy-policy/\",\n        \"agree_to\": null,\n        \"address1\": \"Max-Seither-Ring 40\",\n        \"address2\": null,\n        \"zip\": \"76863\",\n        \"country\": \"DE\",\n        \"city\": \"Herxheim\",\n        \"email\": \"support@easycart.pro\",\n        \"base_fee\": 0,\n        \"transaction_rate\": 0,\n        \"transaction_min\": 0,\n        \"transaction_max\": 0,\n        \"min_order_total\": null,\n        \"language\": \"en\",\n        \"email_intro\": null,\n        \"email_outro\": null,\n        \"mode\": 1,\n        \"created_at\": \"2020-10-26T23:00:00.000000Z\",\n        \"updated_at\": \"2023-11-28T12:49:08.000000Z\"\n    },\n    \"items\": [\n        {\n            \"id\": 86876,\n            \"user\": null,\n            \"order_id\": 238081,\n            \"product\": null,\n            \"quantity\": 1,\n            \"quantity_unit\": 1,\n            \"quantity_max\": null,\n            \"price\": 1500,\n            \"price_ex_savings\": 1500,\n            \"total_discount\": 0,\n            \"total_shipping\": 0,\n            \"total_payment\": 0,\n            \"total\": 1500,\n            \"total_ex_tax\": 1260.5042016806724,\n            \"total_tax\": 239.49579831932772,\n            \"total_sub\": 1500,\n            \"title\": \"Demo Product\",\n            \"description\": null,\n            \"image\": \"https://www.easycart.pro/assets/uploads/images/products/product-clock.svg\",\n            \"properties\": \"{\\\"data\\\":{\\\"woid\\\":\\\"535\\\"},\\\"attributes\\\":[{\\\"title\\\":\\\"Your Title\\\",\\\"value\\\":\\\"2022\\\"},{\\\"title\\\":\\\"Vol\\\",\\\"value\\\":\\\"0,75 kg\\\"}]}\",\n            \"sku\": \"535\",\n            \"url\": \"https://www.easycart.pro/demo/\",\n            \"tax\": 19,\n            \"group_prices\": null,\n            \"quantity_prices\": null,\n            \"weight\": 0,\n            \"type\": null,\n            \"created_at\": \"2024-10-29T14:05:26.000000Z\",\n            \"updated_at\": \"2024-10-29T14:05:26.000000Z\",\n            \"order\": {\n                \"id\": 238081,\n                \"shop_id\": 2439,\n                \"coupon_id\": 0,\n                \"report_id\": 0,\n                \"address_billing_id\": 0,\n                \"address_shipping_id\": 0,\n                \"user_id\": 0,\n                \"shipping_id\": 7,\n                \"payment_id\": 0,\n                \"status\": 1,\n                \"reference\": null,\n                \"reference_payment\": null,\n                \"total\": 0,\n                \"total_sub\": 0,\n                \"total_ex_tax\": 0,\n                \"total_tax\": 0,\n                \"total_quantity\": 0,\n                \"total_quantity_unit\": 1,\n                \"total_weight\": 0,\n                \"total_shipping\": 0,\n                \"total_payment\": 0,\n                \"total_discount\": 0,\n                \"total_transaction_fee\": 0,\n                \"total_voucher\": 0,\n                \"currency\": \"eur\",\n                \"tracking_codes\": null,\n                \"voucher_status\": 0,\n                \"properties\": null,\n                \"placed_at\": null,\n                \"created_at\": \"2024-10-29T14:05:26.000000Z\",\n                \"updated_at\": \"2024-10-29T14:05:26.000000Z\",\n                \"shop\": {\n                    \"id\": 2439,\n                    \"alias\": \"easycart\",\n                    \"host\": \"demo.easycart.pro\",\n                    \"title\": \"easyCart\",\n                    \"currency\": \"eur\",\n                    \"tax_calculation\": \"inclusive\",\n                    \"api_whitelist\": null,\n                    \"logo\": \"https://www.easycart.pro/assets/templates/web/img/logo.svg\",\n                    \"styles\": \"https://www.easycart.pro/assets/templates/web/css/shop.css\",\n                    \"url_site\": \"https://www.easycart.pro/\",\n                    \"url_shop\": \"https://www.easycart.pro/demo/\",\n                    \"url_redirect\": null,\n                    \"url_privacy\": \"https://www.easycart.pro/privacy-policy/\",\n                    \"agree_to\": null,\n                    \"address1\": \"Max-Seither-Ring 40\",\n                    \"address2\": null,\n                    \"zip\": \"76863\",\n                    \"country\": \"DE\",\n                    \"city\": \"Herxheim\",\n                    \"email\": \"support@easycart.pro\",\n                    \"base_fee\": 0,\n                    \"transaction_rate\": 0,\n                    \"transaction_min\": 0,\n                    \"transaction_max\": 0,\n                    \"min_order_total\": null,\n                    \"language\": \"en\",\n                    \"email_intro\": null,\n                    \"email_outro\": null,\n                    \"mode\": 1,\n                    \"created_at\": \"2020-10-26T23:00:00.000000Z\",\n                    \"updated_at\": \"2023-11-28T12:49:08.000000Z\"\n                }\n            }\n        }\n    ],\n    \"shipping\": {\n        \"id\": 7,\n        \"shop_id\": 2439,\n        \"name\": \"Pickup\",\n        \"description\": \"Come in and pickup your Order.\",\n        \"sortorder\": 10,\n        \"price\": 0,\n        \"price_percentage\": 0,\n        \"min_order_total\": null,\n        \"max_order_total\": null,\n        \"groups\": null,\n        \"countries\": null,\n        \"rules\": \"[]\",\n        \"active\": 1,\n        \"deleted\": 0,\n        \"created_at\": null,\n        \"updated_at\": \"2023-07-25T19:51:46.000000Z\"\n    },\n    \"shipping_address\": null,\n    \"vouchers\": []\n}"}],"_postman_id":"f93d6097-97c1-4514-86a5-2bfe78e0d0d1"},{"name":"OrderItems","id":"5de966c9-ca6a-4db1-885f-aee81dd152cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"url":"https://demo.easycart.pro/api/orderitem?per_page=15&sort_by=order_id&sort_dir=desc&date_start=2025-02-28&date_end=2025-02-28","urlObject":{"protocol":"https","path":["api","orderitem"],"host":["demo","easycart","pro"],"query":[{"key":"per_page","value":"15"},{"key":"sort_by","value":"order_id"},{"key":"sort_dir","value":"desc"},{"key":"date_start","value":"2025-02-28"},{"key":"date_end","value":"2025-02-28"}],"variable":[]}},"response":[],"_postman_id":"5de966c9-ca6a-4db1-885f-aee81dd152cb"},{"name":"Update Product","id":"bd47704e-d089-49f1-a15e-3eb6127e705b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shop-id","value":"1","type":"text"},{"key":"api-key","value":"Vc9xTK6eqJJNM4o77nGXMsWYeHnTznIQT0kcoQlVlrD21wNwysdsYYYCL8tUprJ8EMXySm7PtiRgYOJRpPkWAmnmClEuIFMbtHOYsmAioyaZb50hWO4a6h6F","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.ect.local/api/orderitem/398?test=test","urlObject":{"protocol":"https","path":["api","orderitem","398"],"host":["test","ect","local"],"query":[{"key":"test","value":"test"}],"variable":[]}},"response":[],"_postman_id":"bd47704e-d089-49f1-a15e-3eb6127e705b"}],"id":"882e0e41-7acb-45a8-9ffc-a822aeb7711a","_postman_id":"882e0e41-7acb-45a8-9ffc-a822aeb7711a","description":""},{"name":"Coupon","item":[{"name":"Coupons","id":"ed93b429-1323-4370-86f4-4e5283c07fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"url":"https://demo.easycart.pro/api/coupon","urlObject":{"protocol":"https","path":["api","coupon"],"host":["demo","easycart","pro"],"query":[],"variable":[]}},"response":[{"id":"7a951548-6b27-4020-8c67-1a1444541fc0","name":"Coupons","originalRequest":{"method":"GET","header":[{"key":"shop-id","value":"2439","equals":true},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","equals":true}],"url":"https://demo.easycart.pro/api/coupon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 14:10:11 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 365,\n            \"shop_id\": 2439,\n            \"code\": \"Test-Code\",\n            \"uses\": null,\n            \"discount\": 0,\n            \"discount_percentage\": 10,\n            \"min_order_total\": 0,\n            \"max_order_total\": 0,\n            \"date_from\": null,\n            \"date_to\": null,\n            \"skus\": null,\n            \"redirect\": null,\n            \"created_at\": \"2024-10-29T14:10:06.000000Z\",\n            \"updated_at\": \"2024-10-29T14:10:06.000000Z\"\n        }\n    ],\n    \"first_page_url\": \"https://demo.easycart.pro/api/coupon?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://demo.easycart.pro/api/coupon?page=1\",\n    \"links\": [\n        {\n            \"url\": null,\n            \"label\": \"&laquo; Previous\",\n            \"active\": false\n        },\n        {\n            \"url\": \"https://demo.easycart.pro/api/coupon?page=1\",\n            \"label\": \"1\",\n            \"active\": true\n        },\n        {\n            \"url\": null,\n            \"label\": \"Next &raquo;\",\n            \"active\": false\n        }\n    ],\n    \"next_page_url\": null,\n    \"path\": \"https://demo.easycart.pro/api/coupon\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"ed93b429-1323-4370-86f4-4e5283c07fea"},{"name":"Add Coupon","id":"fa822141-7642-402c-bbfb-7a4d688e4ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"},{"key":"shop-id","value":"2439","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.easycart.pro/api/coupon?code=example-code","urlObject":{"protocol":"https","path":["api","coupon"],"host":["demo","easycart","pro"],"query":[{"key":"code","value":"example-code"}],"variable":[]}},"response":[{"id":"bd22e9db-fd63-44b2-8d43-60d8659354f9","name":"Add Coupon","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"},{"key":"shop-id","value":"2439","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.easycart.pro/api/coupon?code=example-code","protocol":"https","host":["demo","easycart","pro"],"path":["api","coupon"],"query":[{"key":"code","value":"example-code"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 14:10:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"shop_id\": \"2439\",\n        \"code\": \"example-code\",\n        \"discount\": 0,\n        \"discount_percentage\": 0,\n        \"min_order_total\": 0,\n        \"max_order_total\": 0,\n        \"uses\": null,\n        \"date_from\": null,\n        \"date_to\": null,\n        \"updated_at\": \"2024-10-29T14:10:53.000000Z\",\n        \"created_at\": \"2024-10-29T14:10:53.000000Z\",\n        \"id\": 366\n    }\n}"}],"_postman_id":"fa822141-7642-402c-bbfb-7a4d688e4ae7"},{"name":"Update Coupon","id":"f606ef60-4056-4aed-8233-c768d63d5461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"},{"key":"shop-id","value":"2439","type":"text"}],"url":"https://demo.easycart.pro/api/coupon/366?code=1234-test&uses=5","urlObject":{"protocol":"https","path":["api","coupon","366"],"host":["demo","easycart","pro"],"query":[{"key":"code","value":"1234-test"},{"key":"uses","value":"5"}],"variable":[]}},"response":[{"id":"ce2729e8-363c-477b-a433-bb4921b530ff","name":"Update Coupon","originalRequest":{"method":"PUT","header":[{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"},{"key":"shop-id","value":"2439","type":"text"}],"url":{"raw":"https://demo.easycart.pro/api/coupon/366?code=1234-test&uses=5","protocol":"https","host":["demo","easycart","pro"],"path":["api","coupon","366"],"query":[{"key":"code","value":"1234-test"},{"key":"uses","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 14:11:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 366,\n        \"shop_id\": 2439,\n        \"code\": \"1234-test\",\n        \"uses\": \"5\",\n        \"discount\": 0,\n        \"discount_percentage\": 0,\n        \"min_order_total\": 0,\n        \"max_order_total\": 0,\n        \"date_from\": null,\n        \"date_to\": null,\n        \"skus\": null,\n        \"redirect\": null,\n        \"created_at\": \"2024-10-29T14:10:53.000000Z\",\n        \"updated_at\": \"2024-10-29T14:11:40.000000Z\"\n    }\n}"}],"_postman_id":"f606ef60-4056-4aed-8233-c768d63d5461"}],"id":"18850ccd-12f6-4cfc-8e66-c141c6f555ee","_postman_id":"18850ccd-12f6-4cfc-8e66-c141c6f555ee","description":""},{"name":"Address","item":[{"name":"New Request","id":"ac5ea038-cc82-41ee-b0c0-6f6d997e2608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shop-id","value":"2439","type":"text"},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"}],"url":"https://demo.easycart.pro/api/address?type=billing&firstname=Jan&lastname=Dähne&address1=Example-Address 13&zip=12345&country=DE&city=Example-City&email=my@example.de","urlObject":{"protocol":"https","path":["api","address"],"host":["demo","easycart","pro"],"query":[{"key":"type","value":"billing"},{"key":"firstname","value":"Jan"},{"key":"lastname","value":"Dähne"},{"key":"address1","value":"Example-Address 13"},{"key":"zip","value":"12345"},{"key":"country","value":"DE"},{"key":"city","value":"Example-City"},{"key":"email","value":"my@example.de"}],"variable":[]}},"response":[{"id":"82a8b398-5141-4a3f-9e29-16e2ffd8cb20","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"shop-id","value":"2439","type":"text"},{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b","type":"text"}],"url":{"raw":"https://demo.easycart.pro/api/address?type=billing&firstname=Jan&lastname=Dähne&address1=Example-Address 13&zip=12345&country=DE&city=Example-City&email=my@example.de","protocol":"https","host":["demo","easycart","pro"],"path":["api","address"],"query":[{"key":"type","value":"billing"},{"key":"firstname","value":"Jan"},{"key":"lastname","value":"Dähne"},{"key":"address1","value":"Example-Address 13"},{"key":"zip","value":"12345"},{"key":"country","value":"DE"},{"key":"city","value":"Example-City"},{"key":"email","value":"my@example.de"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 14:13:33 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Vary","value":"User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"firstname\": \"Firstname\",\n        \"lastname\": \"Lastname\",\n        \"address1\": \"Example-Address 13\",\n        \"zip\": \"12345\",\n        \"city\": \"Example-City\",\n        \"country\": \"DE\",\n        \"email\": \"my@example.de\",\n        \"type\": \"billing\",\n        \"updated_at\": \"2024-10-29T14:13:33.000000Z\",\n        \"created_at\": \"2024-10-29T14:13:33.000000Z\",\n        \"id\": 17313\n    }\n}"}],"_postman_id":"ac5ea038-cc82-41ee-b0c0-6f6d997e2608"}],"id":"64a0e902-8e25-4127-9e0a-940bc08bcd4a","_postman_id":"64a0e902-8e25-4127-9e0a-940bc08bcd4a","description":""}],"event":[{"listen":"prerequest","script":{"id":"ba478545-bc86-48bc-945b-5e06d4a0c8ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"317006b9-5750-46ba-a527-a84a58759ee8","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api-key","value":"f2b8ec13-4a82-4ef9-b601-162eda711e9b"},{"key":"shop-id","value":"2439"}]}