{"info":{"_postman_id":"9dfbe0cf-7ffd-43a1-a0fa-41e3f70954a6","name":"PrestaShop REST API - eCommerce REST API","description":"<html><head></head><body><h2 id=\"easily-build-modern-front-end-applications-nuxtjs-nextjs-vue-react-angular-flutter-based-on-a-stable-ecommerce-api\"><strong>Easily build modern front-end applications (Nuxt.js, Next.js, Vue, React, Angular, Flutter) based on a stable eCommerce API.</strong></h2>\n<h1 id=\"download-free-version-v26\"><a href=\"https://www.binshops.com/prestashop-api\">Download Free Version (v2.6)</a></h1>\n<h1 id=\"download-officially-supported-full-version-v5\"><a href=\"https://www.binshops.com/store/prestashop/headless-prestashop-api-pro\">Download Officially Supported Full Version (v5)</a></h1>\n<p>New structural changes in v5.</p>\n<p>Available on:</p>\n<ul>\n<li><p><a href=\"https://www.binshops.com/store/prestashop/headless-prestashop-api-pro\">Binshops Store</a></p>\n</li>\n<li><p><a href=\"https://addons.prestashop.com/en/website-performance/52062-rest-api-pro-for-front-applications-integrations.html#reviews\">PresataShop Addons</a></p>\n</li>\n</ul>\n<h2 id=\"official-version-and-full-pdf-documentation-of-endpoints-explanation-of-business-logics-and-full-postman-doc-is-available-in-the-official-module\"><strong>Official version and Full PDF documentation of endpoints, explanation of business logics and full Postman doc is available in the official module.</strong></h2>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Download Free Version (v2.6)","slug":"download-free-version-v26"},{"content":"Download Officially Supported Full Version (v5)","slug":"download-officially-supported-full-version-v5"}],"owner":"1491681","collectionId":"9dfbe0cf-7ffd-43a1-a0fa-41e3f70954a6","publishedId":"TzkyP1UC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-30T23:19:49.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","id":"38508b00-d4cf-4a2d-bc98-6f93defc910a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@mail.com\",\n    \"password\": \"123456789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/login","description":"<p>This API logins to prestashop</p>\n","urlObject":{"path":["rest","login"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"38508b00-d4cf-4a2d-bc98-6f93defc910a"},{"name":"Register","id":"c984755d-2a3e-44a9-9e65-821fced09b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@mail.com\",\n    \"password\": \"123456789\",\n    \"firstName\": \"Sam\",\n    \"lastName\": \"B\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/register","description":"<p>There may be a problem for register endpoint on PrestaShop v8.x and higher that is fixed on Pro version.</p>\n","urlObject":{"path":["rest","register"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c984755d-2a3e-44a9-9e65-821fced09b02"},{"name":"Logout","id":"f99a12fa-ea34-4764-92b2-89e387c06cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/logout","urlObject":{"path":["rest","logout"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f99a12fa-ea34-4764-92b2-89e387c06cab"}],"id":"d7d64c08-e5dc-4b93-8f01-61fa88d6096d","description":"<p>This section contains authentication REST endpoints</p>\n","event":[{"listen":"prerequest","script":{"id":"dba514ab-5cd1-479e-905c-0927bb58b50b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"adc7aef6-f150-400d-b1c3-aab9fc48e90f","type":"text/javascript","exec":[""]}}],"_postman_id":"d7d64c08-e5dc-4b93-8f01-61fa88d6096d"},{"name":"Cart","item":[{"name":"Cart Items","id":"708d4edd-22b3-440d-aea8-45085a841086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/cart?image_size=medium_default","description":"<p>Lists orders for a customer</p>\n","urlObject":{"path":["rest","cart"],"host":["https://rest.binshops.com"],"query":[{"key":"image_size","value":"medium_default"}],"variable":[]}},"response":[],"_postman_id":"708d4edd-22b3-440d-aea8-45085a841086"},{"name":"Update Cart","id":"1786bc3a-30a2-4615-b527-7f9bea0cab67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/cart?update=1&id_product=2&id_product_attribute=11&op=up&action=update&image_size=medium_default&qty=3","description":"<p>Removes a product from shopping cart</p>\n","urlObject":{"path":["rest","cart"],"host":["https://rest.binshops.com"],"query":[{"key":"update","value":"1"},{"key":"id_product","value":"2"},{"key":"id_product_attribute","value":"11"},{"description":{"content":"<p>adds product item to cart</p>\n","type":"text/plain"},"key":"op","value":"up"},{"disabled":true,"description":{"content":"<p>removes product from cart</p>\n","type":"text/plain"},"key":"op","value":"down"},{"key":"action","value":"update"},{"key":"image_size","value":"medium_default"},{"key":"qty","value":"3"}],"variable":[]}},"response":[],"_postman_id":"1786bc3a-30a2-4615-b527-7f9bea0cab67"},{"name":"Remove a specific product from cart","id":"fb623584-67f9-4e50-801d-9e0e2950a7b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/cart?id_product_attribute=11&id_product=2&delete=1&action=update&image_size=medium_default","urlObject":{"path":["rest","cart"],"host":["https://rest.binshops.com"],"query":[{"key":"id_product_attribute","value":"11"},{"key":"id_product","value":"2"},{"key":"delete","value":"1"},{"key":"action","value":"update"},{"key":"image_size","value":"medium_default"}],"variable":[]}},"response":[],"_postman_id":"fb623584-67f9-4e50-801d-9e0e2950a7b2"}],"id":"9142cccf-a70f-412a-9eb8-d0bd993f1fc7","_postman_id":"9142cccf-a70f-412a-9eb8-d0bd993f1fc7","description":""},{"name":"Profile/Account","item":[{"name":"Order","item":[{"name":"Order History","id":"c84fd961-05b4-41c2-9ced-c544f86db4a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/orderhistory","urlObject":{"path":["rest","orderhistory"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c84fd961-05b4-41c2-9ced-c544f86db4a3"},{"name":"Order Details","id":"4f5ef221-6a14-4d70-8278-cf9a8afdc73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/orderhistory?id_order=7","urlObject":{"path":["rest","orderhistory"],"host":["https://rest.binshops.com"],"query":[{"key":"id_order","value":"7"}],"variable":[]}},"response":[],"_postman_id":"4f5ef221-6a14-4d70-8278-cf9a8afdc73a"}],"id":"7cc73247-5776-4b29-adba-a7c7f2d1425d","_postman_id":"7cc73247-5776-4b29-adba-a7c7f2d1425d","description":""},{"name":"Reset Pass By Email","item":[{"name":"Request Reset Pass Email","id":"6a343c0b-8f33-4bfb-b34c-006c9749ccfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"sam@binshops.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/resetpasswordbyemail","urlObject":{"path":["rest","resetpasswordbyemail"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a343c0b-8f33-4bfb-b34c-006c9749ccfd"},{"name":"Set New Pass","id":"598daea0-cf83-4287-8377-1f4140d19a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"passwd\": \"randomepass\",\n    \"confirmation\": \"randomepass\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/resetpasswordsetnewpass?token=DJsldkfjas0d123kjsadhoasd&id_customer=10&reset_token=sOsnasuhd90812bi1jk1h23","urlObject":{"path":["rest","resetpasswordsetnewpass"],"host":["https://rest.binshops.com"],"query":[{"key":"token","value":"DJsldkfjas0d123kjsadhoasd"},{"key":"id_customer","value":"10"},{"key":"reset_token","value":"sOsnasuhd90812bi1jk1h23"}],"variable":[]}},"response":[],"_postman_id":"598daea0-cf83-4287-8377-1f4140d19a53"}],"id":"898591c2-b5ba-45e4-960d-f5ea6c47c42e","_postman_id":"898591c2-b5ba-45e4-960d-f5ea6c47c42e","description":""},{"name":"Account Info","id":"9b5e146e-f106-428d-b190-3acaee59f3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/accountInfo","description":"<p>Gets customer account information</p>\n","urlObject":{"path":["rest","accountInfo"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b5e146e-f106-428d-b190-3acaee59f3bc"},{"name":"Account Edit","id":"36de078a-f819-4439-be02-0623f522fec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"sam@binshops.com\",\n    \"password\": \"123456789\",\n    \"firstName\": \"Sam\",\n    \"lastName\": \"Berry\",\n    \"gender\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/accountedit","urlObject":{"path":["rest","accountedit"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36de078a-f819-4439-be02-0623f522fec1"},{"name":"New Password","id":"e2a93cdb-b03b-4a1d-a6eb-9cd0eaa81c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"sam@binshops.com\",\n    \"password\": \"123456789\",\n    \"firstName\": \"Sam\",\n    \"lastName\": \"Beri\",\n    \"gender\": 1,\n    \"new_password\": \"987654321\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/accountedit","urlObject":{"path":["rest","accountedit"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2a93cdb-b03b-4a1d-a6eb-9cd0eaa81c97"},{"name":"1- Send Reset Password Code","id":"a8a6ac16-a8f5-45a0-88ee-814e0b3d215b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"sam@binshops.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/resetpasswordemail","urlObject":{"path":["rest","resetpasswordemail"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8a6ac16-a8f5-45a0-88ee-814e0b3d215b"},{"name":"2- Check Reset Pass Code","id":"6c225ffc-d061-4979-a0f2-b782d6b92f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"sam@binshops.com\",\n    \"pass-code\": \"70622\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/resetpasswordcheck","urlObject":{"path":["rest","resetpasswordcheck"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c225ffc-d061-4979-a0f2-b782d6b92f17"},{"name":"3- Reset Password","id":"5bbca128-a632-47d0-bcc5-790a88e8564f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"sam@binshops.com\",\n    \"pass-code\": \"70622\",\n    \"passwd\": \"123456789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/resetpasswordenter","urlObject":{"path":["rest","resetpasswordenter"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bbca128-a632-47d0-bcc5-790a88e8564f"}],"id":"377e9519-5bda-483e-bb04-ec4f8cb3fa03","description":"<p>REST endpoints related to user profile section</p>\n","_postman_id":"377e9519-5bda-483e-bb04-ec4f8cb3fa03"},{"name":"Products","item":[{"name":"Product Detail","id":"5d2c163b-28dc-4593-8aec-50398cc75266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/productdetail?product_id=3&image_type=large&with_all_images=0","description":"<p>Gets detail of a product. Including price, name, features and so on.</p>\n","urlObject":{"path":["rest","productdetail"],"host":["https://rest.binshops.com"],"query":[{"key":"product_id","value":"3"},{"description":{"content":"<p>image type can be \"large\" and medium</p>\n","type":"text/plain"},"key":"image_type","value":"large"},{"disabled":true,"key":"refresh","value":"true"},{"disabled":true,"key":"id_customization","value":"0"},{"disabled":true,"key":"group[3]","value":"21"},{"key":"with_all_images","value":"0"}],"variable":[]}},"response":[],"_postman_id":"5d2c163b-28dc-4593-8aec-50398cc75266"},{"name":"Category Products","id":"20dbd579-2130-4b7c-94d7-d17e1a0e9569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/categoryProducts?id_category=2&page=1&with_all_images=0&image_size=home_default","description":"<p>This API endpoint can be used to get category products, pagination and faceted search. The id_category is mandatory parameter. </p>\n","urlObject":{"path":["rest","categoryProducts"],"host":["https://rest.binshops.com"],"query":[{"key":"id_category","value":"2"},{"key":"page","value":"1"},{"description":{"content":"<p>If 0 it does not load different images for products. If 1 loads different images for products and leads to be lengthy json response. </p>\n","type":"text/plain"},"key":"with_all_images","value":"0"},{"description":{"content":"<p>if \"with_all_images\" is set to 0, images will be returned with this image size</p>\n","type":"text/plain"},"key":"image_size","value":"home_default"},{"disabled":true,"key":"slug","value":"clothes"},{"disabled":true,"key":"resultsPerPage","value":"8"},{"disabled":true,"key":"with_category_tree","value":"true"},{"disabled":true,"key":"sub_category_img_size","value":"medium"}],"variable":[]}},"response":[],"_postman_id":"20dbd579-2130-4b7c-94d7-d17e1a0e9569"},{"name":"Product Search","id":"5f450bd8-6e35-4a40-b23b-db6cfdad0aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/productSearch?s=mug&resultsPerPage=10","description":"<p>Is used for product search</p>\n","urlObject":{"path":["rest","productSearch"],"host":["https://rest.binshops.com"],"query":[{"description":{"content":"<p>This parameter is the word which should be searched</p>\n","type":"text/plain"},"key":"s","value":"mug"},{"key":"resultsPerPage","value":"10"}],"variable":[]}},"response":[],"_postman_id":"5f450bd8-6e35-4a40-b23b-db6cfdad0aa8"},{"name":"Faceted Search","id":"8e5a80e0-0df7-41b7-ac78-9126948d0f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/categoryProducts?q=Paper Type-Ruled&id_category=6&page=1&with_all_images=0&image_size=home_default&with_category_tree=true","description":"<p>Is used for product search</p>\n","urlObject":{"path":["rest","categoryProducts"],"host":["https://rest.binshops.com"],"query":[{"key":"q","value":"Paper Type-Ruled"},{"disabled":true,"key":"resultsPerPage","value":"10"},{"key":"id_category","value":"6"},{"key":"page","value":"1"},{"description":{"content":"<p>If 0 it does not load different images for products. If 1 loads different images for products and leads to be lengthy json response. </p>\n","type":"text/plain"},"key":"with_all_images","value":"0"},{"description":{"content":"<p>if \"with_all_images\" is set to 0, images will be returned with this image size</p>\n","type":"text/plain"},"key":"image_size","value":"home_default"},{"disabled":true,"key":"slug","value":"accessories"},{"key":"with_category_tree","value":"true"}],"variable":[]}},"response":[],"_postman_id":"8e5a80e0-0df7-41b7-ac78-9126948d0f34"},{"name":"Featured Products","id":"45812195-70ff-4e0b-a85f-5f10c9d617d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/featuredproducts","description":"<p>Gets featured products</p>\n","urlObject":{"path":["rest","featuredproducts"],"host":["https://rest.binshops.com"],"query":[{"disabled":true,"key":"with_all_images","value":"1"}],"variable":[]}},"response":[],"_postman_id":"45812195-70ff-4e0b-a85f-5f10c9d617d9"},{"name":"List Comments","id":"41a531b9-1e99-40ac-a6d2-f77c4cdb8e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/listcomments?id_product=2&page=1","urlObject":{"path":["rest","listcomments"],"host":["https://rest.binshops.com"],"query":[{"key":"id_product","value":"2"},{"description":{"content":"<p>pagination number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"41a531b9-1e99-40ac-a6d2-f77c4cdb8e37"},{"name":"Post Comment","id":"eadf21f5-72d5-4eae-a22e-bebfe3a1e6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id_product\": 2,\n    \"comment_title\": \"Comment Title\",\n    \"comment_content\": \"Very nice shoe I'm happy\",\n    \"criterion\": {\n            \"1\": 3\n        }\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/postcomment","urlObject":{"path":["rest","postcomment"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eadf21f5-72d5-4eae-a22e-bebfe3a1e6ee"}],"id":"5bfe9096-6a67-4223-9871-8551f60724c1","description":"<p>REST endpoints related to products</p>\n","_postman_id":"5bfe9096-6a67-4223-9871-8551f60724c1"},{"name":"Address","item":[{"name":"All Addresses","id":"93cac36b-f7d6-42ac-b645-00d4fe3fc962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/alladdresses","urlObject":{"path":["rest","alladdresses"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"93cac36b-f7d6-42ac-b645-00d4fe3fc962"},{"name":"Create Address","id":"d84e2c81-4a1a-427b-9039-a24e1bc1c77b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alias\": \"Home\",\n    \"postcode\": \"12245\",\n    \"address1\": \"win Street\",\n    \"id_country\": 21,\n    \"country\": \"Canada\",\n    \"id_state\": 20,\n    \"city\": \"Winnipeg\",\n    \"company\": \"Binshops\",\n    \"dni\": \"11111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/address","description":"<p>If the address ID is not passed, it creates new address</p>\n","urlObject":{"path":["rest","address"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d84e2c81-4a1a-427b-9039-a24e1bc1c77b"},{"name":"Update Address","id":"d5bd2c53-a7b6-465e-9048-54bfe90101d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id_address\": 184,\n    \"alias\": \"Home2\",\n    \"postcode\": \"12245\",\n    \"address1\": \"win Street\",\n    \"id_country\": 21,\n    \"country\": \"Canada\",\n    \"id_state\": 20,\n    \"city\": \"Winnipeg\",\n    \"company\": \"Binshops\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/address","description":"<p>If the address ID is not passed, it creates new address</p>\n","urlObject":{"path":["rest","address"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5bd2c53-a7b6-465e-9048-54bfe90101d2"},{"name":"List avaibale countries and states","id":"78ab702f-8ff0-4a88-9231-8cb38c689a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/addressform","description":"<p>Contains countries and states</p>\n","urlObject":{"path":["rest","addressform"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"78ab702f-8ff0-4a88-9231-8cb38c689a7c"},{"name":"Get Address","id":"b959de59-e444-4972-be37-ac05663d3e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/address?id_address=5","urlObject":{"path":["rest","address"],"host":["https://rest.binshops.com"],"query":[{"key":"id_address","value":"5"}],"variable":[]}},"response":[],"_postman_id":"b959de59-e444-4972-be37-ac05663d3e9f"},{"name":"Delete Address","id":"895f6999-5b13-4675-97cb-1a81dd1aec95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"id_address\": 183\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/address","urlObject":{"path":["rest","address"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"895f6999-5b13-4675-97cb-1a81dd1aec95"}],"id":"52fd3639-9840-4f9c-8e28-6aa0cb081bbf","_postman_id":"52fd3639-9840-4f9c-8e28-6aa0cb081bbf","description":""},{"name":"Checkout","item":[{"name":"Payments","item":[{"name":"Check Payment","id":"f8885a9c-0ab3-42e1-aefb-e76e8601e21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/ps_checkpayment","urlObject":{"path":["rest","ps_checkpayment"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8885a9c-0ab3-42e1-aefb-e76e8601e21f"},{"name":"Wire Payment","id":"720f3e18-7f43-44fc-9084-89f2eb9b8a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/ps_wirepayment","urlObject":{"path":["rest","ps_wirepayment"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"720f3e18-7f43-44fc-9084-89f2eb9b8a05"},{"name":"Cash on Delivery","id":"dcd8ef9b-9db0-4d0d-a9be-88cad2d6844b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/ps_cashondelivery","urlObject":{"path":["rest","ps_cashondelivery"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcd8ef9b-9db0-4d0d-a9be-88cad2d6844b"}],"id":"874dddd4-1686-4a66-bca0-a66d3d1b4459","_postman_id":"874dddd4-1686-4a66-bca0-a66d3d1b4459","description":""},{"name":"1- Set Address","id":"86987f60-1219-4112-8c35-cf71fb3f6aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id_address_invoice\": 14,\n    \"id_address_delivery\": 14\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/setaddresscheckout","urlObject":{"path":["rest","setaddresscheckout"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"86987f60-1219-4112-8c35-cf71fb3f6aa4"},{"name":"2- All Carriers","id":"848a71c6-4f91-4c2e-93f7-5329bc5f060b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/carriers","urlObject":{"path":["rest","carriers"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"848a71c6-4f91-4c2e-93f7-5329bc5f060b"},{"name":"3- Set Carrier","id":"b296a54a-5fc1-45f7-b397-697469df31fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id_address\": 14,\n    \"id_carrier\": \"4,\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rest.binshops.com/rest/setcarriercheckout","urlObject":{"path":["rest","setcarriercheckout"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b296a54a-5fc1-45f7-b397-697469df31fe"},{"name":"4- Payment Options","id":"fa17e6ca-702e-44c2-a38a-e6460f75b1ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/paymentoptions","urlObject":{"path":["rest","paymentoptions"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa17e6ca-702e-44c2-a38a-e6460f75b1ab"}],"id":"7842082e-174b-497f-ae49-8cfb17897b82","_postman_id":"7842082e-174b-497f-ae49-8cfb17897b82","description":""},{"name":"Wishlist","item":[{"name":"List All WIshlists","id":"d88946a6-1243-4faf-91b0-c6a21b09ff15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/wishlist?action=list","urlObject":{"path":["rest","wishlist"],"host":["https://rest.binshops.com"],"query":[{"key":"action","value":"list"}],"variable":[]}},"response":[],"_postman_id":"d88946a6-1243-4faf-91b0-c6a21b09ff15"},{"name":"Add Product to Wishlist","id":"69a10c81-859e-4f97-887d-55fa705b03d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/wishlist?action=addProductToWishlist&id_product=2","urlObject":{"path":["rest","wishlist"],"host":["https://rest.binshops.com"],"query":[{"key":"action","value":"addProductToWishlist"},{"key":"id_product","value":"2"},{"disabled":true,"description":{"content":"<p>if empty: default wishlist will be used</p>\n","type":"text/plain"},"key":"idWishList","value":"2"},{"disabled":true,"description":{"content":"<p>if empty: default product attribute will be used</p>\n","type":"text/plain"},"key":"id_product_attribute","value":"9"}],"variable":[]}},"response":[],"_postman_id":"69a10c81-859e-4f97-887d-55fa705b03d3"},{"name":"View Wishlist","id":"835ac888-9814-4c16-8bc0-497a91a9eb82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/wishlist?action=viewWishlist","urlObject":{"path":["rest","wishlist"],"host":["https://rest.binshops.com"],"query":[{"key":"action","value":"viewWishlist"},{"disabled":true,"description":{"content":"<p>if empty: default wishlist wil be used</p>\n","type":"text/plain"},"key":"id_wishlist","value":"2"}],"variable":[]}},"response":[],"_postman_id":"835ac888-9814-4c16-8bc0-497a91a9eb82"},{"name":"Remove product from Wishlist","id":"b607287a-9081-4e0c-bfd9-0e27667896c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/wishlist?action=deleteProductFromWishList&id_product=2","urlObject":{"path":["rest","wishlist"],"host":["https://rest.binshops.com"],"query":[{"key":"action","value":"deleteProductFromWishList"},{"disabled":true,"description":{"content":"<p>if empty: default wishlist wil be used</p>\n","type":"text/plain"},"key":"idWishList","value":"2"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"id_product","value":"2"}],"variable":[]}},"response":[],"_postman_id":"b607287a-9081-4e0c-bfd9-0e27667896c8"},{"name":"Create Wishlist","id":"0c95589d-b6ad-4435-90f3-fb89392a431f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/wishlist?action=createWishlist&name=My Wishlist 2","urlObject":{"path":["rest","wishlist"],"host":["https://rest.binshops.com"],"query":[{"key":"action","value":"createWishlist"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"name","value":"My Wishlist 2"}],"variable":[]}},"response":[],"_postman_id":"0c95589d-b6ad-4435-90f3-fb89392a431f"},{"name":"Delete Wishlist","id":"0624eb0a-7df8-4219-baab-e920f05605e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/wishlist?action=deleteWishlist&idWishList=2","urlObject":{"path":["rest","wishlist"],"host":["https://rest.binshops.com"],"query":[{"key":"action","value":"deleteWishlist"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"idWishList","value":"2"}],"variable":[]}},"response":[],"_postman_id":"0624eb0a-7df8-4219-baab-e920f05605e6"},{"name":"Rename Wishlist","id":"5186e7c5-935a-4bea-8ac5-99190ce63d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/wishlist?action=renameWishlist&idWishList=2&name=My Wishlist renamed","urlObject":{"path":["rest","wishlist"],"host":["https://rest.binshops.com"],"query":[{"key":"action","value":"renameWishlist"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"idWishList","value":"2"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"name","value":"My Wishlist renamed"}],"variable":[]}},"response":[],"_postman_id":"5186e7c5-935a-4bea-8ac5-99190ce63d8a"}],"id":"ff8779d9-43ce-4ae5-ba0c-d676ae22b3ff","_postman_id":"ff8779d9-43ce-4ae5-ba0c-d676ae22b3ff","description":""},{"name":"Newsletter Subscription","item":[{"name":"Email Subscription","id":"c44f9a0e-b31a-4dd2-b359-d6b8ef0f1861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://rest.binshops.com/rest/emailsubscription?email=sample@sample.com","urlObject":{"path":["rest","emailsubscription"],"host":["https://rest.binshops.com"],"query":[{"key":"email","value":"sample@sample.com"}],"variable":[]}},"response":[],"_postman_id":"c44f9a0e-b31a-4dd2-b359-d6b8ef0f1861"},{"name":"Get Conditions","id":"4e363b3a-1d57-40ea-aebf-c084fb1d6be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/emailsubscription","urlObject":{"path":["rest","emailsubscription"],"host":["https://rest.binshops.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e363b3a-1d57-40ea-aebf-c084fb1d6be4"}],"id":"9fbe5970-ee18-4fb1-ad94-12cdf5c8c170","_postman_id":"9fbe5970-ee18-4fb1-ad94-12cdf5c8c170","description":""},{"name":"Bootstrap","id":"e09d6da5-5115-4b15-ace4-dfb5261588b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/bootstrap?menu_with_images=single","description":"<p>Bootstraps binshops applciation. This request is used to render the home page of the application.</p>\n","urlObject":{"path":["rest","bootstrap"],"host":["https://rest.binshops.com"],"query":[{"description":{"content":"<p>can contain \"single\" and \"all\"</p>\n","type":"text/plain"},"key":"menu_with_images","value":"single"},{"disabled":true,"key":"with_all_images","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e09d6da5-5115-4b15-ace4-dfb5261588b2"},{"name":"Light Bootstrap","id":"22d60d58-14d3-4cfd-8066-6a8f7e170029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rest.binshops.com/rest/lightbootstrap?menu_with_images=single","urlObject":{"path":["rest","lightbootstrap"],"host":["https://rest.binshops.com"],"query":[{"description":{"content":"<p>can contain \"single\" and \"all\"</p>\n","type":"text/plain"},"key":"menu_with_images","value":"single"}],"variable":[]}},"response":[],"_postman_id":"22d60d58-14d3-4cfd-8066-6a8f7e170029"}],"event":[{"listen":"prerequest","script":{"id":"f17032a5-a22b-419b-b3fe-4fdf6fc633a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0274a15e-1126-4830-96f7-d103595a295b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"website_url","value":"https://rest.binshops.com","type":"string"}]}