{"info":{"_postman_id":"51798ed4-5e1d-4930-811a-ec924871d9aa","name":"DMS Product Feed API v1.0","description":"<html><head></head><body><p>This is a REST API that uses JSON data exchange format for all its requests and responses. It can be integrated to manage most of the product catelogue related features right from the client's application.</p>\n<h4 id=\"endpoint\">Endpoint</h4>\n<p>Would be provided to the client once their account has been setup.</p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>All the API calls made require basic authorisation headers with the <em>username</em> and <em>password</em> provided to the client while setting them up. The client also has to get their IPs whitelisted for API access.</p>\n<h4 id=\"request-throttling\">Request Throttling</h4>\n<p>The number of request calls will be controlled by the daily, hourly and per minute limits set when your account get setup and could be revised in the future as per your usage.</p>\n<h4 id=\"basic-workflow\">Basic Workflow</h4>\n<p><em>The basic steps to add any product(s) to DMS are as below:</em></p>\n<ol>\n<li>The product record depends on various preset codes which define its relation with other components. These components include channels, categories, packagings, countries, services, vendors, brands and taxes. So, the first step for the client is to fetch codes and data for these components and store them in their application's database for using them later on while defining the products.</li>\n<li>After the above data is available for use, the next step is to decide the channels and categories that the products needs to be pushed into. In case you wish to post the product only to be listed on DMS then this step can be skipped. If you have finalised the channel and the category for the product then you need to send their codes to the properties fetching function and retrive all the properties that the channel expects to be filled in for that particular category.</li>\n<li>Once you have all the data and codes ready, the product record JSON can be compiled and posted to the products function. If there are any errors in the data, the product won't get saved on DMS untill you fix them and push the product back.</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1405426","collectionId":"51798ed4-5e1d-4930-811a-ec924871d9aa","publishedId":"SztBb8Ru","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-27T10:36:40.000Z"},"item":[{"name":"Channels","item":[{"name":"/channels","id":"33247c67-9f0d-4fa4-b6d0-6bd3194a0ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/channels","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"3be68ca0-6d54-45c1-9565-a70be0bf31b4","id":"3be68ca0-6d54-45c1-9565-a70be0bf31b4","name":"Channels","type":"folder"}},"urlObject":{"path":["channels"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"4de142f3-4a9d-4328-a34e-81fd1d500a7e","name":"Get all available channels","originalRequest":{"method":"GET","header":[],"url":"{{endpoint}}/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 13:27:14 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"code\": \"FRU_GBR_01\",\n        \"name\": \"Fruugo UK\",\n        \"currency\": \"EUR\"\n    }\n}"}],"_postman_id":"33247c67-9f0d-4fa4-b6d0-6bd3194a0ed6"}],"id":"3be68ca0-6d54-45c1-9565-a70be0bf31b4","description":"<p>Fetch the list of all the active channels with their channel codes and respective currencies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"111028ae-27d1-4697-aeb7-68e95054a314","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4bb87267-09ad-40db-82d8-faf71062c361","type":"text/javascript","exec":[""]}}],"_postman_id":"3be68ca0-6d54-45c1-9565-a70be0bf31b4"},{"name":"Categories","item":[{"name":"/categories","id":"4a2dcb4c-6ab7-4b3d-acc0-85f9bbd6bd7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/categories?channelCode=<string>&search=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2bda70dd-1472-457c-8edf-654898fce0ec","id":"2bda70dd-1472-457c-8edf-654898fce0ec","name":"Categories","type":"folder"}},"urlObject":{"path":["categories"],"host":["{{endpoint}}"],"query":[{"description":{"content":"<p>(Optional) Specify the channel code of the channel you want to fetch the categories for. If unspecified, common DMS level categories will be listed.</p>\n","type":"text/plain"},"key":"channelCode","value":"<string>"},{"description":{"content":"<p>(Optional) Search and list categories that have this string in it.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"92b3182d-772b-49a3-89c9-6ce20746e5d0","name":"Get categories for channel matching search terms","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/categories?channelCode=FRU_GBR_01&search=Oral%20Care","host":["{{baseUrl}}"],"path":["categories"],"query":[{"key":"channelCode","value":"FRU_GBR_01","description":"(Optional) Specify the channel code of the channel you want to fetch the categories for. If unspecified, common DMS level categories will be listed."},{"key":"search","value":"Oral%20Care","description":"(Optional) Search and list categories that have this string in it."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 14:09:34 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"code\": \"FRU0000030\",\n            \"name\": \"Pet Oral Care Supplies\",\n            \"path\": \"Animals & Pet Supplies > Pet Supplies\"\n        },\n        {\n            \"code\": \"FRU0003420\",\n            \"name\": \"Dental Floss\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003425\",\n            \"name\": \"Denture Cleaners\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003432\",\n            \"name\": \"Teeth Whiteners\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003430\",\n            \"name\": \"Orthodontic Appliance Cases\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003437\",\n            \"name\": \"Toothpicks\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003428\",\n            \"name\": \"Gum Stimulators\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003422\",\n            \"name\": \"Dental Water Jet Replacement Tips\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003434\",\n            \"name\": \"Toothbrushes\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003433\",\n            \"name\": \"Tongue Scrapers\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003441\",\n            \"name\": \"Toothbrush Sanitizers\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care > Toothbrush Accessories\"\n        },\n        {\n            \"code\": \"FRU0003435\",\n            \"name\": \"Toothpaste\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003421\",\n            \"name\": \"Dental Mouthguards\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003439\",\n            \"name\": \"Toothbrush Covers\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care > Toothbrush Accessories\"\n        },\n        {\n            \"code\": \"FRU0003431\",\n            \"name\": \"Power Flossers\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003429\",\n            \"name\": \"Mouthwash\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003426\",\n            \"name\": \"Denture Repair Kits\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003427\",\n            \"name\": \"Dentures\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003419\",\n            \"name\": \"Breath Spray\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003436\",\n            \"name\": \"Toothpaste Squeezers & Dispensers\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003423\",\n            \"name\": \"Dental Water Jets\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003424\",\n            \"name\": \"Denture Adhesives\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care\"\n        },\n        {\n            \"code\": \"FRU0003440\",\n            \"name\": \"Toothbrush Replacement Heads\",\n            \"path\": \"Health & Beauty > Personal Care > Oral Care > Toothbrush Accessories\"\n        }\n    ]\n}"}],"_postman_id":"4a2dcb4c-6ab7-4b3d-acc0-85f9bbd6bd7d"}],"id":"2bda70dd-1472-457c-8edf-654898fce0ec","description":"<p>Fetch the list of leaf level categories for the given channel. If channelCode is not provided then the function will return the DMS level categories.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2024dfe4-7501-4a10-935a-96102ee801fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b6298cf7-a1bd-4356-ac5a-011c0668972a","type":"text/javascript","exec":[""]}}],"_postman_id":"2bda70dd-1472-457c-8edf-654898fce0ec"},{"name":"Properties","item":[{"name":"/properties","id":"ef23d647-6fe0-4119-9e84-b34be770bec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/properties?channelCode=<string>&categoryCode=<string>&feedType=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ccae6dbd-66cc-4b29-a2b3-549a6c62fbdc","id":"ccae6dbd-66cc-4b29-a2b3-549a6c62fbdc","name":"Properties","type":"folder"}},"urlObject":{"path":["properties"],"host":["{{endpoint}}"],"query":[{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"channelCode","value":"<string>"},{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"categoryCode","value":"<string>"},{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"feedType","value":"<string>"}],"variable":[]}},"response":[{"id":"e10495e9-fa5b-47f9-8d53-821418ecedf5","name":"Get properties by channel","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/properties?categoryCode=FRU_GBR_01","host":["{{baseUrl}}"],"path":["properties"],"query":[{"key":"categoryCode","value":"FRU_GBR_01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 14:19:38 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"data\": [\r\n    {\r\n      \"name\": \"Size\",\r\n      \"field\": \"channels__FRU_GBR_01__attributes__FRU_GBR_AttributeSize\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"preferred\": true\r\n        }\r\n      },\r\n      \"attribute\": true,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Color\",\r\n      \"field\": \"channels__FRU_GBR_01__attributes__FRU_GBR_AttributeColor\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"preferred\": true\r\n        }\r\n      },\r\n      \"attribute\": true,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 1\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute1\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 2\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute2\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 3\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute3\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 4\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute4\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 5\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute5\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 6\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute6\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 7\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute7\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 8\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute8\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 9\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute9\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Attribute 10\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Attribute10\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Language\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Language\",\r\n      \"type\": \"select\",\r\n      \"options\": {\r\n        \"default\": {\r\n          \"en\": \"English\",\r\n          \"fr\": \"French\",\r\n          \"de\": \"German\",\r\n          \"es\": \"Spanish\",\r\n          \"pt\": \"Portuguese\",\r\n          \"nl\": \"Dutch\",\r\n          \"pl\": \"Polish\",\r\n          \"it\": \"Italian\",\r\n          \"da\": \"Danish\",\r\n          \"sv\": \"Swedish\",\r\n          \"fi\": \"Finnish\",\r\n          \"cs\": \"Czech\",\r\n          \"el\": \"Greek\",\r\n          \"hu\": \"Hungarian\",\r\n          \"no\": \"Norwegian\",\r\n          \"ru\": \"Russian\",\r\n          \"zh\": \"Chinese\",\r\n          \"jp\": \"Japanese\",\r\n          \"hi\": \"Hindi\",\r\n          \"ar\": \"Arabic\",\r\n          \"he\": \"Hebrew\",\r\n          \"tr\": \"Turkish\",\r\n          \"ko\": \"Korean\"\r\n        }\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"preferred\": true\r\n        }\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Currency\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Currency\",\r\n      \"type\": \"select\",\r\n      \"options\": {\r\n        \"default\": {\r\n          \"GBP\": \"Great British Pound\",\r\n          \"EUR\": \"Euro\",\r\n          \"PLN\": \"Polish Zloty\",\r\n          \"DKK\": \"Danish Krona\",\r\n          \"SEK\": \"Swedish Krona\",\r\n          \"CZK\": \"Czech Krona\",\r\n          \"RON\": \"Romanian Leu\",\r\n          \"NOK\": \"Norwegian Krona\",\r\n          \"CHF\": \"Swiss Franc\",\r\n          \"RUB\": \"Russian Ruble\",\r\n          \"ZAR\": \"South African Rand\",\r\n          \"USD\": \"United States Dollar\",\r\n          \"CAD\": \"Candian Dollar\",\r\n          \"AUD\": \"Australian Dollar\",\r\n          \"NZD\": \"New Zealand Dollar\",\r\n          \"CNY\": \"Chinese Yuan\",\r\n          \"JPY\": \"Japanese Yen\",\r\n          \"INR\": \"Indian Rupee\",\r\n          \"SAR\": \"Saudi Riyal\",\r\n          \"QAR\": \"Qatari Rial\",\r\n          \"BHD\": \"Bahraini Dinar\",\r\n          \"AED\": \"United Arab Emirates Dirham\",\r\n          \"EGP\": \"Egyptian Pound\",\r\n          \"KWD\": \"Kuwaiti Dinar\",\r\n          \"ILS\": \"Israeli New Shekel\",\r\n          \"TRY\": \"Turkish lira\",\r\n          \"MYR\": \"Malaysian Ringgit\",\r\n          \"PHP\": \"Philippine peso\",\r\n          \"SGD\": \"Singapore Dollar\",\r\n          \"KRW\": \"South Korean won\"\r\n        }\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"preferred\": true\r\n        }\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Country\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Country\",\r\n      \"type\": \"select\",\r\n      \"options\": {\r\n        \"default\": {\r\n          \"GB\": \"United Kingdom\",\r\n          \"IE\": \"Republic of Ireland\",\r\n          \"FR\": \"France\",\r\n          \"DE\": \"Germany\",\r\n          \"ES\": \"Spain\",\r\n          \"PT\": \"Portugal\",\r\n          \"BE\": \"Belgium\",\r\n          \"NL\": \"Netherlands\",\r\n          \"LU\": \"Luxembourg\",\r\n          \"PL\": \"Poland\",\r\n          \"AT\": \"Austria\",\r\n          \"IT\": \"Italy\",\r\n          \"DK\": \"Denmark\",\r\n          \"SE\": \"Sweden\",\r\n          \"FI\": \"Finland\",\r\n          \"CZ\": \"Czechia\",\r\n          \"EE\": \"Estonia\",\r\n          \"GR\": \"Greece\",\r\n          \"HU\": \"Hungary\",\r\n          \"LV\": \"Latvia\",\r\n          \"LT\": \"Lithuania\",\r\n          \"RO\": \"Romania\",\r\n          \"SK\": \"Slovakia\",\r\n          \"NO\": \"Norway\",\r\n          \"CH\": \"Switzerland\",\r\n          \"RU\": \"Russia\",\r\n          \"ZA\": \"South Africa\",\r\n          \"US\": \"United States of America\",\r\n          \"CA\": \"Canada\",\r\n          \"AU\": \"Australia\",\r\n          \"NZ\": \"New Zealand\",\r\n          \"CN\": \"China\",\r\n          \"JP\": \"Japan\",\r\n          \"IN\": \"India\",\r\n          \"SA\": \"Saudi Arabia\",\r\n          \"QA\": \"Qatar\",\r\n          \"BH\": \"Bahrain\",\r\n          \"AE\": \"United Arab Emirates\",\r\n          \"EG\": \"Egypt\",\r\n          \"KW\": \"Kuwait\",\r\n          \"IL\": \"Israel\",\r\n          \"TR\": \"Turkey\",\r\n          \"MY\": \"Malaysia\",\r\n          \"PH\": \"Philippines\",\r\n          \"SG\": \"Singapore\",\r\n          \"KR\": \"South Korea\"\r\n        }\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"multiple\": true\r\n        }\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Manufacturer\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Manufacturer\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Brand\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_Brand\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"minSel\": 1\r\n        }\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Restock Date\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_RestockDate\",\r\n      \"type\": \"date\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"date\"\r\n    },\r\n    {\r\n      \"name\": \"Lead Time\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_LeadTime\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Package Weight\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_PackageWeight\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Discount Price (WithoutVAT)\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_DiscountPriceWithoutVAT\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"preferred\": true\r\n        }\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Discount Price (With VAT)\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_DiscountPriceWithVAT\",\r\n      \"type\": \"text\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": {\r\n          \"preferred\": true\r\n        }\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"string\"\r\n    },\r\n    {\r\n      \"name\": \"Discount Price Start Date\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_DiscountPriceStartDate\",\r\n      \"type\": \"date\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"date\"\r\n    },\r\n    {\r\n      \"name\": \"Discount Price End Date\",\r\n      \"field\": \"channels__FRU_GBR_01__properties__FRU_GBR_DiscountPriceEndDate\",\r\n      \"type\": \"date\",\r\n      \"options\": {\r\n        \"default\": []\r\n      },\r\n      \"conditions\": {\r\n        \"default\": []\r\n      },\r\n      \"attribute\": false,\r\n      \"channel\": true,\r\n      \"dataType\": \"date\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"ef23d647-6fe0-4119-9e84-b34be770bec8"}],"id":"ccae6dbd-66cc-4b29-a2b3-549a6c62fbdc","description":"<p>Fetch the list of properties for the provided channel and category. If channelCode is missing then DMS level properties are returned.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"_postman_id":"ccae6dbd-66cc-4b29-a2b3-549a6c62fbdc"},{"name":"Packagings","item":[{"name":"/packagings","id":"e50d3506-ce3b-4509-9067-c16d45638334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/packagings?channelCode=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"06072772-9408-4ea9-8c98-ebd8f31ead2b","id":"06072772-9408-4ea9-8c98-ebd8f31ead2b","name":"Packagings","type":"folder"}},"urlObject":{"path":["packagings"],"host":["{{endpoint}}"],"query":[{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"channelCode","value":"<string>"}],"variable":[]}},"response":[{"id":"098aa1f5-0a9f-448f-9bc8-efed8bb66390","name":"Get all packagings for all channels","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/packagings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 14:53:00 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"code\": \"STD\",\n            \"name\": \"Standard\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"weight\": 0\n        }\n    ]\n}"},{"id":"5abcea59-6410-499d-9f2b-128ea9436e78","name":"Get all packagings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/packagings?code=STD","host":["{{baseUrl}}"],"path":["packagings"],"query":[{"key":"code","value":"STD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 14:51:43 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"5cf55abf61f3eb85807db622\",\n        \"code\": \"STD\",\n        \"name\": \"Standard\"\n    }\n}"}],"_postman_id":"e50d3506-ce3b-4509-9067-c16d45638334"}],"id":"06072772-9408-4ea9-8c98-ebd8f31ead2b","description":"<p>Fetch the list of packaging options available for your product.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"_postman_id":"06072772-9408-4ea9-8c98-ebd8f31ead2b"},{"name":"Countries","item":[{"name":"/countries","id":"e24482c5-3ca1-4689-8c9f-efe1bfc3ae47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/countries","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"8d33c3fb-b9dc-4caf-aaf8-a44ffcbd6234","id":"8d33c3fb-b9dc-4caf-aaf8-a44ffcbd6234","name":"Countries","type":"folder"}},"urlObject":{"path":["countries"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"60b02475-9ee9-471d-822e-b2cfc458eb1b","name":"Get all available countries","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 15:30:53 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"data\": [\r\n    {\r\n      \"code\": \"GB\",\r\n      \"name\": \"UNITED KINGDOM\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GD\",\r\n      \"name\": \"GRENADA\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GE\",\r\n      \"name\": \"GEORGIA\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GF\",\r\n      \"name\": \"FRENCH GUIANA\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GH\",\r\n      \"name\": \"GHANA\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GI\",\r\n      \"name\": \"GIBRALTAR\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GL\",\r\n      \"name\": \"GREENLAND\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GM\",\r\n      \"name\": \"GAMBIA\",\r\n      \"taxRate\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"GN\",\r\n      \"name\": \"GUINEA\",\r\n      \"taxRate\": \"\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"e24482c5-3ca1-4689-8c9f-efe1bfc3ae47"}],"id":"8d33c3fb-b9dc-4caf-aaf8-a44ffcbd6234","description":"<p>Fetch the list of configured countries that you can use with the products.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"_postman_id":"8d33c3fb-b9dc-4caf-aaf8-a44ffcbd6234"},{"name":"Services","item":[{"name":"/services","id":"d68c1dd7-4eb5-47a6-8719-7336163d9be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/services?channelCode=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4117ccda-02c9-41eb-94aa-2acc69ac491d","id":"4117ccda-02c9-41eb-94aa-2acc69ac491d","name":"Services","type":"folder"}},"urlObject":{"path":["services"],"host":["{{endpoint}}"],"query":[{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"channelCode","value":"<string>"}],"variable":[]}},"response":[{"id":"ab1a75fe-0832-4d65-aa48-a27bee7b166d","name":"Get available services for channel","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/services?channelCode=FRU_GBR_01","host":["{{baseUrl}}"],"path":["services"],"query":[{"key":"channelCode","value":"FRU_GBR_01","description":"(Optional)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"data\": [\r\n    {\r\n      \"code\": \"STD\",\r\n      \"name\": \"STANDARD\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"d68c1dd7-4eb5-47a6-8719-7336163d9be0"}],"id":"4117ccda-02c9-41eb-94aa-2acc69ac491d","description":"<p>Fetch the list of shipping services avaialbe for your account according to the channel selected.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"_postman_id":"4117ccda-02c9-41eb-94aa-2acc69ac491d"},{"name":"Vendors","item":[{"name":"/vendors","id":"c4ceb618-9098-4e69-9326-52310c4d804c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/vendors","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"0fc92f90-025d-4744-b429-7ec4942b37b4","id":"0fc92f90-025d-4744-b429-7ec4942b37b4","name":"Vendors","type":"folder"}},"urlObject":{"path":["vendors"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"6cb40326-e09e-4f49-8807-2353461df39a","name":"Get all available vendors","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/vendors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Apr 2020 11:01:25 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"currency\": \"GBP\",\n            \"code\": \"PBS\",\n            \"name\": \"PBS Vendor\"\n        },\n        {\n            \"currency\": \"GBP\",\n            \"code\": \"WSL\",\n            \"name\": \"Wiseloads\"\n        }\n    ]\n}"}],"_postman_id":"c4ceb618-9098-4e69-9326-52310c4d804c"}],"id":"0fc92f90-025d-4744-b429-7ec4942b37b4","description":"<p>Fetch the list of active vendors which are connected with your account.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"_postman_id":"0fc92f90-025d-4744-b429-7ec4942b37b4"},{"name":"Brands","item":[{"name":"/brands","id":"5f19423c-4d2a-4707-91e5-828f2111491c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/brands","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"51e06392-e1fe-430c-8246-52b70a587293","id":"51e06392-e1fe-430c-8246-52b70a587293","name":"Brands","type":"folder"}},"urlObject":{"path":["brands"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"fce24381-4459-4ec8-89ec-f9dfac385b02","name":"Get all the available brands","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/brands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Apr 2020 11:04:58 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"code\": \"Unbranded\",\n            \"name\": \"Unbranded\"\n        },\n        {\n            \"code\": \"Elliott\",\n            \"name\": \"Elliott\"\n        },\n        {\n            \"code\": \"Hermle\",\n            \"name\": \"Hermle\"\n        },\n        {\n            \"code\": \"Smiths\",\n            \"name\": \"Smiths\"\n        },\n        {\n            \"code\": \"Louis Vuitton\",\n            \"name\": \"Louis Vuitton\"\n        },\n        {\n            \"code\": \"Doodle\",\n            \"name\": \"Doodle\"\n        },\n        {\n            \"code\": \"Cleverdog\",\n            \"name\": \"Cleverdog\"\n        },\n        {\n            \"code\": \"SoundZ\",\n            \"name\": \"SoundZ\"\n        },\n        {\n            \"code\": \"Mophie\",\n            \"name\": \"Mophie\"\n        },\n        {\n            \"code\": \"SMJ\",\n            \"name\": \"SMJ\"\n        },\n        {\n            \"code\": \"Wiseloads\",\n            \"name\": \"Wiseloads\"\n        },\n        {\n            \"code\": \"Yaffa\",\n            \"name\": \"Yaffa\"\n        }\n    ]\n}"}],"_postman_id":"5f19423c-4d2a-4707-91e5-828f2111491c"}],"id":"51e06392-e1fe-430c-8246-52b70a587293","description":"<p>Fetch the list of all the brands that are available on DMS.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"_postman_id":"51e06392-e1fe-430c-8246-52b70a587293"},{"name":"Taxes","item":[{"name":"/taxes","id":"a501510d-09c7-4eef-b91f-d17b4d079b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/taxes?channelCode=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"4f438bc7-0b9c-4f51-be4a-f91ce49ddd8e","id":"4f438bc7-0b9c-4f51-be4a-f91ce49ddd8e","name":"Taxes","type":"folder"}},"urlObject":{"path":["taxes"],"host":["{{endpoint}}"],"query":[{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"channelCode","value":"<string>"}],"variable":[]}},"response":[{"id":"2a846e7e-56f0-403a-8203-194bffb1fd8b","name":"Get tax codes for a channel","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{endpoint}}/taxes?channelCode=AMZ_GBR_01","host":["{{endpoint}}"],"path":["taxes"],"query":[{"key":"channelCode","value":"AMZ_GBR_01","description":"(Optional)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"data\": [\r\n    {\r\n      \"code\": \"A_BABY_BIBCLOTH\"\r\n    },\r\n    {\r\n      \"code\": \"A_BABY_CARSEAT\"\r\n    },\r\n    {\r\n      \"code\": \"A_BABY_NAPPIES\"\r\n    },\r\n    {\r\n      \"code\": \"A_BOOK_ATLAS\"\r\n    },\r\n    {\r\n      \"code\": \"A_BOOK_AUDIOBOOK\"\r\n    },\r\n    {\r\n      \"code\": \"A_BOOK_GLOBE\"\r\n    },\r\n    {\r\n      \"code\": \"A_BOOK_MAGAZINE\"\r\n    },\r\n    {\r\n      \"code\": \"A_BOOK_MAP\"\r\n    },\r\n    {\r\n      \"code\": \"A_BOOKS_GEN\"\r\n    },\r\n    {\r\n      \"code\": \"A_CLTH_BABY\"\r\n    },\r\n    {\r\n      \"code\": \"A_CLTH_CHILD\"\r\n    },\r\n    {\r\n      \"code\": \"A_CLTH_PROTECTIVE\"\r\n    },\r\n    {\r\n      \"code\": \"A_FOOD_ANIMALFOOD\"\r\n    },\r\n    {\r\n      \"code\": \"A_FOOD_ANIMALMED\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"a501510d-09c7-4eef-b91f-d17b4d079b05"}],"id":"4f438bc7-0b9c-4f51-be4a-f91ce49ddd8e","description":"<p>Fetch the list of tax codes if available for any channel.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"_postman_id":"4f438bc7-0b9c-4f51-be4a-f91ce49ddd8e"},{"name":"Products","item":[{"name":"/products","id":"3675f5ff-3310-4348-89e9-8398282e307e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}/products?page=<integer>&code=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e","id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e","name":"Products","type":"folder"}},"urlObject":{"path":["products"],"host":["{{endpoint}}"],"query":[{"key":"page","value":"<integer>"},{"key":"code","value":"<string>"}],"variable":[]}},"response":[{"id":"b9508ca4-06b0-4fa6-a405-68a5a6ced4fb","name":"Get product by code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{endpoint}}/products?code=11123081402","host":["{{endpoint}}"],"path":["products"],"query":[{"key":"code","value":"11123081402","description":"Code of the Product to Fetch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 19 Apr 2020 15:06:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"data\": [\r\n    {\r\n      \"sku\": \"DMS-1573499296\",\r\n      \"status\": \"Active\",\r\n      \"code\": \"11123081402\",\r\n      \"id-upc\": \"11123081402\",\r\n      \"id-isbn\": \"\",\r\n      \"id-ean\": \"\",\r\n      \"id-gtin\": \"\",\r\n      \"id-gcid\": \"\",\r\n      \"id-refSku\": \"\",\r\n      \"desc-title\": \"Advanced Hydro Liquid Compact Foundation SPF10 (Case + Refill) - B60 Natural Deep Beige  12g/0.42oz\",\r\n      \"desc-long\": \"Contains deep hydrating ingredients &amp; Radiant Reflecting Powder  Delivers a glossy &amp; luminous finish  Visibly minimizes the look of dullness, dark spots, fine lines &amp; pores  Perfectly blends on skin even over dry or coarse areas  Leaves you a smooth, bright, flawless complexion  Suitable for all skin types\",\r\n      \"dim-lengthUnit\": \"CM\",\r\n      \"dim-length\": 1,\r\n      \"dim-width\": 1,\r\n      \"dim-height\": 1,\r\n      \"dim-weightUnit\": \"KG\",\r\n      \"dim-weight\": 1,\r\n      \"fin-msrp\": 31.96,\r\n      \"fin-cost\": 31.96,\r\n      \"fin-handling\": \"\",\r\n      \"fin-kitCost\": \"\",\r\n      \"fin-map\": \"\",\r\n      \"misc-videolink\": \"\",\r\n      \"misc-expirable\": \"\",\r\n      \"misc-preReserve\": \"\",\r\n      \"misc-vatExempt\": \"\",\r\n      \"misc-manufacturerAddress\": \"\",\r\n      \"misc-noOfPieces\": \"\",\r\n      \"misc-volWeight\": \"\",\r\n      \"misc-invThreshold\": \"\",\r\n      \"misc-webUrl\": \"http://kwikshoppy.com/products/view/13239/C119/Advanced+Hydro+Liquid+Compact+Foundation+SPF10+Case++Refill++B60+Natural+Deep+Beige++12g042oz\",\r\n      \"misc-tariffCode\": \"\",\r\n      \"images__0\": \"https://demo.dmsmatrix.net/mc/products/view-image/5dcb2c21099d7626ee34ed6d\",\r\n      \"channel_ids__5cde8813b154410d7c549cc7__FRU_GBR_04__properties__5ce8176c61f3eb9d225d67f2\": \"AT,AU,BE,CA,DK,FI,DE,IE,IT,LU,NL,NZ,NO,PL,PT,RU,ZA,ES,SE,CH,GB,US,CN,JP,SA,QA,BH,AE,EG,CZ,EE,GR,HU,LT,RO,SK,IL,MY,PH,SG,KR,TR\",\r\n      \"category\": \"72954031\",\r\n      \"vendors__STRB__sku\": \"111230\",\r\n      \"vendors__STRB__fin-cost\": 31.96,\r\n      \"channels__FRU_GBR_04__sku\": \"111230\",\r\n      \"channels__FRU_GBR_04__desc-title\": \"Advanced Hydro Liquid Compact Foundation SPF10 (Case + Refill) - B60 Natural Deep Beige  12g/0.42oz\",\r\n      \"channels__FRU_GBR_04__desc-long\": \"Contains deep hydrating ingredients &amp; Radiant Reflecting Powder  Delivers a glossy &amp; luminous finish  Visibly minimizes the look of dullness, dark spots, fine lines &amp; pores  Perfectly blends on skin even over dry or coarse areas  Leaves you a smooth, bright, flawless complexion  Suitable for all skin types\",\r\n      \"channels__FRU_GBR_04__fin-price__value\": 72.3,\r\n      \"channels__FRU_GBR_04__fin-tax__type\": \"percent\",\r\n      \"channels__FRU_GBR_04__fin-tax__percent\": 23,\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute1\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute2\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute3\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute4\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute5\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute6\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute7\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute8\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute9\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute10\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Language\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Currency\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Country\": \"AT,BE,FI,IE,LU,NL,PL,PT,ES,IT,DE,DK,SE\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Manufacturer\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_Brand\": \"Shiseido\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_RestockDate\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_LeadTime\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_PackageWeight\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceWithoutVAT\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceWithVAT\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceStartDate\": \"\",\r\n      \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceEndDate\": \"\",\r\n      \"channels__FRU_GBR_04__fin-cost\": 28.03508771929825,\r\n      \"channels__FRU_GBR_04__category\": \"FRU0003317\",\r\n      \"channels__FRU_GBR_04__services__STD__fin-cost\": 0,\r\n      \"channels__FRU_GBR_04__attributes__FRU_GBR_AttributeSize\": \"\",\r\n      \"channels__FRU_GBR_04__attributes__FRU_GBR_AttributeColor\": \"\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"3675f5ff-3310-4348-89e9-8398282e307e"},{"name":"/products","id":"f921e484-af42-4c07-af63-0d4ac3833171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{endpoint}}/products","description":"<p>The following is the complete list of fields that can be used to define the product:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>category</code></td>\n<td>Y</td>\n<td>Specify the DMS level category code (Fetched from <em>/categories</em>)</td>\n</tr>\n<tr>\n<td><code>group</code></td>\n<td>-</td>\n<td>If part of a variation product, enter the main product code</td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>Y</td>\n<td>Specify a unique code (identifier) for the product</td>\n</tr>\n<tr>\n<td><code>id-upc</code></td>\n<td>Y</td>\n<td>Enter the UPC of the product</td>\n</tr>\n<tr>\n<td><code>id-isbn</code></td>\n<td>-</td>\n<td>Enter the ISBN of the product</td>\n</tr>\n<tr>\n<td><code>id-ean</code></td>\n<td>-</td>\n<td>Enter the EAN of the product</td>\n</tr>\n<tr>\n<td><code>id-gtin</code></td>\n<td>-</td>\n<td>Enter the GSTN of the product</td>\n</tr>\n<tr>\n<td><code>id-gcid</code></td>\n<td>-</td>\n<td>Enter the GCID of the product</td>\n</tr>\n<tr>\n<td><code>desc-title</code></td>\n<td>Y</td>\n<td>Specify the title of the product</td>\n</tr>\n<tr>\n<td><code>desc-long</code></td>\n<td>Y</td>\n<td>Specify the description of the product</td>\n</tr>\n<tr>\n<td><code>dim-lengthUnit</code></td>\n<td>Y</td>\n<td>Enter the length unit (CM, MM, IN)</td>\n</tr>\n<tr>\n<td><code>dim-length</code></td>\n<td>Y</td>\n<td>Enter the length in the selected unit</td>\n</tr>\n<tr>\n<td><code>dim-width</code></td>\n<td>Y</td>\n<td>Enter the width in the selected unit</td>\n</tr>\n<tr>\n<td><code>dim-height</code></td>\n<td>Y</td>\n<td>Enter the height in the selected unit</td>\n</tr>\n<tr>\n<td><code>dim-weightUnit</code></td>\n<td>Y</td>\n<td>Enter the weight unit (KG, OZ, LB, GR)</td>\n</tr>\n<tr>\n<td><code>dim-weight</code></td>\n<td>Y</td>\n<td>Enter the weight in the selected unit</td>\n</tr>\n<tr>\n<td><code>fin-msrp</code></td>\n<td>Y</td>\n<td>Enter the MSRP (in Merchant Currency)</td>\n</tr>\n<tr>\n<td><code>fin-cost</code></td>\n<td>Y</td>\n<td>Enter the cost (in Merchant Currency)</td>\n</tr>\n<tr>\n<td><code>fin-handling</code></td>\n<td>-</td>\n<td>Enter the handling (in Merchant Currency)</td>\n</tr>\n<tr>\n<td><code>fin-kitCost</code></td>\n<td>-</td>\n<td>Enter the kitCost (in Merchant Currency)</td>\n</tr>\n<tr>\n<td><code>fin-map</code></td>\n<td>-</td>\n<td>Enter the map (in Merchant Currency)</td>\n</tr>\n<tr>\n<td><code>brands__0</code></td>\n<td>-</td>\n<td>Select the main brand of the product from the brands list (Fetched from <em>/brands</em>)</td>\n</tr>\n<tr>\n<td><code>brands__1</code></td>\n<td>-</td>\n<td>Select the sub-brand of the product from the brands list (Fetched from <em>/brands</em>)</td>\n</tr>\n<tr>\n<td><code>misc-videolink</code></td>\n<td>-</td>\n<td>Enter the video link if available</td>\n</tr>\n<tr>\n<td><code>misc-webUrl</code></td>\n<td>-</td>\n<td>Enter the product web link if available</td>\n</tr>\n<tr>\n<td><code>misc-expirable</code></td>\n<td>-</td>\n<td>Specify if product is expirable (true/false)</td>\n</tr>\n<tr>\n<td><code>misc-preReserve</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>misc-vatExempt</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>misc-manufacturerName</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>misc-manufacturerAddress</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>misc-noOfPieces</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>misc-volWeight</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>misc-invThreshold</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>misc-tariffCode</code></td>\n<td>-</td>\n<td>Misc Information (Optional)</td>\n</tr>\n<tr>\n<td><code>vendors__{code}__sku</code></td>\n<td>-</td>\n<td>Enter vendor SKU for the specified vendor <code>{code}</code> (Fetched from <em>/venders</em>)</td>\n</tr>\n<tr>\n<td><code>vendors__{code}__fin-cost</code></td>\n<td>-</td>\n<td>Enter vendor cost for the specified vendor <code>{code}</code> (Fetched from <em>/venders</em>)</td>\n</tr>\n<tr>\n<td><code>products__{code}__qty</code></td>\n<td>-</td>\n<td>If kitted product, enter the sub-product <code>{code}</code> and respective qty</td>\n</tr>\n<tr>\n<td><code>images__{index}</code></td>\n<td>-</td>\n<td>Specify image URL to fetch image from, can also be existing DMS image URL (Multiple allowed starting from <code>{index}</code>:0)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__sku</code></td>\n<td>Y</td>\n<td>Specify channel level SKU for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__desc-title</code></td>\n<td>Y</td>\n<td>Specify channel level title for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__desc-long</code></td>\n<td>-</td>\n<td>Specify channel level desciption for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__fin-cost</code></td>\n<td>-</td>\n<td>Specify channel level cost for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__fin-price__value</code></td>\n<td>-</td>\n<td>Specify channel level end customer price for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__fin-tax__type</code></td>\n<td>-</td>\n<td>Select the tax type (code, country, percent) for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__fin-tax__code</code></td>\n<td>-</td>\n<td>If tax type is code specify tax code (Fetched from <em>/taxes</em>) for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__fin-tax__country</code></td>\n<td>-</td>\n<td>If tax type is country specify tax country (Fetched from <em>/countries</em>) for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__fin-tax__percent</code></td>\n<td>-</td>\n<td>If tax type is percent specify tax percent for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__packagings__{code2}__range</code></td>\n<td>-</td>\n<td>Specify the packaging range (ex. 1-2) for the channel <code>{code}</code> (Fetched from <em>/channels</em>) and for the packaging <code>{code2}</code> (Fetched from <em>/packagings</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__services__{code2}__fin-cost</code></td>\n<td>-</td>\n<td>Specify the service cost for the channel <code>{code}</code> (Fetched from <em>/channels</em>) and for the service <code>{code2}</code> (Fetched from <em>/services</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__category</code></td>\n<td>Y</td>\n<td>Specify channel level category (Fetched from <em>/categories</em>) for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__feedType</code></td>\n<td>-</td>\n<td>Specify channel level feed type (if supported) (Fetched from <em>/categories</em>) for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__properties__{code2}</code></td>\n<td>-</td>\n<td>Specify channel level property <code>{code2}</code> (Fetched from <em>/properties</em>) for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__attributes__{code2}</code></td>\n<td>-</td>\n<td>Specify channel level attribute<code>{code2}</code> (Fetched from <em>/properties</em>) for the channel <code>{code}</code> (Fetched from <em>/channels</em>)</td>\n</tr>\n<tr>\n<td><code>channels__{code}__variations__{index}</code></td>\n<td>-</td>\n<td>Enter the attribute code (Fetched from <em>/properties</em>) to be considered for creating variations (Multiple allowed starting from <code>{index}</code>:0)</td>\n</tr>\n</tbody>\n</table>\n</div><p>The response is either <code>success: true</code> if all the products have been successfully updated and <code>success: false</code> in cause of any error. The products that were succesfully posted will return the <code>sku</code> of the created product which can be used in the future to access this product.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e","id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e","name":"Products","type":"folder"}},"urlObject":{"path":["products"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"c7426b9b-6623-4a3c-842c-aaa4ffd10b62","name":"Create a product for channel","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"11123081402\",\n    \"id-upc\": \"11123081402\",\n    \"id-isbn\": \"\",\n    \"id-ean\": \"\",\n    \"id-gtin\": \"\",\n    \"id-gcid\": \"\",\n    \"id-refSku\": \"\",\n    \"desc-title\": \"Advanced Hydro Liquid Compact Foundation SPF10 (Case + Refill) - B60 Natural Deep Beige  12g/0.42oz\",\n    \"desc-long\": \"Contains deep hydrating ingredients &amp; Radiant Reflecting Powder...\",\n    \"dim-lengthUnit\": \"CM\",\n    \"dim-length\": 1,\n    \"dim-width\": 1,\n    \"dim-height\": 1,\n    \"dim-weightUnit\": \"KG\",\n    \"dim-weight\": 1,\n    \"fin-msrp\": 31.96,\n    \"fin-cost\": 31.96,\n    \"fin-handling\": \"\",\n    \"fin-kitCost\": \"\",\n    \"fin-map\": \"\",\n    \"misc-videolink\": \"\",\n    \"misc-expirable\": \"\",\n    \"misc-preReserve\": \"\",\n    \"misc-vatExempt\": \"\",\n    \"misc-manufacturerAddress\": \"\",\n    \"misc-noOfPieces\": \"\",\n    \"misc-volWeight\": \"\",\n    \"misc-invThreshold\": \"\",\n    \"misc-webUrl\": \"http://kwikshoppy.com/products/view/13239/C119/Advanced+Hydro+Liquid+Compact+Foundation+SPF10+Case++Refill++B60+Natural+Deep+Beige++12g042oz\",\n    \"misc-tariffCode\": \"\",\n    \"images__0\": \"https://demo.dmsmatrix.net/mc/products/view-image/5dcb2c21099d7626ee34ed6d\",\n    \"category\": \"72954031\",\n    \"vendors__STRB__sku\": \"111230\",\n    \"vendors__STRB__fin-cost\": 31.96,\n    \"channels__FRU_GBR_04__sku\": \"111230\",\n    \"channels__FRU_GBR_04__desc-title\": \"Advanced Hydro Liquid Compact Foundation SPF10 (Case + Refill) - B60 Natural Deep Beige  12g/0.42oz\",\n    \"channels__FRU_GBR_04__desc-long\": \"Contains deep hydrating ingredients &amp; Radiant Reflecting Powder...\",\n    \"channels__FRU_GBR_04__fin-price__value\": 72.3,\n    \"channels__FRU_GBR_04__fin-tax__type\": \"percent\",\n    \"channels__FRU_GBR_04__fin-tax__percent\": 23,\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute1\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute2\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute3\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute4\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute5\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute6\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute7\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute8\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute9\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Attribute10\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Language\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Currency\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Country\": \"AT\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Manufacturer\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_Brand\": \"Shiseido\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_RestockDate\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_LeadTime\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_PackageWeight\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceWithoutVAT\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceWithVAT\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceStartDate\": \"\",\n    \"channels__FRU_GBR_04__properties__FRU_GBR_DiscountPriceEndDate\": \"\",\n    \"channels__FRU_GBR_04__fin-cost\": 28.03508771929825,\n    \"channels__FRU_GBR_04__category\": \"FRU0003317\",\n    \"channels__FRU_GBR_04__services__STD__fin-cost\": 0,\n    \"channels__FRU_GBR_04__attributes__FRU_GBR_AttributeSize\": \"\",\n    \"channels__FRU_GBR_04__attributes__FRU_GBR_AttributeColor\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 19:21:30 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": false,\r\n  \"data\": [\r\n    {\r\n      \"errors\": {\r\n        \"products\": {\r\n          \"code\": [\r\n            \"Code Already Exists: 11123081402\"\r\n          ]\r\n        }\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"f921e484-af42-4c07-af63-0d4ac3833171"},{"name":"/products","id":"c0c601d1-cb78-428a-a090-f59040658d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{endpoint}}/products","description":"<p>This method can be used to update specific fields of any existing product. The <code>sku</code> field is used to identify the product. Please refer the POST method decription above for the complete list of fields. The response is either <code>success: true</code> if all the products have been successfully updated and <code>success: false</code> in cause of any error.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e","id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e","name":"Products","type":"folder"}},"urlObject":{"path":["products"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"4b7b2b5e-e067-4fc6-b87c-4b07d13c9aa7","name":"Update existing product","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n      \"sku\": \"DMS-1589654509\",\r\n      \"code\": \"50324120065921\",\r\n      \"id-upc\": \"50324120065921\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 19:32:21 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"X-Powered-By","value":"PleskLin"},{"key":"Status","value":"200 OK"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"sku\": \"DMS-1589654509\"\n        }\n    ]\n}"}],"_postman_id":"c0c601d1-cb78-428a-a090-f59040658d7f"}],"id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e","description":"<p>Fetch an existing product record on DMS by its code or list all the products in your account page wise.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e91534ca-d56e-4eda-b33b-6ffb149106e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9652928f-d498-4ab6-9be1-8d609ec93310","type":"text/javascript","exec":[""]}}],"_postman_id":"ce7fc7ff-d2fd-41b8-bb4b-cd4ff1a9dd4e"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"9f38f794-d62a-4ed4-845a-adac825ff548","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3bea9669-fcf5-45ee-b71f-e360cf217456","type":"text/javascript","exec":[""]}}]}