{"info":{"_postman_id":"acf8cf24-5ea7-41cc-bca7-120144740aa3","name":"Economic Operators","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19794538","collectionId":"acf8cf24-5ea7-41cc-bca7-120144740aa3","publishedId":"2sAXqv6MBE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-01T08:00:57.000Z"},"item":[{"name":"V1","item":[{"name":"Create a new economic operator","id":"5b6c871c-70b7-4e6d-a33b-72c4b620cae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seller_oauth_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.economic-operator.v1+json"},{"key":"Content-Type","value":"application/vnd.economic-operator.v1+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"externalReference\": \"external-reference\",\r\n  \"name\": \"John\",\r\n  \"address\": {\r\n    \"houseNumber\": \"27-A\",\r\n    \"country\": \"NL\",\r\n    \"additionalAddressInfo\": \"floor 7, Apartment 1\",\r\n    \"city\": \"Utrecht\",\r\n    \"street\": \"Papendorpseweg\",\r\n    \"postalCode\": \"3528 BJ\"\r\n  },\r\n  \"contactInformation\": {\r\n    \"emailAddress\": \"mail@company.com\",\r\n    \"phoneNumber\": \"+31623456787\"\r\n  }\r\n}"},"url":"https://api.bol.com/retailer/economic-operator","description":"<p>Creates a single offer.</p>\n","urlObject":{"protocol":"https","path":["retailer","economic-operator"],"host":["api","bol","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b6c871c-70b7-4e6d-a33b-72c4b620cae0"},{"name":"Retrieve a specific economic operator","id":"67c2ba29-5ef4-4759-9954-cdec348e4b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seller_oauth_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.economic-operator.v1+json","type":"text"}],"url":"https://api.bol.com/retailer/economic-operator/{id}?page&pageSize","description":"<p>Retrieves the data of a single offer.</p>\n","urlObject":{"protocol":"https","path":["retailer","economic-operator","{id}"],"host":["api","bol","com"],"query":[{"key":"page","value":null},{"key":"pageSize","value":null}],"variable":[]}},"response":[],"_postman_id":"67c2ba29-5ef4-4759-9954-cdec348e4b73"},{"name":"Get a list of economic operators","id":"6e48ca88-ee02-4fbe-912f-df6fd8d67198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seller_oauth_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.economic-operator.v1+json","type":"text"}],"url":"https://api.bol.com/retailer/economic-operators?name=name&page=1&page-size=25","description":"<p>Retrieves the data of a single offer.</p>\n","urlObject":{"protocol":"https","path":["retailer","economic-operators"],"host":["api","bol","com"],"query":[{"key":"name","value":"name"},{"key":"page","value":"1"},{"key":"page-size","value":"25"}],"variable":[]}},"response":[],"_postman_id":"6e48ca88-ee02-4fbe-912f-df6fd8d67198"},{"name":"Update an economic operator","id":"45252639-e085-4afe-866e-a5716fa094d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seller_oauth_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/vnd.economic-operator.v1+json"},{"key":"Content-Type","value":"application/vnd.economic-operator.v1+json"}],"body":{"mode":"raw","raw":"{\r\n  \"externalReference\": \"external-reference\",\r\n  \"name\": \"John\",\r\n  \"address\": {\r\n    \"houseNumber\": \"27-A\",\r\n    \"country\": \"NL\",\r\n    \"additionalAddressInfo\": \"floor 7, Apartment 1\",\r\n    \"city\": \"Utrecht\",\r\n    \"street\": \"Papendorpseweg\",\r\n    \"postalCode\": \"3528 BJ\"\r\n  },\r\n  \"contactInformation\": {\r\n    \"emailAddress\": \"mail@company.com\",\r\n    \"phoneNumber\": \"+31623456787\"\r\n  }\r\n}"},"url":"https://api.bol.com/retailer/economic-operator/{id}","description":"<p>Updates solely the price for a single offer.</p>\n","urlObject":{"protocol":"https","path":["retailer","economic-operator","{id}"],"host":["api","bol","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"45252639-e085-4afe-866e-a5716fa094d5"},{"name":"Delete an economic operator","id":"de7b4003-a406-4661-9f06-bfc4fbac51ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seller_oauth_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.economic-operator.v1+json"},{"key":"Content-Type","value":"application/vnd.economic-operator.v1+json"}],"url":"https://api.bol.com/retailer/economic-operator/{id}?page&pageSize","description":"<p>Deletes a single offer.</p>\n","urlObject":{"protocol":"https","path":["retailer","economic-operator","{id}"],"host":["api","bol","com"],"query":[{"key":"page","value":null},{"key":"pageSize","value":null}],"variable":[]}},"response":[],"_postman_id":"de7b4003-a406-4661-9f06-bfc4fbac51ec"}],"id":"48ff0feb-6f8c-4524-abb3-663774e0d3a4","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"96174f63-854b-4610-9c3b-57b3588a28c7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"06e756a0-e1eb-432d-aec1-a94891c90925"}}],"_postman_id":"48ff0feb-6f8c-4524-abb3-663774e0d3a4","description":""}]}