{"info":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","description":"<html><head></head><body><p>This API will provide all the routes required for a member of ebuygumm.co.uk to manage their account.</p>\n<p>Authentication Tokens can be obtained by using either the /user/login or /user/registration endpoint. Then all authenticated routes can be accessed with this bearer token and will return results based on the user the token belongs to. So you will never be required to send the user_id as this is taken from the token authentication.</p>\n<p>We are perhaps unusual in our GET request requirements, when there are peramiters to be sent we require them in the body as RAW JSON. This is how we expect all messages to carry their data unless otherwise stated.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8718412","collectionId":"156e55fb-7319-4f64-9c4b-d8496e1575db","publishedId":"SVzubgzb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-22T14:04:20.000Z"},"item":[{"name":"User","item":[{"name":"/v1/users  (Depreciated)","id":"a13e7e72-c1f5-451f-bed5-3d399b3d1020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"url":"{{base_url}}/v1/users","description":"<p>This has been replaced by GET /user - this GET /users is purely historical and does not build the user object in the format required to send back to PATCH /user</p>\n<p>Fetches the details of the current eBUYgumm member.</p>\n","urlObject":{"path":["v1","users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fff2e37e-270d-4693-92b5-a08ea2512303","name":"Get User Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<email>\",\n        \"payment_types\": [\n            \"<string>\",\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"shipping_methods\": {\n            \"<string1>\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string2>\": [\n                \"<string>\",\n                \"<string>\",\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string3>\": [\n                \"<string>\"\n            ]\n        }\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"a13e7e72-c1f5-451f-bed5-3d399b3d1020"},{"name":"/v1/user/register","id":"7cf95825-1a06-43f9-b42c-b1bf8ea53a9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"patricj\",\r\n    \"last_name\": \"smith\",\r\n    \"email\": \"mrssmi9jhjh0th@awebsessdiste.co.uk\",\r\n    \"gender\": \"male\",\r\n    \"how_did_you_find\": \"Friend\",\r\n    \"password\": \"Password123!\",\r\n    \"company\": \"Password123!\",\r\n    \"phone\":\"07388595593\",\r\n    \"ip\":\": : 1\",\r\n    \"temp_ip_token\":\"0c8e6fc4-9816-4050-8e64-2229bb294520\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/register","description":"<p>Resquest used for registering an account with the ebuygumm platform.</p>\n","urlObject":{"path":["v1","user","register"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cf95825-1a06-43f9-b42c-b1bf8ea53a9b"},{"name":"/v1/guest/init","id":"b844fada-ab43-467a-b436-5a1c1e184b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"patricj\",\r\n    \"last_name\": \"smith\",\r\n    \"email\": \"mrssmi9jhjh0th@awebsessdiste.co.uk\",\r\n    \"gender\": \"male\",\r\n    \"how_did_you_find\": \"Friend\",\r\n    \"password\": \"Password123!\",\r\n    \"company\": \"Password123!\",\r\n    \"phone\":\"07388595593\",\r\n    \"ip\":\": : 1\",\r\n    \"temp_ip_token\":\"0c8e6fc4-9816-4050-8e64-2229bb294520\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/register","description":"<p>Resquest used for registering an account with the ebuygumm platform.</p>\n","urlObject":{"path":["v1","user","register"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b844fada-ab43-467a-b436-5a1c1e184b34"},{"name":"/v1/user/registerIP","id":"4384988c-411c-41a3-be5b-9b3f8c0d0746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"patricj\",\r\n    \"last_name\": \"smith\",\r\n    \"email\": \"mrssmith@awebsessdiste.co.uk\",\r\n    \"gender\": \"male\",\r\n    \"how_did_you_find\": \"google\",\r\n    \"password\": \"Password123!\",\r\n    \"company\": \"Password123!\",\r\n    \"phone\":\"07388595593\",\r\n    \"ip\":\"62.30.156.57\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/registerIP","description":"<p>Resquest used for registering an account with the ebuygumm platform.</p>\n","urlObject":{"path":["v1","user","registerIP"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4384988c-411c-41a3-be5b-9b3f8c0d0746"},{"name":"/v1/user/login","id":"db602bbf-4533-46d1-b4d7-f56b134aca39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"username_email\": \"patrick@appisfaction.co.uk\",\r\n\t\"password\": \"Hello123!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/login","description":"<p>Route for users to get access token so they can use the routes which require authentication.</p>\n","urlObject":{"path":["v1","user","login"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db602bbf-4533-46d1-b4d7-f56b134aca39"},{"name":"/v1/user/business_profile","id":"7cb625f7-6a80-4253-9c56-87125ba2c5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/business_profile","urlObject":{"path":["v1","user","business_profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cb625f7-6a80-4253-9c56-87125ba2c5d0"},{"name":"/v1/user/business_profile","id":"314d51bd-1ac5-4601-9786-27822fa247b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Company limited\",\r\n    \"classification\": \"limited company\",\r\n    \"street1\":\"5 Drive close\",\r\n    \"street2\":\"City Centre\",\r\n    \"city\":\"birmingham\",\r\n    \"county\":\"west midlands\",\r\n    \"postcode\":\"b88 088\",\r\n    \"number\":\"07000000000\",\r\n    \"email\":\"someone@somewhere.co.uk\",\r\n    \"contact\":\"James Bond\",\r\n    \"about_us\":\"we are great!\",\r\n    \"company\":\"11554224\",\r\n    \"vat\":\"77855455211\",\r\n    \"sector\":\"manufacturing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/business_profile","urlObject":{"path":["v1","user","business_profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"314d51bd-1ac5-4601-9786-27822fa247b7"},{"name":"/v1/user/business_profile","id":"b05d64da-f57b-4e97-a780-f84931b1797c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Company limited\",\r\n    \"classification\": \"limited company\",\r\n    \"street1\":\"5 Drive close\",\r\n    \"street2\":\"City Centre\",\r\n    \"city\":\"birmingham\",\r\n    \"county\":\"west midlands\",\r\n    \"postcode\":\"b88 088\",\r\n    \"number\":\"07000000000\",\r\n    \"email\":\"someone@somewhere.co.uk\",\r\n    \"contact\":\"James Bond\",\r\n    \"about_us\":\"we are great!\",\r\n    \"company\":\"11554224\",\r\n    \"vat\":\"77855455211\",\r\n    \"sector\":\"manufacturing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/business_profile","urlObject":{"path":["v1","user","business_profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b05d64da-f57b-4e97-a780-f84931b1797c"},{"name":"/v1/user/membership","id":"feca87cd-4df5-4f20-988b-cab70e2cbd16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"level\":\"standard\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/membership","description":"<p>Used to change the ebuygumm membership level.</p>\n<p>Level must be either: 'standard', 'premium', 'business'</p>\n","urlObject":{"path":["v1","user","membership"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"feca87cd-4df5-4f20-988b-cab70e2cbd16"},{"name":"/v1/user","id":"6b688797-1e4e-4087-bc95-6f42026cede5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Tom\",\r\n    \"last_name\": \"Smith\",\r\n    \"gender\": \"male\",\r\n    \"password\": \"MyPass123!\",\r\n    \"username\": \"EbuygumShop\",\r\n    \"email\": \"test@test.com\",\r\n    \"app_device_id\": \"98\",\r\n    \"phone\": \"07476123456\",\r\n    \"company\": \"ebg\",\r\n    \"registered_address\":{\r\n        \"address_name\": \"Tom Smith\",\r\n        \"street_address1\": \"5 Golden Close\",\r\n        \"street_address2\": \"hayside\",\r\n        \"city\": \"London\",\r\n        \"county\": \"London\",\r\n        \"postcode\": \"WS5 4HJ\",\r\n        \"phone\": \"072225445454\",\r\n        \"latitude\": \"0\",\r\n        \"longitude\": \"1\"\r\n    },\r\n    \"postal_address\":{\r\n        \"address_name\": \"Tom Smith\",\r\n        \"street_address1\": \"5 Golden Close\",\r\n        \"street_address2\": \"haysides\",\r\n        \"city\": \"London\",\r\n        \"county\": \"London\",\r\n        \"postcode\": \"WS5 4HJ\",\r\n        \"phone\": \"072225445454\",\r\n        \"primary\": 1,\r\n        \"id\": 2145\r\n    },\r\n    \"return_address\":{\r\n        \"address_name\": \"Tom Smith\",\r\n        \"street_address1\": \"5 Golden Close\",\r\n        \"street_address2\": \"haysides\",\r\n        \"city\": \"London\",\r\n        \"county\": \"London\",\r\n        \"postcode\": \"WS5 4HJ\",\r\n        \"phone\": \"072225445454\"\r\n    }\r\n}"},"url":"{{base_url}}/v1/user","description":"<p>Here you can change all of your user specifics and addresses.</p>\n<p>Username can be changed if it has not already been changed, or it is more than 30 days since it was last changed. Min 5 Max 20.</p>\n<p>Registered address and return address, is sent in an array and can be treated as a PATCH whether there is already one saved or not. The code checks if there is a postcode for the address set and if not just skipps. Registered address differs from the other two because it requires a longitude and latitude.</p>\n<p>Postal addresses are one user to many postal addresses so this is treated differently. You can only send 1 postal address at a time. If you do not include the id of the postal address you wish to patch it will created a new postal address for the user. Postal adresses have 1 PRIMARY address, if you set primary = 1 then if there was another primary that will no longer be primary. If you attempt to change primary = 0 you will not be able to as there must be one primary.</p>\n","urlObject":{"path":["v1","user"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e22fa303-4e01-4d4a-b7b2-41cbcc0892aa","name":"Get User Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<email>\",\n        \"payment_types\": [\n            \"<string>\",\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"shipping_methods\": {\n            \"<string1>\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string2>\": [\n                \"<string>\",\n                \"<string>\",\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string3>\": [\n                \"<string>\"\n            ]\n        }\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"6b688797-1e4e-4087-bc95-6f42026cede5"},{"name":"/v1/user","id":"dc45bbb6-1765-430b-be63-497ef911fb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Authentication Token</p>\n","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{base_url}}/v1/user","description":"<p>This is the new way to get the user object and is consisitent with what the PATCH /user end point requires in every way except that the postal address is an array or address arrays and the PATCH request only accepts a single postal address array. </p>\n<p>Membership levels remain the same when they have been downgraded but the membership status changes. If a business used downgrades to premium the status will 'downgraded' and if they downgrde to standard the status will be 'cancelled', If a premium user downgrades to standard the status will also be 'cancelled'. These changes then happen on the 'membership_renewal_date'. But with upgrades they happen instantly.</p>\n","urlObject":{"path":["v1","user"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"df08fa0c-1e4e-439c-b6f0-b2aee332c659","name":"Get User Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<email>\",\n        \"payment_types\": [\n            \"<string>\",\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"shipping_methods\": {\n            \"<string1>\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string2>\": [\n                \"<string>\",\n                \"<string>\",\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string3>\": [\n                \"<string>\"\n            ]\n        }\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"dc45bbb6-1765-430b-be63-497ef911fb78"},{"name":"/v1/user/close_account","id":"717479da-b67b-489a-9c83-45b2f610a957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Authentication Token</p>\n","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reason_category\":\"Personal Reasons\",\r\n    \"reason\":\"I don't use my account\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/close_account","description":"<p>This endpoint begins the process of closing a user account.</p>\n<p>The reason and reason_cat must be provided and must be within these lists:</p>\n<h2 id=\"reasons-must-be-one-of\">Reasons must be one of:</h2>\n<p>\"I don't use my account\",</p>\n<p>\"I'm going to open a new account\",</p>\n<p>\"This is a duplicate account\",</p>\n<p>\"Other\",</p>\n<p>\"I am selling/closing my business\",</p>\n<p>\"Account suspension\",</p>\n<p>\"eBUYgumm policy issues\",</p>\n<p>\"I do not agree with the User Agreement\",</p>\n<p>\"High fees\",</p>\n<p>\"I do not have a PayPal account\",</p>\n<p>\"Payment issues\", \"Concerns relating to Identity theft\",</p>\n<p>\"Concerns relating to fraud\",</p>\n<p>\"Concerns relating to account security\",</p>\n<p>\"Concerns relating to general site security\",</p>\n<p>\"Other Security concerns\"</p>\n<h2 id=\"reason-category-must-be-one-of-these\">Reason Category must be one of these:</h2>\n<p>\"Personal Reasons\",</p>\n<p>\"Business Reasons\",</p>\n<p>\"Account Issues\",</p>\n<p>\"Billing Issues\",</p>\n<p>\"Security Issues\"</p>\n","urlObject":{"path":["v1","user","close_account"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6dfa898b-805a-4dd1-9942-9d14b73bdebc","name":"Get User Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<email>\",\n        \"payment_types\": [\n            \"<string>\",\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"shipping_methods\": {\n            \"<string1>\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string2>\": [\n                \"<string>\",\n                \"<string>\",\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string3>\": [\n                \"<string>\"\n            ]\n        }\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"717479da-b67b-489a-9c83-45b2f610a957"},{"name":"/v1/user/activate","id":"f17de46f-d961-4bd2-aa89-472bd83f10d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"855855\"\r\n}"},"url":"{{base_url}}/v1/user/activate","description":"<p>Activates user's account with the code they recieve in their text message</p>\n","urlObject":{"path":["v1","user","activate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1036a503-b221-4361-82c9-5447b67c2e5f","name":"Get User Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<email>\",\n        \"payment_types\": [\n            \"<string>\",\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"shipping_methods\": {\n            \"<string1>\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string2>\": [\n                \"<string>\",\n                \"<string>\",\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string3>\": [\n                \"<string>\"\n            ]\n        }\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"f17de46f-d961-4bd2-aa89-472bd83f10d9"},{"name":"/v1/user/activate_resend","id":"fbdeb05d-139c-4be7-9957-6a84bfc6c8c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/v1/user/activate_resend","description":"<p>To be used when the user needs another SMS activation code to be sent to their device.</p>\n","urlObject":{"path":["v1","user","activate_resend"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e9e497e3-29b6-4cd3-8f7a-bd761a8bedc4","name":"Get User Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<email>\",\n        \"payment_types\": [\n            \"<string>\",\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"shipping_methods\": {\n            \"<string1>\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string2>\": [\n                \"<string>\",\n                \"<string>\",\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"<string3>\": [\n                \"<string>\"\n            ]\n        }\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"fbdeb05d-139c-4be7-9957-6a84bfc6c8c5"},{"name":"/v1/user/seller_details","id":"f7aa4221-3df8-4486-9b7e-b437ba0f34be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/user/seller_details","description":"<p>Returns the details of the users connected trustepay and paypal accounts.</p>\n","urlObject":{"path":["v1","user","seller_details"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7aa4221-3df8-4486-9b7e-b437ba0f34be"},{"name":"/v1/user/notification_counts","id":"c6163ac9-2b53-4f67-aa3b-7284908470b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user270}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/user/notification_counts","urlObject":{"path":["v1","user","notification_counts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6163ac9-2b53-4f67-aa3b-7284908470b9"},{"name":"/v1/user/activity_counts","id":"d6ae7748-a562-4a29-adb4-e24044fb72be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user270}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/user/activity_counts","description":"<p>Used to get all of the counts for the activity pages.</p>\n","urlObject":{"path":["v1","user","activity_counts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6ae7748-a562-4a29-adb4-e24044fb72be"},{"name":"/v1/user/logout","id":"efcc3308-cf09-47f5-b430-19c8bf752815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/v1/user/logout","description":"<p>Destroyed the token sent in the request</p>\n","urlObject":{"path":["v1","user","logout"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"efcc3308-cf09-47f5-b430-19c8bf752815"},{"name":"/v1/user/lost_password","id":"b66e3421-c704-4af7-967a-059afb542c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email_username\":\"patrick@appisfaction.co.uk\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/lost_password","description":"<p>Used when the user has forgotten their password, if the user supplies a username or email that corresponds to a record we have then we will send that user an email with a link to allow them to change their password. </p>\n","urlObject":{"path":["v1","user","lost_password"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b66e3421-c704-4af7-967a-059afb542c9c"},{"name":"/v1/user/reset_password_from_email","id":"4ab4e5f1-e0a2-443c-8c25-06dd94c52580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":286,\r\n    \"password\":\"newPass333444!\",\r\n    \"code\":\"V9oOQq7sdCm7D4pYEkEm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/reset_password_from_email","description":"<p>After using the link sent in the email generated from the /user/lost_password request, this request is used to both change the users password and unlock their account if has been locked.</p>\n","urlObject":{"path":["v1","user","reset_password_from_email"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ab4e5f1-e0a2-443c-8c25-06dd94c52580"},{"name":"/v1/gdpr_optout","id":"2005dbcd-5341-4b57-908a-8a0dfafd7ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"patrick@h5h.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/gdpr_optout","description":"<p>Used by anyone who wishes to have their email address not used for marketing any longer.</p>\n","urlObject":{"path":["v1","user","gdpr_optout"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2005dbcd-5341-4b57-908a-8a0dfafd7ee3"},{"name":"/v1/user/follow/{user_id}","id":"af201e33-cae4-4db9-8a27-a12d93cfca59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":270\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/follow/270","description":"<p>Used to add a seller to a users follow list.</p>\n","urlObject":{"path":["v1","user","follow","270"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af201e33-cae4-4db9-8a27-a12d93cfca59"},{"name":"/v1/user/follow","id":"4fca8161-deaf-4841-b266-52c0d7ca21c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\":1,\r\n    \"limit\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/follow","description":"<p>gets the users following dellers list.</p>\n","urlObject":{"path":["v1","user","follow"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fca8161-deaf-4841-b266-52c0d7ca21c1"},{"name":"/v1/user/follow/{user_id}","id":"337df2bb-8adc-4981-ad03-3e426cb78cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/follow/270","description":"<p>Used to remove a seller form a buyer's following list.</p>\n","urlObject":{"path":["v1","user","follow","270"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"337df2bb-8adc-4981-ad03-3e426cb78cdb"},{"name":"/v1/postal_address","id":"09c1d892-2630-439f-9b05-726a76ae6798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_id\": 5069\r\n}"},"url":"{{base_url}}/v1/postal_address","urlObject":{"path":["v1","postal_address"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09c1d892-2630-439f-9b05-726a76ae6798"}],"id":"696c96b3-0481-4783-a2d1-7f1a306974ef","description":"<h2 id=\"user-object\"><a></a>User Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the user</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>yes</td>\n<td>The first name of the user</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>yes</td>\n<td>The last name of the user</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>string</td>\n<td>yes</td>\n<td>The gender of the user, either female or male</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>yes</td>\n<td>The username of the user between 5-20 character length</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>yes</td>\n<td>The email address of the user</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>yes</td>\n<td>The phone number of the user</td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td>yes</td>\n<td>The company the user works for, if applicable</td>\n</tr>\n<tr>\n<td>registered_address</td>\n<td><a href=\"#registered_address\">registered_address</a> object</td>\n<td>yes</td>\n<td>The user's billing address</td>\n</tr>\n<tr>\n<td>postal_address</td>\n<td>array of <a href=\"#postal_address\">postal_address</a> objects</td>\n<td>yes</td>\n<td>The user's shipping addresses including primary shipping address</td>\n</tr>\n<tr>\n<td>return_address</td>\n<td><a href=\"#return_address\">return_address</a> object</td>\n<td>yes</td>\n<td>The user's return address</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"-registered_address-object\"><a></a> registered_address Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address_name</td>\n<td>string</td>\n<td>yes</td>\n<td>The name of the addressee</td>\n</tr>\n<tr>\n<td>street_address1</td>\n<td>string</td>\n<td>yes</td>\n<td>The first line of the user's address</td>\n</tr>\n<tr>\n<td>street_address2</td>\n<td>string</td>\n<td>yes</td>\n<td>The second line of the user's address</td>\n</tr>\n<tr>\n<td>county</td>\n<td>string</td>\n<td>yes</td>\n<td>The user's county</td>\n</tr>\n<tr>\n<td>town</td>\n<td>string</td>\n<td>yes</td>\n<td>The user's town</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>yes</td>\n<td>The user's postcode</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>string</td>\n<td>yes</td>\n<td>The address's location in latitude</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>string</td>\n<td>yes</td>\n<td>The address's location in longitude</td>\n</tr>\n<tr>\n<td>created</td>\n<td>string</td>\n<td>no</td>\n<td>The user's town</td>\n</tr>\n<tr>\n<td>updated</td>\n<td>string</td>\n<td>no</td>\n<td>The user's postcode</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"users-object-depricated\"><a></a>Users Object (Depricated)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the user</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>yes</td>\n<td>The username of the user</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>yes</td>\n<td>The first name of the user</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>yes</td>\n<td>The last name of the user</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>yes</td>\n<td>The email address of the user</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td><a href=\"#address\">address</a> object</td>\n<td>no</td>\n<td>The user's billing address for a given transaction</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td><a href=\"#address\">address</a> object</td>\n<td>no</td>\n<td>The user's shipping address for a given transaction</td>\n</tr>\n<tr>\n<td>payment_types</td>\n<td>array of strings</td>\n<td>no</td>\n<td>The payment methods accepted by the user</td>\n</tr>\n<tr>\n<td>shipping_methods</td>\n<td>array of objects</td>\n<td>no</td>\n<td>The shipping couriers and services provided by the user</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"-address-object-depricated\"><a></a> Address Object (Depricated)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address_name</td>\n<td>string</td>\n<td>no</td>\n<td>The name of the addressee</td>\n</tr>\n<tr>\n<td>street_address1</td>\n<td>string</td>\n<td>no</td>\n<td>The first line of the user's address</td>\n</tr>\n<tr>\n<td>street_address2</td>\n<td>string</td>\n<td>no</td>\n<td>The second line of the user's address</td>\n</tr>\n<tr>\n<td>county</td>\n<td>string</td>\n<td>no</td>\n<td>The user's county</td>\n</tr>\n<tr>\n<td>town</td>\n<td>string</td>\n<td>no</td>\n<td>The user's town</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>no</td>\n<td>The user's postcode</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"36a0b7c7-3612-45df-8db9-a4f839ae1b2a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8c3bd6c-8336-461c-988d-172639b58723","type":"text/javascript","exec":[""]}}],"_postman_id":"696c96b3-0481-4783-a2d1-7f1a306974ef"},{"name":"Listings","item":[{"name":"/v1/listings","id":"cb42c01f-2484-412d-baf1-6a6e75ca3a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"on_sale\"\n}"},"url":"{{base_url}}/v1/listings","description":"<p>Fetches all the listings of the current user.</p>\n<p>Optional arguments:</p>\n<ul>\n<li><code>status</code> (string): listing status: can be: \"on_sale\", \"drafts\", \"ended\", \"unsold\", \"sold_out\"</li>\n<li><code>order</code> (string): field by which the listings should be ordered: can be: \"listing_id_ASC\", \"title_ASC\", \"price_ASC\", \"price_DESC\", \"listed_DESC\", \"ending_ASC\", \"ended_DESC\"</li>\n<li><code>page</code> (integer): result page to start from</li>\n<li><code>limit</code> (integer): number of listings to be fetched: must be less than 50</li>\n<li><code>filter</code> (string): search term used to filter the listings</li>\n</ul>\n","urlObject":{"path":["v1","listings"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"77b1e97f-a368-403b-8f1e-2e88261cf3fa","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{mike}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"ended\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"cb42c01f-2484-412d-baf1-6a6e75ca3a24"},{"name":"/v1/listing/336665","id":"b89f5384-59cd-449d-b138-1db7d9d5b6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"with\": [\"all\"]\n}\n\n"},"url":"{{base_url}}/v1/listing/902155","description":"<p>Fetches the listing with the given id.</p>\n<p>Optional arguments:</p>\n<ul>\n<li><code>with</code> (array): listing build options: can contain: \"all\", \"listing\", \"version\", \"images\", \"shipping\", \"variations\", \"promotion\", \"description\"</li>\n</ul>\n","urlObject":{"path":["v1","listing","902155"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"927abc07-1adb-4750-aae6-64bdadd612c2","name":"Get Listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Authentication Token","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"with\": [\"all\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings/{{listing_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:22:49 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1596"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"data\": {\r\n        \"listing_id\": \"<integer>\",\r\n        \"is_classified\": \"1|0\",\r\n        \"user_id\": \"<integer>\",\r\n        \"duration\": \"7 days|14 days|28 days\",\r\n        \"listing_end_date\": \"1970-01-31 23:59:59\",\r\n        \"latitude\": \"<float>\",\r\n        \"longitude\": \"<float>\",\r\n        \"is_bulk\": \"1|0\",\r\n        \"is_draft\": \"1|0\",\r\n        \"created\": \"1970-01-31 23:59:59\",\r\n        \"updated\": \"1970-01-31 23:59:59\",\r\n        \"version_id\": \"<integer>\",\r\n        \"title\": \"<string>\",\r\n        \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n        \"brand_id\": \"<integer>\",\r\n        \"brand\": \"<string>\",\r\n        \"trustepay\": \"1|0\",\r\n        \"paypal\": \"1|0\",\r\n        \"cash_on_collection\": \"1|0\",\r\n        \"return_accepted\": \"1|0\",\r\n        \"collection_only\": \"1|0\",\r\n        \"collectible\": \"1|0\",\r\n        \"shipping_despatch_days\": \"<integer>\",\r\n        \"strike_a_deal_offered\": \"1|0\",\r\n        \"url\": \"<string>\",\r\n        \"auto_relist\": \"1|0\",\r\n        \"condition_note\": \"<string>\",\r\n        \"return_days\": \"<integer>\",\r\n        \"return_payer\": \"buyer|seller\",\r\n        \"return_policy\": \"<string>\",\r\n        \"min_shipping_days\": \"<integer>\",\r\n        \"free_shipping_available\": \"1|0\",\r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            }\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            },\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            }\r\n        ],\r\n        \"products_count\": \"<integer>\",\r\n        \"variations\": {\r\n            \"<string1>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ],\r\n            \"<string2>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ]\r\n        },\r\n        \"images\": [\r\n        \t{\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t},\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t}\r\n        ],\r\n        \"specifics\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"extra_specs\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n        \"description\": \"<string>\",\r\n        \"shipping\": [\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            },\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            }\r\n        ]\r\n    },\r\n    \"message\": \"\",\r\n    \"data_length\": 1\r\n}"}],"_postman_id":"b89f5384-59cd-449d-b138-1db7d9d5b6ee"},{"name":"/v1/user_listing/{{id}}","id":"c58cb90c-f09d-48f9-ac81-e570d4236868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"with\": [\"all\"]\n}"},"url":"{{base_url}}/v1/user_listing/666804","description":"<p>Returns listing data the same as GET /listing but with the addition of the SAD status for the authenticated user.</p>\n","urlObject":{"path":["v1","user_listing","666804"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c58cb90c-f09d-48f9-ac81-e570d4236868"},{"name":"/v1/listings/{{id}} (Authenticated)","id":"4bd9ec2c-ddc2-493f-8143-7c76ef83b047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Authentication Token</p>\n","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"with\": [\"all\"]\n}"},"url":"{{base_url}}/v1/listings/{{listing_id}}","description":"<p>Fetches the listing with the given id.</p>\n<p>Optional arguments:</p>\n<ul>\n<li><code>with</code> (array): listing build options: can contain: \"all\", \"listing\", \"version\", \"images\", \"shipping\", \"variations\", \"promotion\", \"description\"</li>\n</ul>\n","urlObject":{"path":["v1","listings","{{listing_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9b92fc22-afca-4b81-8fe1-d58d29e805fc","name":"Get Listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Authentication Token","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"with\": [\"all\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings/{{listing_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:22:49 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1596"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"data\": {\r\n        \"listing_id\": \"<integer>\",\r\n        \"is_classified\": \"1|0\",\r\n        \"user_id\": \"<integer>\",\r\n        \"duration\": \"7 days|14 days|28 days\",\r\n        \"listing_end_date\": \"1970-01-31 23:59:59\",\r\n        \"latitude\": \"<float>\",\r\n        \"longitude\": \"<float>\",\r\n        \"is_bulk\": \"1|0\",\r\n        \"is_draft\": \"1|0\",\r\n        \"created\": \"1970-01-31 23:59:59\",\r\n        \"updated\": \"1970-01-31 23:59:59\",\r\n        \"version_id\": \"<integer>\",\r\n        \"title\": \"<string>\",\r\n        \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n        \"brand_id\": \"<integer>\",\r\n        \"brand\": \"<string>\",\r\n        \"trustepay\": \"1|0\",\r\n        \"paypal\": \"1|0\",\r\n        \"cash_on_collection\": \"1|0\",\r\n        \"return_accepted\": \"1|0\",\r\n        \"collection_only\": \"1|0\",\r\n        \"collectible\": \"1|0\",\r\n        \"shipping_despatch_days\": \"<integer>\",\r\n        \"strike_a_deal_offered\": \"1|0\",\r\n        \"url\": \"<string>\",\r\n        \"auto_relist\": \"1|0\",\r\n        \"condition_note\": \"<string>\",\r\n        \"return_days\": \"<integer>\",\r\n        \"return_payer\": \"buyer|seller\",\r\n        \"return_policy\": \"<string>\",\r\n        \"min_shipping_days\": \"<integer>\",\r\n        \"free_shipping_available\": \"1|0\",\r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            }\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            },\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            }\r\n        ],\r\n        \"products_count\": \"<integer>\",\r\n        \"variations\": {\r\n            \"<string1>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ],\r\n            \"<string2>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ]\r\n        },\r\n        \"images\": [\r\n        \t{\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t},\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t}\r\n        ],\r\n        \"specifics\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"extra_specs\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n        \"description\": \"<string>\",\r\n        \"shipping\": [\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            },\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            }\r\n        ]\r\n    },\r\n    \"message\": \"\",\r\n    \"data_length\": 1\r\n}"}],"_postman_id":"4bd9ec2c-ddc2-493f-8143-7c76ef83b047"},{"name":"/v1/listing/category_suggestions","id":"8ceb12ba-3a57-4ce1-b274-97dc6ce54720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"string\":\"blue\"\n}"},"url":"{{base_url}}/v1/category_suggestions","urlObject":{"path":["v1","category_suggestions"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"70b78999-a468-4740-9d38-0a1c39c87161","name":"Get Inventory","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"on_sale|drafts|ended|unsold|sold_out\",\n\t\"order\": \"listing_id_ASC|price_ASC|price_DESC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 10,\n    \"total_count\": 32,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 4\n}"}],"_postman_id":"8ceb12ba-3a57-4ce1-b274-97dc6ce54720"},{"name":"/v1/listings","id":"388b2a04-cf88-41c5-b248-6016ac15e735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"is_classified\": 0,\n    \"title\": \"Fiat 500C by Diesel \\/ Options to lease\",\n    \"condition\": \"Pre-Owned\",\n    \"brand_id\": null,\n    \"brand\": \"Fiat\",\n    \"trustepay\": 0,\n    \"paypal\": 1,\n    \"cash_on_collection\": 0,\n    \"return_accepted\": 1,\n    \"collection_only\": 1,\n    \"collectible\": 1,\n    \"shipping_despatch_days\": 1,\n    \"strike_a_deal_offered\": 0,\n    \"condition_note\": \"\",\n    \"return_days\": 30,\n    \"return_payer\": \"Buyer\",\n    \"return_policy\": \"\",\n    \"min_shipping_days\": 4,\n    \"free_shipping_available\": null,\n    \"is_draft\": 0,\n    \"description\":\"<p>Here we have our stunning, rare fiat 500 for sale\",\n    \"products\": [\n        {\n            \"product_id\": 2,\n            \"sku\": \"2\",\n            \"quantity\": 1,\n            \"price\": \"6000.00\"\n        }\n    ],\n    \"model\": \"500 By Diesel\",\n    \"colour\": \"Grey\",\n    \"year\": \"2011\",\n    \"transmission\": \"Manual\",\n    \"body_type\": \"3 Door Hatchback\",\n    \"emissions\": \"113\",\n    \"mpg\": \"55\",\n    \"road_tax_1_year\": \"30.00\",\n    \"variant\": \"500 By Diesel\",\n    \"doors\": \"3\",\n    \"seats\": \"4\",\n    \"trim\": \"Part Leather\",\n    \"images\": [\n        {\n            \"id\": 1401586,\n            \"url\": \"https:\\/\\/s3.eu-west-2.amazonaws.com\\/img.itomconnect.com\\/image-80466-17332.jpg\"\n        },\n        {\n            \"id\": 1401586,\n            \"url\": \"https:\\/\\/s3.eu-west-2.amazonaws.com\\/img.itomconnect.com\\/image-12449-70157.jpg\"\n        },\n        {\n            \"id\": 1401586,\n            \"url\": \"https:\\/\\/s3.eu-west-2.amazonaws.com\\/img.itomconnect.com\\/image-76515-13493.jpg\"\n        },\n        {\n            \"id\": 1401586,\n            \"url\": \"https:\\/\\/s3.eu-west-2.amazonaws.com\\/img.itomconnect.com\\/image-24659-78224.jpg\"\n        },\n        {\n            \"id\": 1401586,\n            \"url\": \"https:\\/\\/s3.eu-west-2.amazonaws.com\\/img.itomconnect.com\\/image-54190-23620.jpg\"\n        }\n    ],\n    \"reg_number\": \"h906 kov\",\n    \"shipping\": [],\n     \"specifics\": {\n            \n            \"mileage\": null,\n            \"trim\": \"Part Leather\",\n            \"service_history\": \"\",\n            \"mot\": \"\",\n            \"year\": 2011,\n            \"year_id\": \"\"\n            }\n}"},"url":"{{base_url}}/v1/listings","description":"<p>Creates a new listing.</p>\n","urlObject":{"path":["v1","listings"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"43600d3d-5bce-4a90-89dd-fcc732ca145f","name":"Create Listing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"is_draft\": \"1|0\",\n    \"is_classified\": \"1|0\",\n    \"duration\": \"7 days|14 days|28 days\",\n    \"title\": \"<string>\",\n    \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\n    \"condition_note\": \"<string>\",\n    \"brand_id\": \"<integer>\",\n    \"brand\": \"<string>\",\n    \"description\": \"<string>\",\n    \"trustepay\": \"1|0\",\n    \"paypal\": \"1|0\",\n    \"cash_on_collection\": \"1|0\",\n    \"collectible\": \"1|0\",\n    \"shipping_despatch_days\": \"<integer>\",\n    \"strike_a_deal_offered\": \"1|0\",\n    \"auto_relist\": \"1|0\",\n    \"return_accepted\": \"1|0\",\n    \"return_days\": \"<integer>\",\n    \"return_payer\": \"buyer|seller\",\n    \"return_policy\": \"<string>\",\n    \"images\": [\n        {\n            \"url\": \"<url>\"\n        },\n        {\n            \"url\": \"<url>\"\n        }\n    ],\n    \"products\": [\n        {\n            \"sku\": \"<string>\",\n            \"ean\": \"<integer>\",\n            \"mpn\": \"<string>\",\n            \"model\": \"<string>\",\n            \"colour\": \"<string>\",\n            \"price\": \"<float>\",\n            \"quantity\": \"<integer>\",\n            \"variation\": [\n                {\n                    \"name\": \"<string1>\",\n                    \"value\": \"<string>\"\n                },\n                {\n                    \"name\": \"<string2>\",\n                    \"value\": \"<string>\"\n                }\n            ]\n        },\n        {\n            \"sku\": \"<string>\",\n            \"ean\": \"<integer>\",\n            \"mpn\": \"<string>\",\n            \"model\": \"<string>\",\n            \"colour\": \"<string>\",\n            \"price\": \"<float>\",\n            \"quantity\": \"<integer>\",\n            \"variation\": [\n                {\n                    \"name\": \"<string1>\",\n                    \"value\": \"<string>\"\n                },\n                {\n                    \"name\": \"<string2>\",\n                    \"value\": \"<string>\"\n                }\n            ]\n        }\n    ],\n    \"categories\": {\n        \"level_1\": {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        \"level_2\": {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        \"level_3\": {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        }\n    },\n    \"shipping\": [\n        {\n            \"courier\": \"<string>\",\n            \"service\": \"<string>\",\n            \"price\": \"<float>\",\n            \"extra_item_fee\": \"<float>\"\n        },\n        {\n            \"courier\": \"<string>\",\n            \"service\": \"<string>\",\n            \"free\": \"1|0\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2019 16:07:04 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"2381"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"data\": {\r\n        \"listing_id\": \"<integer>\",\r\n        \"is_classified\": \"1|0\",\r\n        \"user_id\": \"<integer>\",\r\n        \"duration\": \"7 days|14 days|28 days\",\r\n        \"listing_end_date\": \"1970-01-31 23:59:59\",\r\n        \"latitude\": \"<float>\",\r\n        \"longitude\": \"<float>\",\r\n        \"is_bulk\": \"1|0\",\r\n        \"is_draft\": \"1|0\",\r\n        \"created\": \"1970-01-31 23:59:59\",\r\n        \"updated\": null,\r\n        \"version_id\": \"<integer>\",\r\n        \"title\": \"<string>\",\r\n        \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n        \"brand_id\": \"<integer>\",\r\n        \"brand\": \"<string>\",\r\n        \"trustepay\": \"1|0\",\r\n        \"paypal\": \"1|0\",\r\n        \"cash_on_collection\": \"1|0\",\r\n        \"return_accepted\": \"1|0\",\r\n        \"collection_only\": \"1|0\",\r\n        \"collectible\": \"1|0\",\r\n        \"shipping_despatch_days\": \"<integer>\",\r\n        \"strike_a_deal_offered\": \"1|0\",\r\n        \"url\": \"<string>\",\r\n        \"auto_relist\": \"1|0\",\r\n        \"condition_note\": \"<string>\",\r\n        \"return_days\": \"<integer>\",\r\n        \"return_payer\": \"buyer|seller\",\r\n        \"return_policy\": \"<string>\",\r\n        \"min_shipping_days\": \"<integer>\",\r\n        \"free_shipping_available\": \"1|0\",\r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            }\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\"\r\n            },\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\"\r\n            }\r\n        ],\r\n        \"products_count\": \"<integer>\",\r\n        \"variations\": {\r\n            \"<string1>\": [\r\n                \"<string>\",\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ],\r\n            \"<string2>\": [\r\n                \"<string>\",\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ]\r\n        },\r\n        \"images\": [\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t},\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t}\r\n        ],\r\n        \"specifics\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"extra_specs\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n        \"description\": \"<string>\",\r\n        \"shipping\": [\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            },\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            }\r\n        ]\r\n    },\r\n    \"message\": \"\",\r\n    \"data_length\": 1\r\n}"}],"_postman_id":"388b2a04-cf88-41c5-b248-6016ac15e735"},{"name":"/v1/listings Copy","id":"51847aca-9aea-4d95-8139-c08b500b203a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"listing_id\": 336452,\n        \"is_classified\": 0,\n        \"updated\": \"2020-07-21 13:39:02\",\n        \"user_id\": 270,\n        \"version_id\": 909910,\n        \"title\": \"Amazon Echo Dot 3rd Gen - Smart speaker with Alexa - Fabric\",\n        \"condition\": \"Pre-Owned\",\n        \"brand_id\": 117,\n        \"brand\": \"Amazon\",\n        \"trustepay\": 1,\n        \"was_price\": null,\n        \"paypal\": 1,\n        \"cash_on_collection\": 1,\n        \"return_accepted\": 1,\n        \"collection_only\": 0,\n        \"collectible\": 1,\n        \"shipping_despatch_days\": 1,\n        \"strike_a_deal_offered\": 1,\n        \"url\": \"/item/336452/Amazon-Echo-Dot-3rd-Gen-Smart-speaker-with-Alexa-Fabric\",\n        \"return_days\": 14,\n        \"return_payer\": null,\n        \"return_policy\": null,\n        \"min_shipping_days\": 2,\n        \"free_shipping_available\": 0,\n\n\n        \"year\": \"1984\",\n        \"reg_number\": \"1984\",\n        \"model\": \"1984\",\n        \"variant\": \"1984\",\n        \"body_type\": \"1984\",\n        \"transmission\": \"1984\",\n        \"fuel\": \"1984\",\n        \"engine_size\": \"1984\",\n        \"color\": \"1984\",\n        \"doors\": \"8\",\n        \"seats\": \"8\",\n        \"emissions\": \"1984\",\n        \"mpg\": \"1984\",\n        \"previous_keepers\": 19,\n        \"road_tax_6_months\": \"1984\",\n        \"road_tax_1_year\": \"1984\",\n        \"mileage\": \"1984\",\n        \"trim\": \"Full Leather\",\n        \"service_history\": \"Full\",\n        \"year_id\": \"1984\",\n        \"mot\": \"11/09/2022\",\n        \"warranty\": \"1984\",\n        \"roof_height\": \"1984\",\n        \"cab_type\": \"Standard\",\n        \"wheelbase\": \"SWB\",\n        \"bike_type\": \"Moped\",\n        \"berth\": \"4 Berth\",\n        \"caravan_type\": \"Static\",\n        \"trailer_type\": \"Flatbed\",\n        \"axles\": \"Single\",\n        \"length\": \"20\",\n        \"watercraft_type\": \"Jet Ski\",\n        \"engine_type\": \"Outboard Twin\",\n        \"automotive\":1,\n\n        \n        \"categories\": {\n            \"level_1\": {\n                \"id\": 11700,\n                \"name\": \"Home, Furniture & DIY\"\n            },\n            \"level_2\": {\n                \"id\": 185066,\n                \"name\": \"Smart Home & Surveillance\"\n            },\n            \"level_3\": {\n                \"id\": 185034,\n                \"name\": \"Smart Speakers, Hubs & Accessories\"\n            },\n            \"level_4\": {\n                \"id\": 184435,\n                \"name\": \"Smart Speakers\"\n            }\n        },\n        \"username\": \"TheEbuygummShop\",\n        \"views\": 65,\n        \"products\": [\n            {\n                \"product_id\": 11222482,\n                \"sku\": \"AZNECDT3GCH\",\n                \"ean\": \"0841667154954\",\n                \"quantity\": 938,\n                \"price\": \"39.95\",\n                \"model\": \"Echo Dot 3rd Gen\",\n                \"variation\": [\n                    {\n                        \"name\": \"colour\",\n                        \"value\": \"red\"\n                    }\n                ]\n            },\n            {\n                \"product_id\": 11223482,\n                \"sku\": \"AZNECDT3GCH\",\n                \"ean\": \"0841667154954\",\n                \"quantity\": 938,\n                \"price\": \"39.95\",\n                \"model\": \"Echo Dot 3rd Gen\",\n                \"variation\": [\n                    {\n                        \"name\": \"colour\",\n                        \"value\": \"blue\"\n                    }\n                ]\n            }\n        ],\n        \"products_count\": 3,\n        \"sold\": 0,\n        \"longitude\": -1.83782,\n        \"latitude\": 52.4631,\n        \"town\": \"Birmingham\",\n        \"feedback\": {\n            \"as_buyer\": 6,\n            \"as_seller\": 65,\n            \"total\": 71,\n            \"percent_positive\": 100\n        },\n        \"shop\": {\n            \"shop_id\": 12,\n            \"name\": \"The eBUYgumm Store\",\n            \"logo\": \"https://ebgshopfront.s3.eu-west-2.amazonaws.com/270-logo-270TheeBUYgummStoreLogoBLUE.jpg\",\n            \"banner\": \"https://ebgshopfront.s3.eu-west-2.amazonaws.com/270-banner-TheeBuygummStoreBannerBLUE.jpg\",\n            \"description\": \"\",\n            \"about\": \"\",\n            \"delivery\": \"\",\n            \"return\": \"\",\n            \"url\": \"/shop/The_eBUYgumm_Store\"\n        },\n       \n        \"specifics\": [],\n        \"extra_specs\": [],\n        \"description\": \"<p class=\\\"MsoNormal\\\" style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><b><span style=\\\"font-size:24.0pt;\\r\\nfont-family:\\\"Arial\\\",\\\"sans-serif\\\";mso-fareast-font-family:\\\"Times New Roman\\\";\\r\\ncolor:#111111;mso-font-kerning:18.0pt;mso-fareast-language:EN-GBserif\\\";mso-fareast-font-family:\\r\\n\\\"Times New Roman\\\";color:#949494;mso-fareast-language:EN-GB\\\"><o:p></o:p></span></p>\",\n        \"images\": [\n            {\n                \"id\": 3039532,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479423_429485.jpg\"\n            },\n            {\n                \"id\": 3039533,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479431_616890.jpg\"\n            },\n            {\n                \"id\": 3039534,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479434_323825.jpg\"\n            },\n            {\n                \"id\": 3039535,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479438_804244.jpg\"\n            },\n            {\n                \"id\": 3039536,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479455_940108.jpg\"\n            },\n            {\n                \"id\": 3039537,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479467_805650.jpg\"\n            },\n            {\n                \"id\": 3039538,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479467_246530.jpg\"\n            },\n            {\n                \"id\": 3039539,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479467_354505.jpg\"\n            },\n            {\n                \"id\": 3039540,\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479486_777976.jpg\"\n            }\n        ],\n        \"videos\": [],\n        \"shipping\": [\n            {\n                \"courier\": \"Royal Mail\",\n                \"service\": \"Signed For 1st Class\",\n                \"price\": \"5.00\",\n                \"extra_item_fee\": \"5.00\",\n                \"id\": 1459855\n            }\n        ],\n        \"promotion\": null,\n        \"sad_status\": \"Awaiting the seller's response to the offer\"\n    }"},"url":"{{base_url}}/v1/listings","description":"<p>Creates a new listing.</p>\n","urlObject":{"path":["v1","listings"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e942a1c9-60f8-4d84-9c36-dc2748ec5989","name":"Create Listing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"is_draft\": \"1|0\",\n    \"is_classified\": \"1|0\",\n    \"duration\": \"7 days|14 days|28 days\",\n    \"title\": \"<string>\",\n    \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\n    \"condition_note\": \"<string>\",\n    \"brand_id\": \"<integer>\",\n    \"brand\": \"<string>\",\n    \"description\": \"<string>\",\n    \"trustepay\": \"1|0\",\n    \"paypal\": \"1|0\",\n    \"cash_on_collection\": \"1|0\",\n    \"collectible\": \"1|0\",\n    \"shipping_despatch_days\": \"<integer>\",\n    \"strike_a_deal_offered\": \"1|0\",\n    \"auto_relist\": \"1|0\",\n    \"return_accepted\": \"1|0\",\n    \"return_days\": \"<integer>\",\n    \"return_payer\": \"buyer|seller\",\n    \"return_policy\": \"<string>\",\n    \"images\": [\n        {\n            \"url\": \"<url>\"\n        },\n        {\n            \"url\": \"<url>\"\n        }\n    ],\n    \"products\": [\n        {\n            \"sku\": \"<string>\",\n            \"ean\": \"<integer>\",\n            \"mpn\": \"<string>\",\n            \"model\": \"<string>\",\n            \"colour\": \"<string>\",\n            \"price\": \"<float>\",\n            \"quantity\": \"<integer>\",\n            \"variation\": [\n                {\n                    \"name\": \"<string1>\",\n                    \"value\": \"<string>\"\n                },\n                {\n                    \"name\": \"<string2>\",\n                    \"value\": \"<string>\"\n                }\n            ]\n        },\n        {\n            \"sku\": \"<string>\",\n            \"ean\": \"<integer>\",\n            \"mpn\": \"<string>\",\n            \"model\": \"<string>\",\n            \"colour\": \"<string>\",\n            \"price\": \"<float>\",\n            \"quantity\": \"<integer>\",\n            \"variation\": [\n                {\n                    \"name\": \"<string1>\",\n                    \"value\": \"<string>\"\n                },\n                {\n                    \"name\": \"<string2>\",\n                    \"value\": \"<string>\"\n                }\n            ]\n        }\n    ],\n    \"categories\": {\n        \"level_1\": {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        \"level_2\": {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        \"level_3\": {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        }\n    },\n    \"shipping\": [\n        {\n            \"courier\": \"<string>\",\n            \"service\": \"<string>\",\n            \"price\": \"<float>\",\n            \"extra_item_fee\": \"<float>\"\n        },\n        {\n            \"courier\": \"<string>\",\n            \"service\": \"<string>\",\n            \"free\": \"1|0\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2019 16:07:04 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"2381"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"data\": {\r\n        \"listing_id\": \"<integer>\",\r\n        \"is_classified\": \"1|0\",\r\n        \"user_id\": \"<integer>\",\r\n        \"duration\": \"7 days|14 days|28 days\",\r\n        \"listing_end_date\": \"1970-01-31 23:59:59\",\r\n        \"latitude\": \"<float>\",\r\n        \"longitude\": \"<float>\",\r\n        \"is_bulk\": \"1|0\",\r\n        \"is_draft\": \"1|0\",\r\n        \"created\": \"1970-01-31 23:59:59\",\r\n        \"updated\": null,\r\n        \"version_id\": \"<integer>\",\r\n        \"title\": \"<string>\",\r\n        \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n        \"brand_id\": \"<integer>\",\r\n        \"brand\": \"<string>\",\r\n        \"trustepay\": \"1|0\",\r\n        \"paypal\": \"1|0\",\r\n        \"cash_on_collection\": \"1|0\",\r\n        \"return_accepted\": \"1|0\",\r\n        \"collection_only\": \"1|0\",\r\n        \"collectible\": \"1|0\",\r\n        \"shipping_despatch_days\": \"<integer>\",\r\n        \"strike_a_deal_offered\": \"1|0\",\r\n        \"url\": \"<string>\",\r\n        \"auto_relist\": \"1|0\",\r\n        \"condition_note\": \"<string>\",\r\n        \"return_days\": \"<integer>\",\r\n        \"return_payer\": \"buyer|seller\",\r\n        \"return_policy\": \"<string>\",\r\n        \"min_shipping_days\": \"<integer>\",\r\n        \"free_shipping_available\": \"1|0\",\r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            }\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\"\r\n            },\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\"\r\n            }\r\n        ],\r\n        \"products_count\": \"<integer>\",\r\n        \"variations\": {\r\n            \"<string1>\": [\r\n                \"<string>\",\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ],\r\n            \"<string2>\": [\r\n                \"<string>\",\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ]\r\n        },\r\n        \"images\": [\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t},\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t}\r\n        ],\r\n        \"specifics\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"extra_specs\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n        \"description\": \"<string>\",\r\n        \"shipping\": [\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            },\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            }\r\n        ]\r\n    },\r\n    \"message\": \"\",\r\n    \"data_length\": 1\r\n}"}],"_postman_id":"51847aca-9aea-4d95-8139-c08b500b203a"},{"name":"/v1/listings/","id":"996d1597-f34b-4b04-b7b9-1124481e45d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authorization Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"listing_id\": 962505,\r\n        \"is_classified\": 0,\r\n        \"updated\": \"2020-07-21 13:39:02\",\r\n        \"user_id\": 270,\r\n        \"version_id\": 909910,\r\n        \"title\": \"Amazon Echo Dot 3rd Gen - Smart speaker with Alexa - Fabric\",\r\n        \"condition\": \"Pre-Owned\",\r\n        \"brand_id\": null,\r\n        \"brand\": \"Amazo/n\",\r\n        \"trustepay\": 1,\r\n        \"was_price\": 11,\r\n        \"cost_price\": 10,\r\n        \"paypal\": 1,\r\n        \"is_draft\":1,\r\n        \"cash_on_collection\": 1,\r\n        \"return_accepted\": 1,\r\n        \"collection_only\": 0,\r\n        \"collectible\": 1,\r\n        \"strike_a_deal_offered\": 1,\r\n        \"url\": \"/item/336452/Amazon-Echo-Dot-3rd-Gen-Smart-speaker-with-Alexa-Fabric\",\r\n        \"return_days\": 14,\r\n        \"return_payer\": null,\r\n        \"return_policy\": null,\r\n        \"min_shipping_days\": 2,\r\n        \"shipping_dispatch_days\":1,\r\n        \"free_shipping_available\": 0,\r\n\r\n\r\n        \"year\": \"1984\",\r\n        \"reg_number\": \"1984\",\r\n        \"model\": \"1984\",\r\n        \"variant\": \"1984\",\r\n        \"body_type\": \"1984\",\r\n        \"transmission\": \"1984\",\r\n        \"fuel\": \"1984\",\r\n        \"engine_size\": \"1984\",\r\n        \"color\": \"1984\",\r\n        \"doors\": \"8\",\r\n        \"seats\": \"8\",\r\n        \"emissions\": \"1984\",\r\n        \"mpg\": \"1984\",\r\n        \"previous_keepers\": 19,\r\n        \"road_tax_6_months\": \"1984\",\r\n        \"road_tax_1_year\": \"1984\",\r\n        \"mileage\": \"1984\",\r\n        \"trim\": \"Full Leather\",\r\n        \"service_history\": \"Full\",\r\n        \"year_id\": \"1984\",\r\n        \"mot\": \"11/09/2022\",\r\n        \"warranty\": 1,\r\n        \"roof_height\": \"1984\",\r\n        \"cab_type\": \"Standard\",\r\n        \"wheelbase\": \"SWB\",\r\n        \"bike_type\": \"Moped\",\r\n        \"berth\": \"4 Berth\",\r\n        \"caravan_type\": \"Static\",\r\n        \"trailer_type\": \"Flatbed\",\r\n        \"axles\": \"Single\",\r\n        \"length\": \"20\",\r\n        \"watercraft_type\": \"Jet Ski\",\r\n        \"engine_type\": \"Outboard Twin\",\r\n        \"automotive\":1,\r\n        \"financing\":1,\r\n\r\n        \r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": 11700,\r\n                \"name\": \"Home, Furniture & DIY\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": 185066,\r\n                \"name\": \"Smart Home & Surveillance\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": 185034,\r\n                \"name\": \"Smart Speakers, Hubs & Accessories\"\r\n            },\r\n            \"level_4\": {\r\n                \"id\": 184435,\r\n                \"name\": \"Smart Speakers\"\r\n            }\r\n        },\r\n        \"username\": \"TheEbuygummShop\",\r\n        \"views\": 65,\r\n        \"products\": [\r\n            {\r\n                \"product_id\": 11222482,\r\n                \"sku\": \"AZNECDT3GCH\",\r\n                \"ean\": \"0841667154954\",\r\n                \"quantity\": 938,\r\n                \"price\": \"39.95\",\r\n                \"was_price\": \"39.95\",\r\n                \"cost_price\": \"39.95\",\r\n                \"model\": \"Echo Dot 3rd Gen\",\r\n                \"variation\": [\r\n                    {\r\n                        \"name\": \"colour\",\r\n                        \"value\": \"red\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"product_id\": 11223482,\r\n                \"sku\": \"AZNECDT3GCH\",\r\n                \"ean\": \"0841667154954\",\r\n                \"quantity\": 938,\r\n                \"price\": \"39.95\",\r\n                \"model\": \"Echo Dot 3rd Gen\",\r\n                \"variation\": [\r\n                    {\r\n                        \"name\": \"colour\",\r\n                        \"value\": \"blue\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"products_count\": 3,\r\n        \"sold\": 0,\r\n        \"longitude\": -1.83782,\r\n        \"latitude\": 52.4631,\r\n        \"town\": \"Birmingham\",\r\n        \"feedback\": {\r\n            \"as_buyer\": 6,\r\n            \"as_seller\": 65,\r\n            \"total\": 71,\r\n            \"percent_positive\": 100\r\n        },\r\n        \"shop\": {\r\n            \"shop_id\": 12,\r\n            \"name\": \"The eBUYgumm Store\",\r\n            \"logo\": \"https://ebgshopfront.s3.eu-west-2.amazonaws.com/270-logo-270TheeBUYgummStoreLogoBLUE.jpg\",\r\n            \"banner\": \"https://ebgshopfront.s3.eu-west-2.amazonaws.com/270-banner-TheeBuygummStoreBannerBLUE.jpg\",\r\n            \"description\": \"\",\r\n            \"about\": \"\",\r\n            \"delivery\": \"\",\r\n            \"return\": \"\",\r\n            \"url\": \"/shop/The_eBUYgumm_Store\"\r\n        },\r\n       \r\n        \"specifics\": [],\r\n        \"extra_specs\": [],\r\n        \"description\": \"<p class=\\\"MsoNormal\\\" style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><b><span style=\\\"font-size:24.0pt;\\r\\nfont-family:\\\"Arial\\\",\\\"sans-serif\\\";mso-fareast-font-family:\\\"Times New Roman\\\";\\r\\ncolor:#111111;mso-font-kerning:18.0pt;mso-fareast-language:EN-GBserif\\\";mso-fareast-font-family:\\r\\n\\\"Times New Roman\\\";color:#949494;mso-fareast-language:EN-GB\\\"><o:p></o:p></span></p>\",\r\n        \"images\": [\r\n            {\r\n                \"id\": 3039532,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479423_429485.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039533,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479431_616890.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039534,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479434_323825.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039535,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479438_804244.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039536,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479455_940108.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039537,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479467_805650.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039538,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479467_246530.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039539,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479467_354505.jpg\"\r\n            },\r\n            {\r\n                \"id\": 3039540,\r\n                \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1575479486_777976.jpg\"\r\n            }\r\n        ],\r\n        \"videos\": [],\r\n        \"shipping\": [\r\n        ],\r\n        \"promotion\": null,\r\n        \"sad_status\": \"Awaiting the seller's response to the offer\"\r\n    }"},"url":"{{base_url}}/v1/listings/962505","description":"<p>Updates an existing listing.</p>\n","urlObject":{"path":["v1","listings","962505"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"85ac6e81-ec1e-45a8-a1e1-44b7c22daef8","name":"Update Listing","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"is_draft\": \"1|0\",\r\n\t\"duration\": \"7 days|14 days|28 days\",\r\n\t\"title\": \"<string>\",\r\n\t\"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n\t\"condition_note\": \"<string>\",\r\n\t\"description\": \"<string>\",\r\n\t\"trustepay\": \"1|0\",\r\n\t\"paypal\": \"1|0\",\r\n\t\"cash_on_collection\": \"1|0\",\r\n\t\"collectible\": \"1|0\",\r\n\t\"shipping_despatch_days\": \"<integer>\",\r\n\t\"strike_a_deal_offered\": \"1|0\",\r\n\t\"auto_relist\": \"1|0\",\r\n\t\"return_accepted\": \"1|0\",\r\n\t\"return_days\": \"<integer>\",\r\n\t\"return_payer\": \"buyer|seller\",\r\n\t\"return_policy\": \"<string>\",\r\n\t\"images\": [\r\n\t\t{\r\n\t\t\t\"url\": \"<url>\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"url\": \"<url>\"\r\n\t\t}\r\n\t],\r\n\t\"products\": [\r\n\t\t{\r\n\t\t\t\"sku\": \"<string>\",\r\n\t\t\t\"ean\": \"<integer>\",\r\n\t\t\t\"mpn\": \"<string>\",\r\n\t\t\t\"model\": \"<string>\",\r\n\t\t\t\"colour\": \"<string>\",\r\n\t\t\t\"price\": \"<float>\",\r\n\t\t\t\"quantity\": \"<integer>\",\r\n\t\t\t\"variation\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\": \"<string1>\",\r\n\t\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\": \"<string2>\",\r\n\t\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"sku\": \"<string>\",\r\n\t\t\t\"ean\": \"<integer>\",\r\n\t\t\t\"mpn\": \"<string>\",\r\n\t\t\t\"model\": \"<string>\",\r\n\t\t\t\"colour\": \"<string>\",\r\n\t\t\t\"price\": \"<float>\",\r\n\t\t\t\"quantity\": \"<integer>\",\r\n\t\t\t\"variation\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\": \"<string1>\",\r\n\t\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\": \"<string2>\",\r\n\t\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t\"categories\": {\r\n\t\t\"level_1\": {\r\n\t\t\t\"id\": \"<integer>\",\r\n\t\t\t\"name\": \"<string>\"\r\n\t\t},\r\n\t\t\"level_2\": {\r\n\t\t\t\"id\": \"<integer>\",\r\n\t\t\t\"name\": \"<string>\"\r\n\t\t},\r\n\t\t\"level_3\": {\r\n\t\t\t\"id\": \"<integer>\",\r\n\t\t\t\"name\": \"<string>\"\r\n\t\t}\r\n\t},\r\n\t\"shipping\": [\r\n\t\t{\r\n\t\t\t\"courier\": \"<string>\",\r\n\t\t\t\"service\": \"<string>\",\r\n\t\t\t\"price\": \"<float>\",\r\n\t\t\t\"extra_item_fee\": \"<float>\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"courier\": \"<string>\",\r\n\t\t\t\"service\": \"<string>\",\r\n\t\t\t\"price\": \"<float>\",\r\n\t\t\t\"extra_item_fee\": \"<float>\"\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings/{{listing_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2019 16:09:32 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"2402"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"data\": {\r\n        \"listing_id\": \"<integer>\",\r\n        \"is_classified\": \"1|0\",\r\n        \"user_id\": \"<integer>\",\r\n        \"duration\": \"7 days|14 days|28 days\",\r\n        \"listing_end_date\": \"1970-01-31 23:59:59\",\r\n        \"latitude\": \"<float>\",\r\n        \"longitude\": \"<float>\",\r\n        \"is_bulk\": \"1|0\",\r\n        \"is_draft\": \"1|0\",\r\n        \"created\": \"1970-01-31 23:59:59\",\r\n        \"updated\": \"1970-01-31 23:59:59\",\r\n        \"version_id\": \"<integer>\",\r\n        \"title\": \"<string>\",\r\n        \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n        \"brand_id\": \"<integer>\",\r\n        \"brand\": \"<string>\",\r\n        \"trustepay\": \"1|0\",\r\n        \"paypal\": \"1|0\",\r\n        \"cash_on_collection\": \"1|0\",\r\n        \"return_accepted\": \"1|0\",\r\n        \"collection_only\": \"1|0\",\r\n        \"collectible\": \"1|0\",\r\n        \"shipping_despatch_days\": \"<integer>\",\r\n        \"strike_a_deal_offered\": \"1|0\",\r\n        \"url\": \"<string>\",\r\n        \"auto_relist\": \"1|0\",\r\n        \"condition_note\": \"<string>\",\r\n        \"return_days\": \"<integer>\",\r\n        \"return_payer\": \"buyer|seller\",\r\n        \"return_policy\": \"<string>\",\r\n        \"min_shipping_days\": \"<integer>\",\r\n        \"free_shipping_available\": \"1|0\",\r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            }\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\"\r\n            },\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\"\r\n            }\r\n        ],\r\n        \"products_count\": \"<integer>\",\r\n        \"variations\": {\r\n            \"<string1>\": [\r\n                \"<string>\",\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ],\r\n            \"<string2>\": [\r\n                \"<string>\",\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ]\r\n        },\r\n        \"images\": [\r\n            {\r\n            \t\"id\": \"<integer>\",\r\n\t\t\t\t\"url\": \"<url>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"<integer>\",\r\n\t\t\t\t\"url\": \"<url>\"\r\n\t\t\t}\r\n        ],\r\n        \"specifics\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"extra_specs\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n        \"description\": \"<string>\",\r\n        \"shipping\": [\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            },\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            }\r\n        ]\r\n    },\r\n    \"message\": \"\",\r\n    \"data_length\": 1\r\n}"}],"_postman_id":"996d1597-f34b-4b04-b7b9-1124481e45d3"},{"name":"/v1/inventory","id":"eb47aea1-2f24-4324-ad47-dcb6eee42778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"on_sale|drafts|ended|unsold|sold_out\",\n\t\"order\": \"listing_id_ASC|price_ASC|price_DESC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\n}"},"url":"{{base_url}}/v1/inventory","description":"<p>Fetches the seller's inventory.</p>\n<p>Optional arguments:</p>\n<ul>\n<li><code>status</code> (string): listing status: can be:\n  \"on_sale\", \"drafts\", \"ended\", \"unsold\", \"sold_out\"</li>\n<li><code>order</code> (string): field by which the products should be ordered: can be:\n  \"listing_id_ASC\", \"price_ASC\", \"price_DESC\"</li>\n<li><code>page</code> (integer): result page to start from</li>\n<li><code>limit</code> (integer): number of products to be fetched: must be less than 50</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"26f47c71-573c-447a-9461-fda17e638de0","id":"26f47c71-573c-447a-9461-fda17e638de0","name":"Listings","type":"folder"}},"urlObject":{"path":["v1","inventory"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"52c7e045-08b7-49d6-92c6-4205a3d4f6c8","name":"Get Inventory","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"on_sale|drafts|ended|unsold|sold_out\",\n\t\"order\": \"listing_id_ASC|price_ASC|price_DESC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 10,\n    \"total_count\": 32,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 4\n}"}],"_postman_id":"eb47aea1-2f24-4324-ad47-dcb6eee42778"},{"name":"/v1/inventory","id":"93543846-e35f-407f-993f-ae2a096ee804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"sku\": \"<string>\",\n\t\t\t\"quantity\": \"<integer>\",\n\t\t\t\"price\": \"<float>\"\n\t\t},\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"quantity\": \"<integer>\"\n\t\t},\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"price\": \"<float>\"\n\t\t},\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"sku\": \"<string>\"\n\t\t}\n\t]\n}"},"url":"{{base_url}}/v1/inventory","description":"<p>Updates the seller's inventory.</p>\n<p>Request argument:</p>\n<ul>\n<li><code>data</code> (array): the items which need to be updated.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"26f47c71-573c-447a-9461-fda17e638de0","id":"26f47c71-573c-447a-9461-fda17e638de0","name":"Listings","type":"folder"}},"urlObject":{"path":["v1","inventory"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c1cfa54a-ca72-4e30-b830-565ba71cd7f1","name":"Update Inventory","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"sku\": \"<string>\",\n\t\t\t\"quantity\": \"<integer>\",\n\t\t\t\"price\": \"<float>\"\n\t\t},\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"quantity\": \"<integer>\"\n\t\t},\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"price\": \"<float>\"\n\t\t},\n\t\t{\n\t\t\t\"listing_id\": \"<integer>\",\n\t\t\t\"product_id\": \"<integer>\",\n\t\t\t\"sku\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Sep 2019 14:21:16 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"},{"key":"Content-Length","value":"74"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"updated_count\": 4\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"93543846-e35f-407f-993f-ae2a096ee804"},{"name":"POST image","id":"f76fd49e-438b-4d47-8bc2-032cdf11c218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/patri/OneDrive/Pictures/download.png"}]},"url":"{{base_url}}/v1/image","urlObject":{"path":["v1","image"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f76fd49e-438b-4d47-8bc2-032cdf11c218"},{"name":"PATCH imageRotate","id":"1d9d289b-f69d-45ce-9371-2115051d788d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1626261218_513759.png\",\r\n    \"degrees\":90\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/image_rotate","description":"<p>Used to rotate an image you just give the url of the image and the function will rotate by the degrees given or defaulting to 90 degrees clockwise. The function return a new address where the new file is saved. </p>\n<p>\"url\" required and must be a link to either a jpg, jpeg or png image\n\"degrees\" the degrees clockwise you want to turn the image (not required) and defaults to 90 degrees clockwise</p>\n","urlObject":{"path":["v1","image_rotate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d9d289b-f69d-45ce-9371-2115051d788d"},{"name":"POST video","id":"3b204078-ac12-4e2a-8dc8-9673dbcfe18e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/patri/OneDrive/Desktop/file_example_MP4_1920_18MG.mp4"}]},"url":"{{base_url}}/v1/video","urlObject":{"path":["v1","video"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b204078-ac12-4e2a-8dc8-9673dbcfe18e"},{"name":"/v1/related_listings/{{listing_id}}","id":"11f8698b-2d7d-43c5-9cd8-459c66285a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url}}/v1/related_listings/650838","urlObject":{"path":["v1","related_listings","650838"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11f8698b-2d7d-43c5-9cd8-459c66285a12"},{"name":"/v1/automotive_lookup","id":"35a1ce5b-89e9-49bf-ab0a-5aefe67c9300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"registration\":\"yg65xfd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/automotive_lookup","urlObject":{"path":["v1","automotive_lookup"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35a1ce5b-89e9-49bf-ab0a-5aefe67c9300"},{"name":"/v1/shipping_options","id":"e111c2fa-a838-4c6f-a3d2-58e6474a088a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{base_url}}/v1/shipping_options","description":"<p>Used to populate the quick sell page with shipping options.</p>\n","urlObject":{"path":["v1","shipping_options"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bcf57709-9d40-4817-980c-40fa258ee8af","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"on_sale|drafts|ended|unsold|sold_out\",\n\t\"order\": \"id_ASC|title_ASC|price_ASC|price_DESC|listed_DESC|ending_ASC|ended_DESC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\",\n\t\"filter\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"e111c2fa-a838-4c6f-a3d2-58e6474a088a"},{"name":"/v1/paypal_check_pending_onboards","id":"5bfd67e1-9c0b-47c9-a34c-c005c319d853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{base_url}}/v1/shipping_options","description":"<p>Used to populate the quick sell page with shipping options.</p>\n","urlObject":{"path":["v1","shipping_options"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"feff8413-a562-4079-ae00-b29338a307e8","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"on_sale|drafts|ended|unsold|sold_out\",\n\t\"order\": \"id_ASC|title_ASC|price_ASC|price_DESC|listed_DESC|ending_ASC|ended_DESC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\",\n\t\"filter\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"5bfd67e1-9c0b-47c9-a34c-c005c319d853"},{"name":"/v1/listing/{{id}}/end","id":"165c7f69-e329-495b-bfa5-b879beee17c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reason\":\"damaged\"\n}"},"url":"{{base_url}}/v1/listings/{{listing_id}}/end","description":"<p>Used to end a users own listing.</p>\n<p>Valid reasons: 'sold', 'damaged', 'mistake'</p>\n","urlObject":{"path":["v1","listings","{{listing_id}}","end"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e4b9dca6-dce2-4edf-a035-7344a9bd91cc","name":"Get Listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Authentication Token","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"with\": [\"all\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings/{{listing_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:22:49 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1596"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"data\": {\r\n        \"listing_id\": \"<integer>\",\r\n        \"is_classified\": \"1|0\",\r\n        \"user_id\": \"<integer>\",\r\n        \"duration\": \"7 days|14 days|28 days\",\r\n        \"listing_end_date\": \"1970-01-31 23:59:59\",\r\n        \"latitude\": \"<float>\",\r\n        \"longitude\": \"<float>\",\r\n        \"is_bulk\": \"1|0\",\r\n        \"is_draft\": \"1|0\",\r\n        \"created\": \"1970-01-31 23:59:59\",\r\n        \"updated\": \"1970-01-31 23:59:59\",\r\n        \"version_id\": \"<integer>\",\r\n        \"title\": \"<string>\",\r\n        \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n        \"brand_id\": \"<integer>\",\r\n        \"brand\": \"<string>\",\r\n        \"trustepay\": \"1|0\",\r\n        \"paypal\": \"1|0\",\r\n        \"cash_on_collection\": \"1|0\",\r\n        \"return_accepted\": \"1|0\",\r\n        \"collection_only\": \"1|0\",\r\n        \"collectible\": \"1|0\",\r\n        \"shipping_despatch_days\": \"<integer>\",\r\n        \"strike_a_deal_offered\": \"1|0\",\r\n        \"url\": \"<string>\",\r\n        \"auto_relist\": \"1|0\",\r\n        \"condition_note\": \"<string>\",\r\n        \"return_days\": \"<integer>\",\r\n        \"return_payer\": \"buyer|seller\",\r\n        \"return_policy\": \"<string>\",\r\n        \"min_shipping_days\": \"<integer>\",\r\n        \"free_shipping_available\": \"1|0\",\r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            }\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            },\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            }\r\n        ],\r\n        \"products_count\": \"<integer>\",\r\n        \"variations\": {\r\n            \"<string1>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ],\r\n            \"<string2>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ]\r\n        },\r\n        \"images\": [\r\n        \t{\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t},\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t}\r\n        ],\r\n        \"specifics\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"extra_specs\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n        \"description\": \"<string>\",\r\n        \"shipping\": [\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            },\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            }\r\n        ]\r\n    },\r\n    \"message\": \"\",\r\n    \"data_length\": 1\r\n}"}],"_postman_id":"165c7f69-e329-495b-bfa5-b879beee17c7"},{"name":"/v1/unsold_listings","id":"27e753ad-2a53-4347-9286-038d1b178b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"listings\":[180211, 186897]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/unsold_listings","description":"<p>Used to delete listings that have been unsold. Listings param is an array and can be filled with listing IDs but if one is invalid the whole request will fail.</p>\n","urlObject":{"path":["v1","unsold_listings"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27e753ad-2a53-4347-9286-038d1b178b02"},{"name":"/v1/draft","id":"02727bab-6f73-451a-ba1d-734102fa24e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/draft/400607","description":"<p>Used to delete listings just drafts</p>\n","urlObject":{"path":["v1","draft","400607"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02727bab-6f73-451a-ba1d-734102fa24e2"},{"name":"/v1/listings/560665/relist","id":"1f4e47eb-df3c-46a8-9f97-b9360013a0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{base_url}}/v1/listings/560665/relist","description":"<p>used to relist listings</p>\n","urlObject":{"path":["v1","listings","560665","relist"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f4e47eb-df3c-46a8-9f97-b9360013a0b4"},{"name":"/v1/brands/nike","id":"089edd40-4489-4716-995d-eb1123521a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/brands/nike","description":"<p>Used for quick sell page when user wants to pick from brands list once given a starting string (the first few letters).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"26f47c71-573c-447a-9461-fda17e638de0","id":"26f47c71-573c-447a-9461-fda17e638de0","name":"Listings","type":"folder"}},"urlObject":{"path":["v1","brands","nike"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"089edd40-4489-4716-995d-eb1123521a36"},{"name":"/v1/listing/description/{{version_id}}","id":"9dc331c9-a4b7-4b60-aa6b-a6b8838f1729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/listing/description/183544","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"26f47c71-573c-447a-9461-fda17e638de0","id":"26f47c71-573c-447a-9461-fda17e638de0","name":"Listings","type":"folder"}},"urlObject":{"path":["v1","listing","description","183544"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dc331c9-a4b7-4b60-aa6b-a6b8838f1729"},{"name":"/v1/listing_partials","id":"06601b41-90f1-4114-b091-977d483f6773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [561629,560665]\n}"},"url":"{{base_url}}/v1/listing_partials","description":"<p>Used to get the data returned for a search but from a string of listing ids - used in recently viewed</p>\n","urlObject":{"path":["v1","listing_partials"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7e00d465-d748-4e93-9c9e-e01e668c2849","name":"Get Listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Authentication Token","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"with\": [\"all\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings/{{listing_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:22:49 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1596"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"data\": {\r\n        \"listing_id\": \"<integer>\",\r\n        \"is_classified\": \"1|0\",\r\n        \"user_id\": \"<integer>\",\r\n        \"duration\": \"7 days|14 days|28 days\",\r\n        \"listing_end_date\": \"1970-01-31 23:59:59\",\r\n        \"latitude\": \"<float>\",\r\n        \"longitude\": \"<float>\",\r\n        \"is_bulk\": \"1|0\",\r\n        \"is_draft\": \"1|0\",\r\n        \"created\": \"1970-01-31 23:59:59\",\r\n        \"updated\": \"1970-01-31 23:59:59\",\r\n        \"version_id\": \"<integer>\",\r\n        \"title\": \"<string>\",\r\n        \"condition\": \"New|New With Tags|New Without Tags|New - Unused|New - Other|Used - Other|Pre-Owned|Refurbished\",\r\n        \"brand_id\": \"<integer>\",\r\n        \"brand\": \"<string>\",\r\n        \"trustepay\": \"1|0\",\r\n        \"paypal\": \"1|0\",\r\n        \"cash_on_collection\": \"1|0\",\r\n        \"return_accepted\": \"1|0\",\r\n        \"collection_only\": \"1|0\",\r\n        \"collectible\": \"1|0\",\r\n        \"shipping_despatch_days\": \"<integer>\",\r\n        \"strike_a_deal_offered\": \"1|0\",\r\n        \"url\": \"<string>\",\r\n        \"auto_relist\": \"1|0\",\r\n        \"condition_note\": \"<string>\",\r\n        \"return_days\": \"<integer>\",\r\n        \"return_payer\": \"buyer|seller\",\r\n        \"return_policy\": \"<string>\",\r\n        \"min_shipping_days\": \"<integer>\",\r\n        \"free_shipping_available\": \"1|0\",\r\n        \"categories\": {\r\n            \"level_1\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_2\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            },\r\n            \"level_3\": {\r\n                \"id\": \"<integer>\",\r\n                \"name\": \"<string>\"\r\n            }\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            },\r\n            {\r\n                \"sku\": \"<string>\",\r\n                \"ean\": \"<integer>\",\r\n                \"quantity\": \"<integer>\",\r\n                \"price\": \"<float>\",\r\n                \"mpn\": \"<string>\",\r\n                \"model\": \"<string>\",\r\n                \"colour\": \"<string>\",\r\n                \"variation\": {\r\n                \t\"<string1>\": \"<string>\",\r\n                \t\"<string2>\": \"<string>\"\r\n                }\r\n            }\r\n        ],\r\n        \"products_count\": \"<integer>\",\r\n        \"variations\": {\r\n            \"<string1>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ],\r\n            \"<string2>\": [\r\n                \"<string>\",\r\n                \"<string>\"\r\n            ]\r\n        },\r\n        \"images\": [\r\n        \t{\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t},\r\n            {\r\n        \t\t\"id\": \"<integer>\",\r\n            \t\"url\": \"<url>\"\r\n        \t}\r\n        ],\r\n        \"specifics\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"extra_specs\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"<string>\",\r\n\t\t\t\t\"value\": \"<string>\"\r\n\t\t\t}\r\n\t\t],\r\n        \"description\": \"<string>\",\r\n        \"shipping\": [\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            },\r\n            {\r\n                \"courier\": \"<string>\",\r\n                \"service\": \"<string>\",\r\n                \"price\": \"<float>\",\r\n                \"extra_item_fee\": \"<float>\"\r\n            }\r\n        ]\r\n    },\r\n    \"message\": \"\",\r\n    \"data_length\": 1\r\n}"}],"_postman_id":"06601b41-90f1-4114-b091-977d483f6773"},{"name":"/v1/hide_listing","id":"e2925700-9396-46d3-b595-a1deb3c30d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{base_url}}/v1/hide_listing/{{listing_id}}","description":"<p>Used to hide non active listings so that they do not show up in the sellers dashboard</p>\n","urlObject":{"path":["v1","hide_listing","{{listing_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2925700-9396-46d3-b595-a1deb3c30d2a"},{"name":"v1/transaction/returnable","id":"bcf5344d-fa6a-43bd-b1a7-be4ec674d4f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"url":"{{base_url}}/v1/transaction/returnable","description":"<p>Used to get the list of transcations that can be returned as the buyer.</p>\n","urlObject":{"path":["v1","transaction","returnable"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"51ed7c63-5b55-44c5-b6f2-88fabe57ea61","name":"Get User's Transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"collection_date\": \"1970-12-31 23:59:59\"\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"variation\": {\n                        \"<string>\": \"<string>\"\n                    },\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 3,\n    \"total_count\": 3,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"bcf5344d-fa6a-43bd-b1a7-be4ec674d4f6"},{"name":"/v1/category_next_level_option","id":"a81568e6-440c-40f9-bf10-0cf11773969d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category_id\":null,\n    \"level\":\"1\"\n}"},"url":"{{base_url}}/v1/category_next_level_option","description":"<p>Used by the quick sell page to populate the next level category suggestion. For example if you had selected sports -&gt; tennis your seults may be: balls, rackets, nets.</p>\n<p>If you just want the top level choices there is no need to send any params.</p>\n<p>When you send params you must send the category_id and the level of that category id. So in my last example the id would be the tennis ID and the level would be 2 because it is the 2nd level down. </p>\n<p>Levels sent should between 2 and 5 because there is only 6 levels and if its level 1 there is no need to send params. </p>\n<p>Working examples of every level:</p>\n<p>{\n    \"category_id\":null,\n    \"level\":\"1\"\n}</p>\n<p>{\n    \"category_id\":\"222\",\n    \"level\":\"2\"\n}</p>\n<p>{\n    \"category_id\":\"177832\",\n    \"level\":\"3\"\n}</p>\n<p>{\n    \"category_id\":\"147218\",\n    \"level\":\"4\"\n}</p>\n<p>{\n    \"category_id\":\"181882\",\n    \"level\":\"5\"\n}</p>\n","urlObject":{"path":["v1","category_next_level_option"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2b6abfc5-e54e-4fb6-a217-b76ded0551ff","name":"Get Inventory","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"on_sale|drafts|ended|unsold|sold_out\",\n\t\"order\": \"listing_id_ASC|price_ASC|price_DESC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"product_id\": \"<integer>\",\n            \"sku\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"price\": \"<float>\"\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 10,\n    \"total_count\": 32,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 4\n}"}],"_postman_id":"a81568e6-440c-40f9-bf10-0cf11773969d"},{"name":"/v1/reviews","id":"fb8bd476-c58f-4190-b7a4-181e72448aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"listingId\": 44\n}"},"url":"{{base_url}}/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1ee139b4-c31f-4102-801d-29a6122b2bc5","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{mike}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"ended\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"fb8bd476-c58f-4190-b7a4-181e72448aff"},{"name":"/v1/reviews","id":"30b369e1-0928-48a7-9d68-99d33e5c4ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"listingId\":666494,\n    \"description\":\"uyiuyiuyiyfyitfytfytfiyfityfitftfuyguyguygyyg76f7if7fiytf\",\n    \"starRating\":3,\n    \"qualityRating\":4,\n    \"valueForMoneyRating\":4\n}"},"url":"{{base_url}}/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a664e80f-4959-4fea-9bc4-aa220d38281d","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{mike}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"ended\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"30b369e1-0928-48a7-9d68-99d33e5c4ee3"},{"name":"/v1/reviews","id":"d49e30ce-0147-4c3c-b0cb-aae81b978f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"description\": \"updated2\",\n        \"starRating\": 4,\n        \"valueForMoneyRating\": 3,\n        \"qualityRating\": 1\n}"},"url":"{{base_url}}/v1/reviews/635b002ae27dab32e2fdb3c6","urlObject":{"path":["v1","reviews","635b002ae27dab32e2fdb3c6"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"63d962c5-b538-480f-b927-26c842ba85e3","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{mike}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"ended\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"d49e30ce-0147-4c3c-b0cb-aae81b978f6c"},{"name":"/v1/reviews","id":"5acd3f1c-a75a-4553-83c0-cf861901c70a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/v1/reviews/6359990871a63387c219b29f","urlObject":{"path":["v1","reviews","6359990871a63387c219b29f"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bedf96bc-e299-405a-9e74-3d11f0390737","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{mike}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"ended\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"5acd3f1c-a75a-4553-83c0-cf861901c70a"},{"name":"/v1/reviews/{{reviewID}}","id":"33c5e68e-6168-4103-8e88-3c124eaef4d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{base_url}}/v1/reviews/632098a797d6f3a03e5ea469","urlObject":{"path":["v1","reviews","632098a797d6f3a03e5ea469"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ccc55859-27ed-455c-83c4-a6e060acfead","name":"Get Listings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{mike}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"ended\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Sep 2019 10:07:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1733"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"brand_id\": \"<integer>\",\n            \"brand\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\",\n                    \"product_id\": \"<integer>\"\n                }\n            ],\n            \"products_count\": 1,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t},\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        },\n        {\n            \"listing_id\": \"<integer>\",\n            \"is_classified\": \"0|1\",\n            \"user_id\": \"<integer>\",\n            \"duration\": \"<string>\",\n            \"listing_end_date\": \"1970-01-31 23:59:59\",\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"is_bulk\": \"0|1\",\n            \"is_draft\": \"0|1\",\n            \"created\": \"1970-01-31 23:59:59\",\n            \"updated\": \"1970-01-31 23:59:59\",\n            \"version_id\": \"<integer>\",\n            \"title\": \"<string>\",\n            \"condition\": \"<string>\",\n            \"trustepay\": \"0|1\",\n            \"paypal\": \"0|1\",\n            \"cash_on_collection\": \"0|1\",\n            \"return_accepted\": \"0|1\",\n            \"collection_only\": \"0|1\",\n            \"collectible\": \"0|1\",\n            \"shipping_despatch_days\": \"<integer>\",\n            \"strike_a_deal_offered\": \"0|1\",\n            \"url\": \"<string>\",\n            \"auto_relist\": \"0|1\",\n            \"return_days\": \"<integer>\",\n            \"return_payer\": \"<string>\",\n            \"return_policy\": \"<string>\",\n            \"min_shipping_days\": \"<integer>\",\n            \"free_shipping_available\": \"0|1\",\n            \"categories\": {\n                \"level_1\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_2\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_3\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_4\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                },\n                \"level_5\": {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\"\n                }\n            },\n            \"products\": [\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                },\n                {\n                    \"product_id\": \"<integer>\",\n                    \"brand_id\": \"<integer>\",\n                    \"brand\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"ean\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"price\": \"<float>\"\n                }\n            ],\n            \"products_count\": 2,\n            \"images\": [\n            \t{\n            \t\t\"id\": \"<integer>\",\n            \t\t\"url\": \"<url>\"\n            \t}\n            ],\n            \"shipping\": [\n                {\n                    \"courier\": \"<string>\",\n                    \"service\": \"<string>\",\n                    \"price\": \"<float>\",\n                    \"extra_item_fee\": \"<float>\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 2,\n    \"page\": 1\n}"}],"_postman_id":"33c5e68e-6168-4103-8e88-3c124eaef4d1"}],"id":"26f47c71-573c-447a-9461-fda17e638de0","description":"<p>Requests to fetch, create, edit or delete listings.</p>\n<h2 id=\"listing-object\"><a></a>Listing Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>listing_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the listing</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the seller</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>enum</td>\n<td>if draft</td>\n<td>The duration of the listing<br /><strong>Possible values:</strong><br />- \"7 days\"<br />- \"14 days\"<br />- \"28 days\"<br /><strong>Default value:</strong> \"28 days\"</td>\n</tr>\n<tr>\n<td>listing_end_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the listing ends</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>string</td>\n<td>no</td>\n<td>The latitude in the GPS coordinates of the seller</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>string</td>\n<td>no</td>\n<td>The longitude in the GPS coordinates of the seller</td>\n</tr>\n<tr>\n<td>is_bulk</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the listing was created via Bulk Upload<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>is_draft</td>\n<td>boolean</td>\n<td>if draft</td>\n<td>Whether the listing is a draft<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>created</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the listing was created</td>\n</tr>\n<tr>\n<td>updated</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the listing was last updated</td>\n</tr>\n<tr>\n<td>inactive_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the listing became inactive<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>listing_history_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the listing was moved (automatically) into history<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>relist_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the listing was re-created from history by the seller<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>ended_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the listing was ended by the seller<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>ended_reason</td>\n<td>enum</td>\n<td>no</td>\n<td>The reason why the seller ended the listing<br /><strong>Possible values:</strong><br />- \"sold\": The item has been sold elsewhere<br />- \"damaged\": The item has become damaged/lost and no longer available<br />- \"mistake\": The item was listed by mistake<br />- \"classified_sold\": (FOR CLASSIFIED LISTINGS ONLY) The item has been sold</td>\n</tr>\n<tr>\n<td>is_classified</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the listing is a classified ad<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>version_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the current version of the listing</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>yes</td>\n<td>The title of the listing</td>\n</tr>\n<tr>\n<td>condition</td>\n<td>enum</td>\n<td>yes</td>\n<td>The condition of the itema<br /><strong>Possible values:</strong><br />- \"New\"<br />- \"New With Tags\"<br />- \"New Without Tags\"<br />- \"New - Unused\" <br />- \"New - Other\"<br />- \"Used - Other\"<br />- \"Pre-Owned\"<br />- \"Refurbished\"</td>\n</tr>\n<tr>\n<td>condition_note</td>\n<td>string</td>\n<td>yes</td>\n<td>Additional details on the condition of the itema<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the brand of the items</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>string</td>\n<td>no</td>\n<td>The name of the brand the items</td>\n</tr>\n<tr>\n<td>trustepay</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether payments via Trustepay are accepted</td>\n</tr>\n<tr>\n<td>paypal</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether payments via PayPal are accepted</td>\n</tr>\n<tr>\n<td>cash_on_collection</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether payments with Cash on Collection are accepted</td>\n</tr>\n<tr>\n<td>return_accepted</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether the item can be returned to the seller<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>return_days</td>\n<td>integer</td>\n<td>yes</td>\n<td>The number of days after reception within which the item can be returned<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>return_payer</td>\n<td>enum</td>\n<td>yes</td>\n<td>The person who is in charge of the return costs<br /><strong>Possible values:</strong><br />- \"buyer\"<br />- \"seller\"<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>return_policy</td>\n<td>string</td>\n<td>yes</td>\n<td>The seller's policy on returns<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>collection_only</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the items can ONLY be collected</td>\n</tr>\n<tr>\n<td>collectible</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether the items can be collected<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>shipping_despatch_days</td>\n<td>integer</td>\n<td>yes</td>\n<td>The number of days required by the seller to prepare and despatch the items</td>\n</tr>\n<tr>\n<td>strike_a_deal_offered</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether Strike a Deal offers are accepted on the listing<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>auto_relist</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether the listing should automatically renewed at the end of its duration</td>\n</tr>\n<tr>\n<td>url</td>\n<td>string</td>\n<td>no</td>\n<td>The link to the listing details</td>\n</tr>\n<tr>\n<td>min_shipping_days</td>\n<td>integer</td>\n<td>no</td>\n<td>The minimum number of days in which the items can be shipped</td>\n</tr>\n<tr>\n<td>free_shipping_available</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the listing contains a free shipping option</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>array of objects</td>\n<td>yes</td>\n<td>The ids and names of the listing's categories</td>\n</tr>\n<tr>\n<td>products</td>\n<td>array of <a href=\"#product\">product</a> objects</td>\n<td>yes</td>\n<td>The different products of the listing</td>\n</tr>\n<tr>\n<td>products_count</td>\n<td>integer</td>\n<td>no</td>\n<td>The number of different products contained in this listing</td>\n</tr>\n<tr>\n<td>variations</td>\n<td>array of objects</td>\n<td>no</td>\n<td>The names and values of the listing's variations where:<br />- the keys are the variation names,<br />- the values are arrays of option values (strings)<br /><strong>Default value:</strong> null</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"product-object\"><a></a>Product Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>yes</td>\n<td>The SKU (Stock Keeping Unit) label of the item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>ean</td>\n<td>integer</td>\n<td>yes</td>\n<td>The EAN (European Article Number) of the item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>mpn</td>\n<td>string</td>\n<td>yes</td>\n<td>The MPN (Manufacturer Part Number) of the item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>model</td>\n<td>string</td>\n<td>yes</td>\n<td>The model of the item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>colour</td>\n<td>string</td>\n<td>yes</td>\n<td>The colour of the item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>float</td>\n<td>yes</td>\n<td>The price of the item</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>integer</td>\n<td>yes</td>\n<td>The current quantity of the listing</td>\n</tr>\n<tr>\n<td>variation</td>\n<td>object</td>\n<td>yes</td>\n<td>The names and values of the item's variation where:<br />- the keys are the variation names,<br />- the values are the option values (string)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"product-automotive-fields\"><a></a>Product Automotive fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reg_number</td>\n<td>string</td>\n<td>yes</td>\n<td>The registration number of the vehicle</td>\n</tr>\n<tr>\n<td>mileage</td>\n<td>float</td>\n<td>yes</td>\n<td>The current mileage of the vehicle</td>\n</tr>\n<tr>\n<td>trim</td>\n<td>enum</td>\n<td>yes</td>\n<td>The trim of the vehicle<br /><strong>Possible values:</strong><br />- \"Full Leather\"<br />- \"Part Leather\"<br />- \"Leather / Cloth\"<br />- \"Cloth\"</td>\n</tr>\n<tr>\n<td>service_history</td>\n<td>enum</td>\n<td>yes</td>\n<td>The service history of the vehicle<br /><strong>Possible values:</strong><br />- \"Full\"<br />- \"Partial\"<br />- \"None\"</td>\n</tr>\n<tr>\n<td>mot</td>\n<td>date   [dd / mm/YYYY]</td>\n<td>yes</td>\n<td>The date of the last MOT test of the vehicle</td>\n</tr>\n<tr>\n<td>year</td>\n<td>date   [YYYY ]</td>\n<td>yes</td>\n<td>The year of the vehicle</td>\n</tr>\n<tr>\n<td>year_id</td>\n<td>string</td>\n<td>yes</td>\n<td>The year identifier of the vehicle</td>\n</tr>\n<tr>\n<td>previous_keepers</td>\n<td>integer</td>\n<td>yes</td>\n<td>The number of previous owners of the vehicle</td>\n</tr>\n<tr>\n<td>fuel</td>\n<td>string</td>\n<td>yes</td>\n<td>The energy source of the vehicle</td>\n</tr>\n<tr>\n<td>transmission</td>\n<td>string</td>\n<td>yes</td>\n<td>The transmission type of the vehicle</td>\n</tr>\n<tr>\n<td>engine_size</td>\n<td>string</td>\n<td>yes</td>\n<td>The size of the vehicle's engine</td>\n</tr>\n<tr>\n<td>doors</td>\n<td>integer</td>\n<td>yes</td>\n<td>The number of doors of the vehicle</td>\n</tr>\n<tr>\n<td>seats</td>\n<td>integer</td>\n<td>yes</td>\n<td>The number of seats in the vehicle</td>\n</tr>\n<tr>\n<td>body_type</td>\n<td></td>\n<td>yes</td>\n<td>The   body type of the vehicle</td>\n</tr>\n<tr>\n<td>emissions</td>\n<td>float</td>\n<td>yes</td>\n<td>The emissions rate of the vehicle</td>\n</tr>\n<tr>\n<td>mpg</td>\n<td>float</td>\n<td>yes</td>\n<td>The MPG rating of the vehicle</td>\n</tr>\n<tr>\n<td>road_tax_6_months</td>\n<td>float</td>\n<td>yes</td>\n<td>The price of the 6 Months Road Tax of the vehicle</td>\n</tr>\n<tr>\n<td>road_tax_1_year</td>\n<td>float</td>\n<td>yes</td>\n<td>The price of the 1 Year Road Tax of the vehicle</td>\n</tr>\n<tr>\n<td>financing</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether financing is available for the vehicle</td>\n</tr>\n<tr>\n<td>warranty</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether a warranty is available with the vehicle</td>\n</tr>\n<tr>\n<td>variant</td>\n<td>string</td>\n<td>yes</td>\n<td>The variant of the vehicle</td>\n</tr>\n<tr>\n<td>roof_height</td>\n<td>string</td>\n<td>yes</td>\n<td>The height of the vehicle's roof</td>\n</tr>\n<tr>\n<td>cab_type</td>\n<td>enum</td>\n<td>yes</td>\n<td>The cab type of the vehicle<br /><strong>Possible values:</strong><br />- \"Standard\"<br />- \"Crew\"<br />- \"Double/Extended\"</td>\n</tr>\n<tr>\n<td>wheelbase</td>\n<td>enum</td>\n<td>yes</td>\n<td>The wheelbase of the vehicle<br /><strong>Possible values:</strong><br />- \"SWB\"<br />- \"MWB\"<br />- \"LWB\"<br />- \"XLWB\"</td>\n</tr>\n<tr>\n<td>bike_type</td>\n<td>string</td>\n<td>yes</td>\n<td>The motorcycle type of the vehicle</td>\n</tr>\n<tr>\n<td>berth</td>\n<td>string</td>\n<td>yes</td>\n<td>The berth type of the vehicle</td>\n</tr>\n<tr>\n<td>caravan_type</td>\n<td>enum</td>\n<td>yes</td>\n<td>The caravan type of the vehicle<br /><strong>Possible values:</strong><br />- \"Static\"<br />- \"Tourer\"<br />- \"Trailer\"</td>\n</tr>\n<tr>\n<td>trailer_type</td>\n<td>string</td>\n<td>yes</td>\n<td>The trailer type of the vehicle</td>\n</tr>\n<tr>\n<td>axles</td>\n<td>enum</td>\n<td>yes</td>\n<td>The axles type of the vehicle<br /><strong>Possible values:</strong><br />- \"Single\"<br />- \"Double\"</td>\n</tr>\n<tr>\n<td>length</td>\n<td>float</td>\n<td>yes</td>\n<td>The length of the vehicle</td>\n</tr>\n<tr>\n<td>watercraft_type</td>\n<td>string</td>\n<td>yes</td>\n<td>The watercraft type of the vehicle</td>\n</tr>\n<tr>\n<td>engine_type</td>\n<td>enum</td>\n<td>yes</td>\n<td>The engine type of the vehicle<br /><strong>Possible values:</strong><br />- \"Inboard Single\"<br />- \"Inboard Twin\"<br />- \"Outboard Single\"<br />- \"Outboard Twin\"</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"product-shipping\">Product shipping</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping</td>\n<td>array of <a href=\"#shipping\">shipping</a> objects</td>\n<td>yes</td>\n<td>The shipping options available for the item</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"listing-images\">Listing images</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>images</td>\n<td>array of objects</td>\n<td>yes</td>\n<td>The ids and urls of the images of the listing<br /><strong>Default value:</strong> null</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"listing-description\">Listing description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>yes</td>\n<td>The description of the listing</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"shipping-object\"><a></a>Shipping Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>courier</td>\n<td>string</td>\n<td>yes</td>\n<td>The name of the courier of the shipping option</td>\n</tr>\n<tr>\n<td>service</td>\n<td>string</td>\n<td>yes</td>\n<td>The name of the service of the shipping option</td>\n</tr>\n<tr>\n<td>price</td>\n<td>float</td>\n<td>yes</td>\n<td>The price of shipping a single item</td>\n</tr>\n<tr>\n<td>extra_item_fee</td>\n<td>float</td>\n<td>yes</td>\n<td>The price of shipping any additional item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e0be9f4e-dce7-42aa-a5d0-b48263933ca9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c9878569-9a45-466b-a5aa-f94921c59d9d","type":"text/javascript","exec":[""]}}],"_postman_id":"26f47c71-573c-447a-9461-fda17e638de0"},{"name":"Transactions","item":[{"name":"/v1/transaction/sales","id":"3aa7de84-912e-4a92-bcf1-5366de2fbd26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}"},"url":"{{base_url}}/v1/transaction/sales","description":"<p>Fetches the transactions of the current user.</p>\n<p>Optional arguments:</p>\n<ul>\n<li><code>status</code> (string): transaction status: can be:\n  \"awaiting_despatch\", \"despatched\", \"awaiting_collection\", \"completed\"</li>\n<li><code>order</code> (string): field by which the transactions should be ordered: can be:\n  \"id_ASC\", \"id_DESC\", \"despatch_by_ASC\", \"despatched_date_DESC\", \"collection_date_ASC\"</li>\n<li><code>payment_type</code>: either \"paypal\", \"trustepay\" or \"cash\" - not required </li>\n<li><code>page</code> (integer): result page to start from</li>\n<li><code>limit</code> (integer): number of transactions to be fetched: must be less than 20</li>\n</ul>\n","urlObject":{"path":["v1","transaction","sales"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3fc13616-5601-4069-a179-57cdeb723ff6","name":"Get User's Transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"collection_date\": \"1970-12-31 23:59:59\"\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"variation\": {\n                        \"<string>\": \"<string>\"\n                    },\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 3,\n    \"total_count\": 3,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"3aa7de84-912e-4a92-bcf1-5366de2fbd26"},{"name":"/v1/transaction/purchases","id":"e8346c48-f871-4159-a630-d7b71b2568b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_delivery|awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}"},"url":"{{base_url}}/v1/transaction/purchases","urlObject":{"path":["v1","transaction","purchases"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ccf5784c-0fb4-4d21-8161-c6b3489e6362","name":"Get User's Transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"collection_date\": \"1970-12-31 23:59:59\"\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"variation\": {\n                        \"<string>\": \"<string>\"\n                    },\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 3,\n    \"total_count\": 3,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"e8346c48-f871-4159-a630-d7b71b2568b5"},{"name":"/v1/transactions/{{id}}","id":"53e916da-5cca-48f2-aa71-3200a2bbae44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Authentication Token</p>\n","key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"tracking_number\": \"<string>\"\n}"},"url":"{{base_url}}/v1/transactions/HTD3HQ","description":"<p>Marks the transaction with the given id as despatched.</p>\n<p>Request body:</p>\n<ul>\n<li><code>tracking_number</code> (string) [optional]: shipping tracking number</li>\n</ul>\n","urlObject":{"path":["v1","transactions","HTD3HQ"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"beb8aa70-4d89-4e2f-aeef-9cd52dc616bd","name":"Update Transaction: Despatch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tracking_number\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/despatched"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"<string>\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"est_delivery_date\": \"1970-12-31\",\n                \"despatched_date\": \"1970-12-31 23:59:59\",\n                \"tracking_id\": \"<string>\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"53e916da-5cca-48f2-aa71-3200a2bbae44"},{"name":"/v1/transaction/sales/search","id":"753305ee-c7f2-49af-bb36-4c99dc7654b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"page\": 1,\n\t\"limit\": 10,\n\t\"username\": \"LOW-4766\"\t\n}"},"url":"{{base_url}}/v1/transaction/sales/search","description":"<p>Fetches the sales from a particular buyer username - gives the seller the ability to quickly look up the transactions from a buyer.</p>\n<p>Required input:</p>\n<ul>\n<li><code>username</code> (string): the user name the seller wishes to search for\nOptional arguments:</li>\n<li><code>page</code> (integer): result page to start from</li>\n<li><code>limit</code> (integer): number of transactions to be fetched: must be less than 20</li>\n</ul>\n","urlObject":{"path":["v1","transaction","sales","search"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a260466e-7d12-4d94-ba4d-a7273a8c3006","name":"Get User's Transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"collection_date\": \"1970-12-31 23:59:59\"\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"variation\": {\n                        \"<string>\": \"<string>\"\n                    },\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 3,\n    \"total_count\": 3,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"753305ee-c7f2-49af-bb36-4c99dc7654b9"},{"name":"/v1/transaction","id":"f077bb86-7961-4fb2-a43b-78c4489566ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"promotion_id\": null,\r\n    \"voucher_code\": null,\r\n    \"payment_type\": \"paypal\",\r\n    \"shipping_type\": \"shipping\",\r\n    \"comments\":\"ddd\",\r\n    \"shipping_id\": 3033920,\r\n    \"address_id\": 2145,\r\n    \"items\": {\r\n        \"0\": {\r\n            \"quantity\": 1,\r\n            \"listing_id\": 885823\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction","description":"<p>This endpoint begins paypal and trustepay transactions and completely processes cash transactions. The process for paypal and stripe transactions is completely the same but what happens inbetween this call and the /v1/tranaction/payment_confirm call is different.</p>\n<p>In the case of Trustepay you have will get a response to this request that looks like this:</p>\n<p>{\n    \"success\": true,\n    \"message\": \"You have successfully stored the transaction on ebuygumm and stripe, now you need to execute the js script included in this response.\",\n    \"data\": {\n        \"order_id\": \"888592\",\n        \"session\": \"cs_test_6Vep2iih1FB0ds4HXiAZpvNFpDW091lUZvhJKv3CxJawBqk6kPxC2w97\",\n        \"key\": \"pk_test_a0RDisJptLZjtEnF3uX8ox7d\",\n        \"include_script\": \"<a href=\"https://js.stripe.com/v3/\">https://js.stripe.com/v3/</a>\",\n        \"fully_formed_script\": \"\"\n</p><p>With this you will need to keep a record of the \"order_id\" and the fact that the payment type is trusepay. Then you can take the fully formed script and execute it in the users browser. Then the user will be taken away to stripe to pay and Stripe will redirect them back to you after.</p>\n<p>In the case of a paypal payment the response will look like this:</p>\n<p>{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"order_id\": \"888593\",\n        \"status\": \"CREATED\",\n        \"paypal_id\": \"3DY84226D4331342F\",\n        \"links\": [\n            {\n                \"href\": \"<a href=\"https://api.sandbox.paypal.com/v2/checkout/orders/3DY84226D4331342F\">https://api.sandbox.paypal.com/v2/checkout/orders/3DY84226D4331342F</a>\",\n                \"rel\": \"self\",\n                \"method\": \"GET\"\n            },\n            {\n                \"href\": \"<a href=\"https://www.sandbox.paypal.com/checkoutnow?token=3DY84226D4331342F\">https://www.sandbox.paypal.com/checkoutnow?token=3DY84226D4331342F</a>\",\n                \"rel\": \"approve\",\n                \"method\": \"GET\"\n            },\n            {\n                \"href\": \"<a href=\"https://api.sandbox.paypal.com/v2/checkout/orders/3DY84226D4331342F\">https://api.sandbox.paypal.com/v2/checkout/orders/3DY84226D4331342F</a>\",\n                \"rel\": \"update\",\n                \"method\": \"PATCH\"\n            },\n            {\n                \"href\": \"<a href=\"https://api.sandbox.paypal.com/v2/checkout/orders/3DY84226D4331342F/capture\">https://api.sandbox.paypal.com/v2/checkout/orders/3DY84226D4331342F/capture</a>\",\n                \"rel\": \"capture\",\n                \"method\": \"POST\"\n            }\n        ]\n    }\n}</p>\n<p>Again you need to store the \"order_id\" and the fact that the payment_type is paypal. Then you need to take the buyer to the \"rel\": \"approve\" \"method\": \"GET\" url which you can easily form from the paypal ID. The other links are their for reference but curenly not expected to be supported. </p>\n<p>When the user returns from making their payment with paypal or trustepay the process is the same make a /v1/tranaction/payment_confirm call with the order_id and payment_type.</p>\n<p>In the case of cash payments you only need to make this call to complete the transaction.</p>\n<p>The payment_type is required and must be either 'paypal', 'trustepay' or 'cash' nothing else will work.</p>\n<p>The shipping_type is required and must be either 'collection' or 'shipping' nothing else will work. This relates to whether the item will be shipped or collected.</p>\n<p>The shipping_id is required if shipping type is 'shipping' and must relate to one of the available shipping ids for the product. </p>\n<p>The address_id is required if shipping type is 'shipping' and must relate to one user's (buyer's) postal addresses. </p>\n<p>The items array is required and must contain a \"quantity\", listing_id and if that listing has variations a product_id</p>\n<p>The comments field is optional and relates to any comments the user may wish to make of check out like: \"leave with my neighbour at number 11\"</p>\n<p>The sad_id is optional and is only for use when a Strike A Deal transaction is being processed.</p>\n<p>The promotion_id is optional and only used when their is a promotion with this sale.</p>\n<p>The voucher_id is optional and only used when their is a voucher being used with this sale.</p>\n","urlObject":{"path":["v1","transaction"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f077bb86-7961-4fb2-a43b-78c4489566ac"},{"name":"/v1/transactions/{{id}}/despatched","id":"befe760d-38f0-4646-b2d0-8d82a256555f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tracking_number\": \"<string>\"\n}"},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/despatched","description":"<p>Marks the transaction with the given id as despatched.</p>\n<p>Request body:</p>\n<ul>\n<li><code>tracking_number</code> (string) [optional]: shipping tracking number</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","name":"Transactions","type":"folder"}},"urlObject":{"path":["v1","transactions","{{transaction_id}}","despatched"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce0db0da-51de-46ac-8edb-acdaa36eff0a","name":"Update Transaction: Despatch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tracking_number\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/despatched"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"<string>\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"est_delivery_date\": \"1970-12-31\",\n                \"despatched_date\": \"1970-12-31 23:59:59\",\n                \"tracking_id\": \"<string>\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"befe760d-38f0-4646-b2d0-8d82a256555f"},{"name":"/v1/transactions/{{id}}/received","id":"1fa10764-6315-47c7-8283-566d9007c859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"state\": \"satisfied|unsatisfied|unwanted\"\n}"},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/received","description":"<p>Marks the transaction with the given id as received.</p>\n<p>Request body:</p>\n<ul>\n<li><code>state</code> (string) [required]: state of the item received: can be:\n  \"satisfied\", \"unsatisfied\" or \"unwanted\" (only valid if returns are accepted for the item)</li>\n<li><code>reason</code> (string): required if the state is \"unsatisfied\", additional details to explain why the user is unsatisfied</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","name":"Transactions","type":"folder"}},"urlObject":{"path":["v1","transactions","{{transaction_id}}","received"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d9a03346-0ef9-442a-ba41-0fb3eb97d4f2","name":"Update Transaction: Received","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"state\": \"satisfied|unsatisfied|unwanted\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/received"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"<string>\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"est_delivery_date\": \"1970-12-31\",\n                \"despatched_date\": \"1970-12-31 23:59:59\",\n                \"tracking_id\": \"<string>\",\n                \"received_date\": \"1970-12-31 23:59:59\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"1fa10764-6315-47c7-8283-566d9007c859"},{"name":"/v1/transactions/{{id}}/not_received","id":"f936e3d9-0d30-43cc-8cbc-ef225efa115e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"url":"{{base_url}}/v1/transactions/{{transaction_id}}/not_received","description":"<p>Marks the transaction with the given id as not received.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","name":"Transactions","type":"folder"}},"urlObject":{"path":["v1","transactions","{{transaction_id}}","not_received"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"928bec1b-6a58-4933-9bda-f113786986da","name":"Update Transaction: Not Received","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/javascript","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/transactions/{{transaction_id}}/not_received"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"<string>\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"est_delivery_date\": \"1970-12-31\",\n                \"despatched_date\": \"1970-12-31 23:59:59\",\n                \"tracking_id\": \"<string>\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"f936e3d9-0d30-43cc-8cbc-ef225efa115e"},{"name":"/v1/transactions/{{id}}/collected","id":"7152cc55-4f80-4e3a-9a6f-81e173f03325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"collection_code\": \"<string>\"\n}"},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/collected","description":"<p>Marks the transaction with the given id as collected.</p>\n<p>Request Parameters:</p>\n<ul>\n<li><code>collection_code</code> (string): collection code given by the buyer</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","name":"Transactions","type":"folder"}},"urlObject":{"path":["v1","transactions","{{transaction_id}}","collected"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f30043ca-bae0-44ec-8bed-be3e29b14591","name":"Update Transaction: Collected","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"collection_code\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/collected"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"collection\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"collection_date\": \"1970-12-31 23:59:59\",\n                \"collected_date\": \"1970-12-31 23:59:59\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"7152cc55-4f80-4e3a-9a6f-81e173f03325"},{"name":"/v1/transactions/{{id}}/not_collected","id":"e0d3124e-1a61-431f-a223-228de7e31499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"url":"{{base_url}}/v1/transactions/{{transaction_id}}/not_collected","description":"<p>Marks the transaction with the given id as not collected.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","name":"Transactions","type":"folder"}},"urlObject":{"path":["v1","transactions","{{transaction_id}}","not_collected"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"31f151df-9109-4508-b4a9-c1cf07016ccc","name":"Update Transaction: Not Collected","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/transactions/{{transaction_id}}/not_collected"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"collection\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"collection_date\": \"1970-12-31 23:59:59\",\n                \"not_collected_date\": \"1970-12-31 23:59:59\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"e0d3124e-1a61-431f-a223-228de7e31499"},{"name":"/v1/transactions/{{id}}/cancelled","id":"7132e784-3354-4142-96ad-0ff8a97727db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reason\": \"damaged|unavailable|sold|out_of_stock\"\n}"},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/cancelled","description":"<p>Marks the transaction with the given id as cancelled.</p>\n<p>Request Parameters:</p>\n<ul>\n<li><code>reason</code> (string) [required]: reason for cancelling the transaction: can be:\n  \"damaged\", \"unavailable\", \"sold\", \"out_of_stock\"</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","name":"Transactions","type":"folder"}},"urlObject":{"path":["v1","transactions","{{transaction_id}}","cancelled"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"927e1f8c-39ce-4e4d-b27a-830a1b67ed47","name":"Update Transaction: Cancelled","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reason\": \"damaged|unavailable|sold|out_of_stock\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions/{{transaction_id}}/cancelled"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"cancel_date\": \"1970-12-31 23:59:59\",\n        \"cancel_reason\": \"damaged|unavailable|sold|out_of_stock\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"collection\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"collection_date\": \"1970-12-31 23:59:59\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"7132e784-3354-4142-96ad-0ff8a97727db"},{"name":"/v1/transactions/{{id}}/downloaded","id":"b87be20b-51bc-4ca3-863f-1300d47391c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"url":"{{base_url}}/v1/transactions/{{transaction_id}}/downloaded","description":"<p>Marks the transaction with the given id as downloaded.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","name":"Transactions","type":"folder"}},"urlObject":{"path":["v1","transactions","{{transaction_id}}","downloaded"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f6935755-29c3-4f0e-b962-6e4df265024a","name":"Update Transaction: Downloaded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"url":"{{base_url}}/v1/transactions/{{transaction_id}}/downloaded"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"transaction_id\": \"<integer>\",\n        \"order_number\": \"<integer>\",\n        \"checkout_date\": \"1970-12-31 23:59:59\",\n        \"total_price\": \"<float>\",\n        \"paid_date\": \"1970-12-31 23:59:59\",\n        \"payment_type\": \"trustepay|paypal|cash\",\n        \"downloaded_date\": \"1970-12-31 23:59:59\",\n        \"charge_id\": \"<string>\",\n        \"line_items\": [\n            {\n                \"listing_id\": \"<integer>\",\n                \"version_id\": \"<integer>\",\n                \"product_id\": \"<integer>\",\n                \"title\": \"<string>\",\n                \"sku\": \"<string>\",\n                \"quantity\": \"<integer>\",\n                \"shipping_details\": \"collection\",\n                \"unit_price\": \"<float>\",\n                \"total_price\": \"<float>\",\n                \"discount_amount\": \"<float>\",\n                \"collection_date\": \"1970-12-31 23:59:59\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"data_length\": 1\n}"}],"_postman_id":"b87be20b-51bc-4ca3-863f-1300d47391c5"},{"name":"/v1/transaction/payment_confirm","id":"18bffea9-ab11-473b-b866-667fae318f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment_type\": \"trustepay\",\r\n    \"order_id\": 1889458\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/payment_confirm","description":"<p>This is the order follow up endpoint that is used once the buyer return back from having paid with paypal or stripe and checks if the buyer paid and if they did confirms the transaction. and if their was a problem gives meaningful feedback and reverses the payment. Calls to check a paypal or trustepay are the same we just require the order_id and the payment_type. That's it we do the rest.</p>\n","urlObject":{"path":["v1","transaction","payment_confirm"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18bffea9-ab11-473b-b866-667fae318f44"},{"name":"/v1/transaction/paypal","id":"df654fbe-e360-497c-baf0-bf67777d0188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user270}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/v1/trustepay/payout_history","description":"<p>Used for getting the latest paypal transactions.</p>\n","urlObject":{"path":["v1","trustepay","payout_history"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8579d945-65ad-42f7-907b-695b94fb073f","name":"Get User's Transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"collection_date\": \"1970-12-31 23:59:59\"\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"variation\": {\n                        \"<string>\": \"<string>\"\n                    },\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 3,\n    \"total_count\": 3,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"df654fbe-e360-497c-baf0-bf67777d0188"},{"name":"/v1/transaction/trustepay","id":"653dcf94-72ef-4599-bd38-3546d31ec70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"limit\": 40\n}"},"url":"{{base_url}}/v1/transaction/trustepay","description":"<p>Used to get the latest trustepay transactions. </p>\n","urlObject":{"path":["v1","transaction","trustepay"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8adeda27-0011-4848-a093-1776a9cb22e5","name":"Get User's Transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"collection_date\": \"1970-12-31 23:59:59\"\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"variation\": {\n                        \"<string>\": \"<string>\"\n                    },\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 3,\n    \"total_count\": 3,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"653dcf94-72ef-4599-bd38-3546d31ec70e"},{"name":"/v1/transaction/status_confirm/{cart_id}","id":"3aa94fb3-b1d4-49a8-a5fd-6dc757154d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{base_url}}/v1/transaction/status_confirm/1","urlObject":{"path":["v1","transaction","status_confirm","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aa94fb3-b1d4-49a8-a5fd-6dc757154d52"}],"id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2","description":"<p>Requests to fetch, create, or update transactions.</p>\n<h2 id=\"transaction-object\"><a></a>Transaction Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transaction_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the transaction</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>integer</td>\n<td>yes</td>\n<td>The number assigned to the seller's order</td>\n</tr>\n<tr>\n<td>checkout_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the item was purchased</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>float</td>\n<td>no</td>\n<td>The total price paid for the transaction</td>\n</tr>\n<tr>\n<td>paid_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the item was paid for<br /><strong>Default value:</strong> CURRENT_TIMESTAMP</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>enum</td>\n<td>no</td>\n<td>The payment type used by the buyer<br /><strong>Possible values:</strong><br />- \"trustepay\"<br />- \"paypal\"<br />- \"cash\"</td>\n</tr>\n<tr>\n<td>downloaded_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date when the transaction was downloaded<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>charge_id</td>\n<td>string</td>\n<td>no</td>\n<td>The charge ID of the transaction<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>payout_id</td>\n<td>string</td>\n<td>no</td>\n<td>The payout ID once the transaction funds have been withdrawn by the seller<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>offer_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the Strike a Deal offer<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>buyers_comments</td>\n<td>string</td>\n<td>no</td>\n<td>The buyer's message attached to the order<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>dispute_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which a dispute was opened for the transaction<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>cancel_date</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the transaction was cancelled<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>cancel_reason</td>\n<td>enum</td>\n<td>yes</td>\n<td>The reason why the transaction was cancelled<br /><strong>Possible values:</strong><br />- \"damaged\" (if cancelled by the seller)<br />- \"unavailable\" (if cancelled by the seller)<br />- \"sold\" (if cancelled by the seller)<br />- \"out_of_stock\" (if cancelled by the seller)<br />-\"error\" (if cancelled by the buyer)<br />-\"unwanted\" (if cancelled by the buyer)<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>cancel_request_date</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the buyer sent a cancellation request to the seller<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>cancel_decline_date</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the seller declined the buyer's cancellation request<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>cancel_decline_reason</td>\n<td>string</td>\n<td>yes</td>\n<td>The reason why the seller declined the buyer's cancellation request<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>cancel_withdraw_date</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the buyer agreed to continue with the transaction after the seller declined their cancellation request<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>line_items</td>\n<td>array of <a href=\"#item\">line item</a> objects</td>\n<td>no</td>\n<td>The items which were purchased in this transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"line-item-object\"><a></a>Line Item Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>listing_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the listing</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>integer</td>\n<td>no</td>\n<td>The number of items purchased</td>\n</tr>\n<tr>\n<td>shipping_details</td>\n<td>string</td>\n<td>no</td>\n<td>\"collection\" if the item needs to be collected, otherwise the provider and service that should be used to ship the item</td>\n</tr>\n<tr>\n<td>unit_price</td>\n<td>float</td>\n<td>no</td>\n<td>The unit price of the item</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>float</td>\n<td>no</td>\n<td>The total price for the item</td>\n</tr>\n<tr>\n<td>promotion_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the promotion under which the item was at the time of the transaction <br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>collection_date</td>\n<td>date (YYYY-mm-dd HH:ii)</td>\n<td>yes</td>\n<td>The collection date that the seller and buyer agreed on<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>collection_date_created</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the seller and buyer chose the collection date<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>est_delivery_date</td>\n<td>date (YYYY-mm-dd)</td>\n<td>no</td>\n<td>The estimated delivery date of the item once shipped</td>\n</tr>\n<tr>\n<td>despatched_date</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date when the item was marked as despatched by the seller<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>tracking_id</td>\n<td>string</td>\n<td>yes</td>\n<td>The tracking number of the shipped item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>received_date</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the item was marked as received by the buyer<br /><strong>Default value:</strong> null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"fields-loaded-on-request\">Fields loaded on request</h3>\n<h4 id=\"transaction-seller\">Transaction seller</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>seller</td>\n<td><a href=\"#user\">user</a> object</td>\n<td>no</td>\n<td>The transaction seller</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"transaction-buyer\">Transaction buyer</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>buyer</td>\n<td><a href=\"#user\">user</a> object</td>\n<td>no</td>\n<td>The transaction buyer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"transaction-shipping\">Transaction shipping</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping</td>\n<td><a href=\"#shipping\">shipping</a> object</td>\n<td>no</td>\n<td>The shipping option selected by the buyer</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"strike-a-deal-offer-object\"><a></a>Strike a Deal Offer Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offer_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the Strike a Deal offer</td>\n</tr>\n<tr>\n<td>listing_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the listing</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the item<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>no</td>\n<td>The buyer's message</td>\n</tr>\n<tr>\n<td>seller_message</td>\n<td>string</td>\n<td>yes</td>\n<td>The seller's reply<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>offer_price</td>\n<td>float</td>\n<td>no</td>\n<td>The buyer's offer</td>\n</tr>\n<tr>\n<td>seller_price</td>\n<td>float</td>\n<td>yes</td>\n<td>The seller's counter offer<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>buyer_shipping_included</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the buyer's offer included the shipping price<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>seller_shipping_included</td>\n<td>boolean</td>\n<td>yes</td>\n<td>Whether the seller's counter offer included the shipping price<br /><strong>Default value:</strong> null</td>\n</tr>\n<tr>\n<td>offer_qty</td>\n<td>integer</td>\n<td>no</td>\n<td>The number of items considered for the offer<br /><strong>Default value:</strong> 1</td>\n</tr>\n<tr>\n<td>status</td>\n<td>enum</td>\n<td>no</td>\n<td>The status of the offer<br /><strong>Possible values:</strong><br />- \"0\": the offer has not been accepted or declined<br />- \"1\": the offer has been declined<br />- \"2\": the offer has been accepted<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>created</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the offer was created</td>\n</tr>\n<tr>\n<td>updated</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the offer was last updated</td>\n</tr>\n<tr>\n<td>expired</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the offer has expired<br /><strong>Default value:</strong> 0</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"promotion-object\"><a></a>Promotion Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the promotion</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>no</td>\n<td>The name of the promotion</td>\n</tr>\n<tr>\n<td>percentage</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the promotion discount is a percentage</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>float</td>\n<td>no</td>\n<td>The promotion discount amount</td>\n</tr>\n<tr>\n<td>free_shipping</td>\n<td>boolean</td>\n<td>no</td>\n<td>Whether the shipping is offered<br /><strong>Default value:</strong> 0</td>\n</tr>\n<tr>\n<td>created</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the promotion was created</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the promotion becomes active</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the promotion ends</td>\n</tr>\n<tr>\n<td>updated</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the promotion was last updated</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>timestamp</td>\n<td>yes</td>\n<td>The date on which the promotion was cancelled<br /><strong>Default value:</strong> null</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"voucher-object\"><a></a>Voucher Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>no</td>\n<td>The ID of the voucher</td>\n</tr>\n<tr>\n<td>percentage</td>\n<td>boolean</td>\n<td>no</td>\n<td>1 if the voucher discount is a percentage, 0 if it is a fixed amount</td>\n</tr>\n<tr>\n<td>value</td>\n<td>float</td>\n<td>no</td>\n<td>The voucher discount amount</td>\n</tr>\n<tr>\n<td>max_price</td>\n<td>float</td>\n<td>no</td>\n<td>The maximum amount that can be deducted from the checkout price if the discount is a percentage</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the voucher expires</td>\n</tr>\n<tr>\n<td>used_date</td>\n<td>timestamp</td>\n<td>no</td>\n<td>The date on which the voucher was used by a buyer<br /><strong>Default value:</strong> null</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"51bc0398-583a-4a6f-8bde-5514353c2da3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e554efb-1739-4d3d-a39b-d943d3277a4e","type":"text/javascript","exec":[""]}}],"_postman_id":"f55b4c94-9990-43fe-9a1c-631c6c272cd2"},{"name":"Categories","item":[{"name":"/v1/categories","id":"bbb81ed5-4704-4c25-bba0-c9e7e99c3ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"level_1\": \"<integer>\",\n\t\"level_2\": \"<integer>\",\n\t\"level_3\": \"<integer>\",\n\t\"level_4\": \"<integer>\",\n\t\"level_5\": \"<integer>\"\n}"},"url":"{{base_url}}/v1/categories","description":"<p>Fetches the id and names of the categories which are part of the given branch, if any, otherwise all the level 1 categories. For example if you wanted to look get the sub cats of \"Jewellery &amp; Watches\"/\"Watches, Parts &amp; Accessories\" you would send: \n{\n    \"level_1\": \"281\",\n    \"level_2\": \"260324\"\n}</p>\n<p>Please note: There is a conflict/inconsistantcy with this function and the get category suggestions. The naming of the category levels are inconsistant.</p>\n<p>Optional arguments:</p>\n<ul>\n<li><code>level_1</code> (integer): the id of the level 1 category,</li>\n<li><code>level_2</code> (integer): the id of the level 2 category,</li>\n<li><code>level_3</code> (integer): the id of the level 3 category,</li>\n<li><code>level_4</code> (integer): the id of the level 4 category,</li>\n<li><code>level_5</code> (integer): the id of the level 5 category,</li>\n<li><code>match</code> (string): a string by which the name of the fetched categories should start</li>\n</ul>\n<p>(The branches don't go any further than level 6.)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"07adc6c5-3548-4c02-af28-1db79aa7015b","id":"07adc6c5-3548-4c02-af28-1db79aa7015b","name":"Categories","type":"folder"}},"urlObject":{"path":["v1","categories"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b4c5d5ba-b376-459d-b2e3-dc102a5e644d","name":"Get Categories","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"level_1\": \"<integer>\",\n\t\"level_2\": \"<integer>\",\n\t\"level_3\": \"<integer>\",\n\t\"level_4\": \"<integer>\",\n\t\"level_5\": \"<integer>\",\n\t\"match\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Sep 2019 09:56:52 GMT"},{"key":"Server","value":"Apache/2.4.33 (Win64) OpenSSL/1.1.0g PHP/7.2.4"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"263"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        },\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\"\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 6\n}"}],"_postman_id":"bbb81ed5-4704-4c25-bba0-c9e7e99c3ae8"}],"id":"07adc6c5-3548-4c02-af28-1db79aa7015b","description":"<p>Requests to fetch categories.</p>\n<p>If you just wish to select top leve categories send a blank request, if you want level two or below you have to give the upper parts of the branch you are interested like if its collectable watches its = </p>\n<h2 id=\"category-object\"><a></a>Category Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>yes</td>\n<td>The id of the category</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>The name of the category</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"category-branch-object\">Category Branch Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Editable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>level_1</td>\n<td><a href=\"#category\">category</a> object</td>\n<td>yes</td>\n<td>The id and name of the level 1 category</td>\n</tr>\n<tr>\n<td>level_2</td>\n<td><a href=\"#category\">category</a> object</td>\n<td>yes</td>\n<td>The id and name of the level 2 category</td>\n</tr>\n<tr>\n<td>level_3</td>\n<td><a href=\"#category\">category</a> object</td>\n<td>yes</td>\n<td>The id and name of the level 3 category</td>\n</tr>\n<tr>\n<td>level_4</td>\n<td><a href=\"#category\">category</a> object</td>\n<td>yes</td>\n<td>The id and name of the level 4 category</td>\n</tr>\n<tr>\n<td>level_5</td>\n<td><a href=\"#category\">category</a> object</td>\n<td>yes</td>\n<td>The id and name of the level 5 category</td>\n</tr>\n<tr>\n<td>level_6</td>\n<td><a href=\"#category\">category</a> object</td>\n<td>yes</td>\n<td>The id and name of the level 6 category</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e3518a38-ae38-4413-9867-d9b65b93050c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08958307-a3dd-46c0-8cc1-17924c87fc21","type":"text/javascript","exec":[""]}}],"_postman_id":"07adc6c5-3548-4c02-af28-1db79aa7015b"},{"name":"Developer Tools","item":[{"name":"/v1/my_last_request","id":"ec79cc82-acc9-4926-a928-896b0e2f81dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/my_last_request","description":"<p>Shows the log for the last request from your IP. This feature does not work in the LIVE environment.</p>\n","urlObject":{"path":["v1","my_last_request"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec79cc82-acc9-4926-a928-896b0e2f81dd"},{"name":"/v1/my_requests","id":"9e9adfe4-a472-4dc8-ac52-0e3a3b18cf63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/my_requests","description":"<p>Returns the lof for the last 50 requests sent to the api. This feature does not work in the LIVE environment.</p>\n","urlObject":{"path":["v1","my_requests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e9adfe4-a472-4dc8-ac52-0e3a3b18cf63"}],"id":"cbd59dab-b9f8-42c9-9cf1-36e2d29c7b69","description":"<p>Provides access to request logs, only works in test environments!</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a0595d28-05d4-4f18-902e-f803f924fe02","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a67e2dbf-38ae-4199-b7e6-b25a9c61de31","type":"text/javascript","exec":[""]}}],"_postman_id":"cbd59dab-b9f8-42c9-9cf1-36e2d29c7b69"},{"name":"Listing Search","item":[{"name":"Product Search","id":"a3b3790c-dcba-494b-a1ba-8d406b64f197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"search\": \"green\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/search","description":"<p>All Fields are optional\n\"search\" is the search term/phrase you are using to find relevant matches to. </p>\n<p>\"page\" which page of results you are on</p>\n<p>\"results_per_page\": how many results will be on the page</p>\n<p>\"min\": minimum price</p>\n<p>\"max\": maximum price</p>\n<p>\"price\": either \"under\", \"between\" or \"over\". under is under £50 between is between £50 and £250 and over is over £250</p>\n<p>\"sad\": boolean send as 1 if you only want trike a deal accepting listings</p>\n<p>\"active_listings\": mark as zero if you wish to view sold items</p>\n<p>\"order\": the order you wish to recieve the listings - relevance is default. Can be: \"relevance\",\"price_asc\",\"price_dsc\", \"newest\", \"closest\"</p>\n<p>\"longitude\" and \"latitude\" used with distance calculation</p>\n<p>\"radius\" number of miles away results can be</p>\n<p>\"conditions\": an array of conditions (strings) you want to see </p>\n<p>\"brands\" an array of brands (ids) you want to see </p>\n<p>\"subcat_id\" the category sub cat you require results to have</p>\n<p>\"seller_id\" the seller ID you require listings from</p>\n<p>\"classified\" 1 if you want classified listings 0 if you do not and blank/unset if you want both</p>\n<p>\"cat_id\" main category id</p>\n<p>\"category_level\": used in conjunction with default ID, used in category branch searches sets what level the default_id is in the category tree</p>\n<p>\"default_id\": used in conjunction with category level, for category branch searches sets the closest subcat to the trunk/tree of the category system</p>\n<p>\"stored_search\" there are lots of stored searches for categories, brands and more to get the latest list just send this peramiter with any invalid (stored) string and the replay will give you the complete list. </p>\n<p>The rest are automotive and require an array of strings, the list of these is here:\n\"models\"\n\"variants\"\n\"years\"\n\"engines\"\n\"fuels\"\n\"transmissions\"\n\"body_types\"\n\"colours\"\n\"caravan_types\"\n\"berths\"\n\"axles\"\n\"roof_heights\"\n\"cab_types\"\n\"wheelbases\"\n\"doors\"\n\"seats\"\n\"trims\"\n\"bike_types\"\n\"watercraft_types\"\n\"engine_types\"</p>\n","urlObject":{"path":["v1","search"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3b3790c-dcba-494b-a1ba-8d406b64f197"},{"name":"Product Search Copy","id":"25858153-da64-48f1-a4e5-6ef3b22ffdfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"search\": \"green\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/search","description":"<p>All Fields are optional\n\"search\" is the search term/phrase you are using to find relevant matches to. </p>\n<p>\"page\" which page of results you are on</p>\n<p>\"results_per_page\": how many results will be on the page</p>\n<p>\"min\": minimum price</p>\n<p>\"max\": maximum price</p>\n<p>\"price\": either \"under\", \"between\" or \"over\". under is under £50 between is between £50 and £250 and over is over £250</p>\n<p>\"sad\": boolean send as 1 if you only want trike a deal accepting listings</p>\n<p>\"active_listings\": mark as zero if you wish to view sold items</p>\n<p>\"order\": the order you wish to recieve the listings - relevance is default. Can be: \"relevance\",\"price_asc\",\"price_dsc\", \"newest\", \"closest\"</p>\n<p>\"longitude\" and \"latitude\" used with distance calculation</p>\n<p>\"radius\" number of miles away results can be</p>\n<p>\"conditions\": an array of conditions (strings) you want to see </p>\n<p>\"brands\" an array of brands (ids) you want to see </p>\n<p>\"subcat_id\" the category sub cat you require results to have</p>\n<p>\"seller_id\" the seller ID you require listings from</p>\n<p>\"classified\" 1 if you want classified listings 0 if you do not and blank/unset if you want both</p>\n<p>\"cat_id\" main category id</p>\n<p>\"category_level\": used in conjunction with default ID, used in category branch searches sets what level the default_id is in the category tree</p>\n<p>\"default_id\": used in conjunction with category level, for category branch searches sets the closest subcat to the trunk/tree of the category system</p>\n<p>\"stored_search\" there are lots of stored searches for categories, brands and more to get the latest list just send this peramiter with any invalid (stored) string and the replay will give you the complete list. </p>\n<p>The rest are automotive and require an array of strings, the list of these is here:\n\"models\"\n\"variants\"\n\"years\"\n\"engines\"\n\"fuels\"\n\"transmissions\"\n\"body_types\"\n\"colours\"\n\"caravan_types\"\n\"berths\"\n\"axles\"\n\"roof_heights\"\n\"cab_types\"\n\"wheelbases\"\n\"doors\"\n\"seats\"\n\"trims\"\n\"bike_types\"\n\"watercraft_types\"\n\"engine_types\"</p>\n","urlObject":{"path":["v1","search"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"25858153-da64-48f1-a4e5-6ef3b22ffdfa"},{"name":"User Product Search","id":"58ef8aea-255f-40a5-bb20-6ca62bb30856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/search?max=250&min=50&page=1&results_per_page=25&search=test","description":"<p>Same as Product Search but authenticates the users and the uses their registered address to create distance calculations. If longitude and Latitude are supplied they will take presidence over the users registered address.</p>\n","urlObject":{"path":["v1","search"],"host":["{{base_url}}"],"query":[{"key":"max","value":"250"},{"key":"min","value":"50"},{"key":"page","value":"1"},{"key":"results_per_page","value":"25"},{"key":"search","value":"test"}],"variable":[]}},"response":[],"_postman_id":"58ef8aea-255f-40a5-bb20-6ca62bb30856"},{"name":"Quick  Search","id":"2b1fc085-2251-483b-98c6-6091e11133f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"search\": \"red\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/quick_search","description":"<p>Quick search only allows 1 perameter \"search\" which is the phrase been searched and is intended for use in the dropdown on the search bar.</p>\n","urlObject":{"path":["v1","quick_search"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b1fc085-2251-483b-98c6-6091e11133f2"},{"name":"Search Suggestions","id":"b96a5cad-5ebe-4d84-8a52-ddc92f236137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"search\": \"memory f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/search_suggestions","description":"<p>Quick search only allows 1 perameter \"search\" which is the phrase been searched and is intended for use in the dropdown on the search bar.</p>\n","urlObject":{"path":["v1","search_suggestions"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b96a5cad-5ebe-4d84-8a52-ddc92f236137"}],"id":"4176c4c6-0dc9-4578-bd6e-36b9826ccdad","_postman_id":"4176c4c6-0dc9-4578-bd6e-36b9826ccdad","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Trustepay","item":[{"name":"/v1/trustepay/get_register_button","id":"b0a408f0-20bb-4377-886e-b132ddfdad18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/trustepay/get_register_button","urlObject":{"path":["v1","trustepay","get_register_button"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0a408f0-20bb-4377-886e-b132ddfdad18"},{"name":"/v1/trustepay/onboard","id":"70c7b6a8-985e-46d2-a801-1c017c0cf0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"ac_Hjkc9lWcATUzPUfPPUsBu6VPGRaH3z4R\",\r\n    \"state\": \"0.90929900 1596036123-0c3de46d70fe6bfb57c99c845fc51cff12d93ac7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/trustepay/onboard","urlObject":{"path":["v1","trustepay","onboard"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70c7b6a8-985e-46d2-a801-1c017c0cf0c5"},{"name":"/v1/trustepay/account_link","id":"1dd7c74b-63e1-46fc-956f-cab111eb73c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/trustepay/account_link","urlObject":{"path":["v1","trustepay","account_link"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dd7c74b-63e1-46fc-956f-cab111eb73c2"},{"name":"/v1/trustepay","id":"17c39c30-7f75-49ff-b335-ee0fb13d61b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/trustepay","urlObject":{"path":["v1","trustepay"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17c39c30-7f75-49ff-b335-ee0fb13d61b5"},{"name":"/v1/trustepay/withdraw","id":"e0fa1694-08a6-4b1b-b691-b790b8db7937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/trustepay/withdraw","urlObject":{"path":["v1","trustepay","withdraw"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0fa1694-08a6-4b1b-b691-b790b8db7937"},{"name":"/v1/trustepay/payout_history","id":"55c1e0c1-b201-4cfd-a453-cc8a1d211c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user270}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Authentication Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/v1/trustepay/payout_history","description":"<p>Used to get the list of payouts for authenticated user.</p>\n","urlObject":{"path":["v1","trustepay","payout_history"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cb73ae5c-6855-463f-a0e5-c2c1a718eb6e","name":"Get User's Transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"Authentication Token","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"awaiting_despatch|despatched|awaiting_collection|completed\",\n\t\"order\": \"id_ASC|id_DESC|despatch_by_ASC|despatched_date_DESC|collection_date_ASC\",\n\t\"page\": \"<integer>\",\n\t\"limit\": \"<integer>\"\t\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"collection_date\": \"1970-12-31 23:59:59\"\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        },\n        {\n            \"transaction_id\": \"<integer>\",\n            \"order_number\": \"<integer>\",\n            \"checkout_date\": \"1970-12-31 23:59:59\",\n            \"total_price\": \"<float>\",\n            \"paid_date\": \"1970-12-31 23:59:59\",\n            \"payment_type\": \"trustepay|paypal|cash\",\n            \"downloaded_date\": \"1970-12-31 23:59:59\",\n            \"charge_id\": \"<string>\",\n            \"line_items\": [\n                {\n                    \"listing_id\": \"<integer>\",\n                    \"version_id\": \"<integer>\",\n                    \"product_id\": \"<integer>\",\n                    \"title\": \"<string>\",\n                    \"sku\": \"<string>\",\n                    \"variation\": {\n                        \"<string>\": \"<string>\"\n                    },\n                    \"quantity\": \"<integer>\",\n                    \"shipping_details\": \"<string>\",\n                    \"unit_price\": \"<float>\",\n                    \"total_price\": \"<float>\",\n                    \"discount_amount\": \"<float>\",\n                    \"est_delivery_date\": \"1970-12-31\",\n                    \"despatched_date\": \"1970-12-31 23:59:59\",\n                    \"tracking_id\": \"<string>\",\n                    \"shipping\": {\n                        \"courier\": \"<string>\",\n                        \"service\": \"<string>\",\n                        \"price\": \"<float>\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"message\": \"\",\n    \"data_length\": 3,\n    \"total_count\": 3,\n    \"results_per_page\": 10,\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"55c1e0c1-b201-4cfd-a453-cc8a1d211c6d"}],"id":"e08b975a-c582-47fb-9da8-d16e38a1974b","_postman_id":"e08b975a-c582-47fb-9da8-d16e38a1974b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"PayPal","item":[{"name":"/v1/paypal/onboard","id":"3f25b89c-0fe5-4ed7-b304-f7d9eebf013a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchantId\": \"12382\",\r\n    \"merchantIdInPayPal\": \"4KVRC87EUUESG\",\r\n    \"permissionsGranted\": \"true\",\r\n    \"consentStatus\": \"true\",\r\n    \"productIntentId\": \"addipmt\",\r\n    \"productIntentID\": \"addipmt\",\r\n    \"isEmailConfirmed\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/paypal/onboard","description":"<p>Returning from the paypal onboarding where this took the user away from the site, you now send the GET variables that paypal gave you when it came back. This, if successful, will finish the paypal onboarding process.</p>\n","urlObject":{"path":["v1","paypal","onboard"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f25b89c-0fe5-4ed7-b304-f7d9eebf013a"},{"name":"/v1/paypal/get_register_button","id":"8faa5c96-0f57-48bc-8fb0-23cb432121b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/paypal/get_register_button","urlObject":{"path":["v1","paypal","get_register_button"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8faa5c96-0f57-48bc-8fb0-23cb432121b9"},{"name":"/v1/paypal","id":"298949ac-70fc-430c-bd1b-0938e293a942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/paypal","urlObject":{"path":["v1","paypal"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"298949ac-70fc-430c-bd1b-0938e293a942"},{"name":"/v1/transaction/refund","id":"834cff70-52b0-46b6-8bd5-a0cbdeae3fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\":2,\r\n    \"transaction\":6338\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/refund","urlObject":{"path":["v1","transaction","refund"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"834cff70-52b0-46b6-8bd5-a0cbdeae3fb8"},{"name":"/v1/paypal_bnpl","id":"d346c50b-3d6b-49fe-bc80-b59978cd90ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"bnpl\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/paypal_bnpl","urlObject":{"path":["v1","paypal_bnpl"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d346c50b-3d6b-49fe-bc80-b59978cd90ea"},{"name":"/v1/paypal/webhook","id":"a80154a4-e822-4881-9f28-8daa82eea714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"WH-85V50590NR8146741-6F539658W6251761H\",\r\n    \"event_version\": \"1.0\",\r\n    \"create_time\": \"2024-11-06T23:49:02.542Z\",\r\n    \"resource_type\": \"merchant_onboarding_started\",\r\n    \"event_type\": \"CUSTOMER.MERCHANT-INTEGRATION.SELLER-ONBOARDING-STARTED\",\r\n    \"summary\": \"The seller onboarding started\",\r\n    \"resource\": {\r\n        \"partner_client_id\": \"ART6DKzBXoaSmV6m0-yDD-HqCKAYwRwVu54DuA5f88P4d-GSz9P4VPUgW_QJabrH_WL4TAjI2J3UFwk1\",\r\n        \"links\": [\r\n            {\r\n                \"method\": \"GET\",\r\n                \"rel\": \"self\",\r\n                \"description\": \"Get the merchant status information of merchants onboarded by this partner\",\r\n                \"href\": \"https:\\/\\/www.sandbox.paypal.com\\/v1\\/customer\\/partners\\/JCAVN77AFXACG\\/merchant-integrations\\/\"\r\n            }\r\n        ],\r\n        \"merchant_id\": \"\",\r\n        \"tracking_id\": \"8891847\"\r\n    },\r\n    \"links\": [\r\n        {\r\n            \"href\": \"https:\\/\\/api.sandbox.paypal.com\\/v1\\/notifications\\/webhooks-events\\/WH-85V50590NR8146741-6F539658W6251761H\",\r\n            \"rel\": \"self\",\r\n            \"method\": \"GET\"\r\n        },\r\n        {\r\n            \"href\": \"https:\\/\\/api.sandbox.paypal.com\\/v1\\/notifications\\/webhooks-events\\/WH-85V50590NR8146741-6F539658W6251761H\\/resend\",\r\n            \"rel\": \"resend\",\r\n            \"method\": \"POST\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/paypal/webhook","urlObject":{"path":["v1","paypal","webhook"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a80154a4-e822-4881-9f28-8daa82eea714"},{"name":"/v1/paypal/seller-capabilities","id":"22c89f9a-7ab4-429a-88c9-77287fdac58f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{user_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"WH-85V50590NR8146741-6F539658W6251761H\",\r\n    \"event_version\": \"1.0\",\r\n    \"create_time\": \"2024-11-06T23:49:02.542Z\",\r\n    \"resource_type\": \"merchant_onboarding_started\",\r\n    \"event_type\": \"CUSTOMER.MERCHANT-INTEGRATION.SELLER-ONBOARDING-STARTED\",\r\n    \"summary\": \"The seller onboarding started\",\r\n    \"resource\": {\r\n        \"partner_client_id\": \"ART6DKzBXoaSmV6m0-yDD-HqCKAYwRwVu54DuA5f88P4d-GSz9P4VPUgW_QJabrH_WL4TAjI2J3UFwk1\",\r\n        \"links\": [\r\n            {\r\n                \"method\": \"GET\",\r\n                \"rel\": \"self\",\r\n                \"description\": \"Get the merchant status information of merchants onboarded by this partner\",\r\n                \"href\": \"https:\\/\\/www.sandbox.paypal.com\\/v1\\/customer\\/partners\\/JCAVN77AFXACG\\/merchant-integrations\\/\"\r\n            }\r\n        ],\r\n        \"merchant_id\": \"\",\r\n        \"tracking_id\": \"8891847\"\r\n    },\r\n    \"links\": [\r\n        {\r\n            \"href\": \"https:\\/\\/api.sandbox.paypal.com\\/v1\\/notifications\\/webhooks-events\\/WH-85V50590NR8146741-6F539658W6251761H\",\r\n            \"rel\": \"self\",\r\n            \"method\": \"GET\"\r\n        },\r\n        {\r\n            \"href\": \"https:\\/\\/api.sandbox.paypal.com\\/v1\\/notifications\\/webhooks-events\\/WH-85V50590NR8146741-6F539658W6251761H\\/resend\",\r\n            \"rel\": \"resend\",\r\n            \"method\": \"POST\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/paypal/seller-capabilities?seller_id=279","urlObject":{"path":["v1","paypal","seller-capabilities"],"host":["{{base_url}}"],"query":[{"key":"seller_id","value":"279"}],"variable":[]}},"response":[],"_postman_id":"22c89f9a-7ab4-429a-88c9-77287fdac58f"}],"id":"09810689-0952-4ea9-8126-f76e0c55ea4a","_postman_id":"09810689-0952-4ea9-8126-f76e0c55ea4a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Cart","item":[{"name":"/v1/cart","id":"e80039c4-5985-4b99-9487-b687ed1cdfb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"format\":\"ungrouped\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/cart","description":"<p>Returns users cart object</p>\n","urlObject":{"path":["v1","cart"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e80039c4-5985-4b99-9487-b687ed1cdfb7"},{"name":"/v1/cart","id":"a519eac5-89fc-4197-b0d5-f8996ae668b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"listing_id\": 336452,\r\n    \"product_id\": 1122484,\r\n    \"quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/cart","description":"<p>This patch endpoint completely controlls the cart all you have to do is send the listings id (also if it has variations its product id) and the quantity you wish to have in the users cart.</p>\n<p>If the item is already in the cart it will update the quantity.</p>\n<p>If its a new product it will insert it.</p>\n<p>If you send 0 as the quantity it will remove it.</p>\n<p>Simple as that.</p>\n","urlObject":{"path":["v1","cart"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a519eac5-89fc-4197-b0d5-f8996ae668b7"},{"name":"/v1/cart_options/{seller_id}","id":"77f88f59-5538-449e-9fc2-fb168b2ec421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/cart_options/12499","urlObject":{"path":["v1","cart_options","12499"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77f88f59-5538-449e-9fc2-fb168b2ec421"},{"name":"/v1/empty_cart","id":"035063e7-e60d-48b1-a03d-6ac3dcdae6c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{base_url}}/v1/empty_cart","description":"<p>used to completely empty cart</p>\n","urlObject":{"path":["v1","empty_cart"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"035063e7-e60d-48b1-a03d-6ac3dcdae6c8"}],"id":"948a16f5-ea2e-42f6-b272-d29a6f9bb316","_postman_id":"948a16f5-ea2e-42f6-b272-d29a6f9bb316","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Page Data","item":[{"name":"/v1/home_page","id":"b3fdc471-6ae6-40c3-a657-e4618c45bc1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"elements\":[\r\n        \"topHalf\", \r\n        \"bottomHalf\", \r\n        \"slider\", \r\n        \"top_banner\", \r\n        \"featuredItems\", \r\n        \"featuredCategoryOneListings\", \r\n        \"featuredCategoryTwoListings\", \r\n        \"featuredCategoryThreeListings\",\r\n        \"latestListings\", \r\n        \"featuredSeller\", \r\n        \"Shops\", \r\n        \"greatest_deals\", \r\n        \"Automotive\", \r\n        \"featuredCategories\", \r\n        \"topBrands\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/home_page","description":"<p>Returns full data structure required for all the carousels on the hime page.</p>\n","urlObject":{"path":["v1","home_page"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3fdc471-6ae6-40c3-a657-e4618c45bc1d"},{"name":"/v1/page/{pageName}","id":"db4f5dd8-5d09-481a-9c78-1baa21ef0882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/page/cookiesPage","description":"<p>Used to get the content of static pages. These are the pages that currently are available: 'aboutUsPage', 'cookiesPage', 'faqPage', 'feesPage', 'privacyPage', 'termsPage', 'prohibitedPage'</p>\n","urlObject":{"path":["v1","page","cookiesPage"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db4f5dd8-5d09-481a-9c78-1baa21ef0882"},{"name":"/v1/sitemap/{pageNumber}","id":"441034c3-ab28-4fe6-bd42-6ed2ed771f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/sitemap/1","urlObject":{"path":["v1","sitemap","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"441034c3-ab28-4fe6-bd42-6ed2ed771f99"}],"id":"9f89afe4-283b-4369-9ba7-1290682a81c4","_postman_id":"9f89afe4-283b-4369-9ba7-1290682a81c4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Shop","item":[{"name":"{{base_url}}/v1/shop","id":"9439026c-c5cd-4829-936f-850c54937e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":286,\r\n    \"shop_id\":536,\r\n    \"shop_name\":\"shop\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/shop","description":"<p>Public view of all activated shops. If you wish to see the unactivated shop you have to be the owner of that shop and use the authenticated route: /v1/shop/my_shop</p>\n<p>You can send your choice of shop_id, user_id or shop_name and this endpoint will find it from what ever you have.</p>\n","urlObject":{"path":["v1","shop"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9439026c-c5cd-4829-936f-850c54937e14"},{"name":"{{base_url}}/v1/shop/my_shop","id":"7fb7c0e4-22c1-4a2a-a20e-185af0f42f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/shop/my_shop","description":"<p>Authenticated route allows authenticated user to see their own shop, no peramiters are required.</p>\n","urlObject":{"path":["v1","shop","my_shop"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fb7c0e4-22c1-4a2a-a20e-185af0f42f4e"},{"name":"{{base_url}}/v1/shop/my_shop","id":"1f71f322-93a0-4a77-9910-23a49f435da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop_id\": 544,\r\n    \"shop_name\": \"my test shop is_great\",\r\n    \"user_id\": \"286\",\r\n    \"logo\": \"https://ebgshopfront.s3.eu-west-2.amazonaws.com/286-logo-accounttagCopy.png\",\r\n    \"banner\": \"https://ebgshopfront.s3.eu-west-2.amazonaws.com/286-banner-necktie.jpg\",\r\n    \"description\": \"This is all about my amazing shop - it is amazing!!\",\r\n    \"about\": \"My shop is really good\",\r\n    \"delivery\": \"Yes we deliver! So it's all good!\",\r\n    \"return\": \"Please don't return\",\r\n    \"active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/shop/my_shop","description":"<p>Update and Insert using this method, just send the required fields and the system will work out what to do with it. </p>\n<p>If its a first insert the shop name will be checked for validity and whether it is already in use. Valid shop names will only contain: [0-1a-zA-Z -] thats it. If this is an update store name will be ignored as it cannnot be edited. </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"shop_name\": Required (even when updating)\n\"logo\": Required\n\"banner\": Required\n\"description\": Optional\n\"about\": Optional\n\"delivery\": Optional\n\"return\": Optional\n\"active\": Required\n</code></pre>","urlObject":{"path":["v1","shop","my_shop"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f71f322-93a0-4a77-9910-23a49f435da9"},{"name":"{{base_url}}/v1/shop/image","id":"20b84fe1-f862-4b74-9936-e28a937d79dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/patri/OneDrive/Pictures/Capture.png"}]},"url":"{{base_url}}/v1/shop/image","description":"<p>used for uploading both banner and logo images, prefered over standard file upload because this endpoint puts the images in the correct S3 Bucket.</p>\n","urlObject":{"path":["v1","shop","image"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20b84fe1-f862-4b74-9936-e28a937d79dc"},{"name":"{{base_url}}/v1/shop/check_name","id":"3a49f55f-209f-4b33-8470-9be3dec87534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop_name\":\"yep\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/shop/check_name","description":"<p>Used by authenticated user to check the validity and availability of their chosen shop name before submission to POST /v1/shop/my_shop</p>\n","urlObject":{"path":["v1","shop","check_name"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a49f55f-209f-4b33-8470-9be3dec87534"}],"id":"6cc07f28-ed66-4826-80f3-3284194fcb75","_postman_id":"6cc07f28-ed66-4826-80f3-3284194fcb75","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Import Your Shop","item":[{"name":"/v1/import_shop/application","id":"78906b41-6fc8-498e-8705-7d40dc0f0789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ebay_username\":\"ebshop\",\r\n    \"etsy_username\":\"etshop\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/import_shop/application","description":"<p>Used to first apply to do an ebay import.</p>\n","urlObject":{"path":["v1","import_shop","application"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78906b41-6fc8-498e-8705-7d40dc0f0789"},{"name":"/v1/import_shop/profile","id":"32b1d52f-70eb-47b1-9dfd-877d9754e47a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/import_shop/profile","description":"<p>Gets the details of the users current import settings and status.</p>\n","urlObject":{"path":["v1","import_shop","profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32b1d52f-70eb-47b1-9dfd-877d9754e47a"},{"name":"/v1/import_shop/ebay_connect","id":"9f70462b-db52-4d60-aff8-15f4a48f9955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{base_url}}/v1/import_shop/ebay_connect","description":"<p>Gets the link so that user can go to eBay and approve the ebuygumm application so that it can access their account - get a token.</p>\n","urlObject":{"path":["v1","import_shop","ebay_connect"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f70462b-db52-4d60-aff8-15f4a48f9955"},{"name":"/v1/import_shop/ebay_check_session","id":"65847fc0-bc18-4592-9c33-5c3d2d1a18f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{base_url}}/v1/import_shop/ebay_check_session","description":"<p>Used after the user returns from approving the application to check with ebay that they did approve and to get the token so that we are ready to start the import.</p>\n","urlObject":{"path":["v1","import_shop","ebay_check_session"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65847fc0-bc18-4592-9c33-5c3d2d1a18f4"},{"name":"/v1/import_shop/sync_settings","id":"483867bd-e02e-4a9e-8c18-090a15173b08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"discount_percent\":15,\r\n    \"synchronize\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/import_shop/sync_settings","description":"<p>Use to change the users Sync settings: discount and whether the sync is on or off.</p>\n","urlObject":{"path":["v1","import_shop","sync_settings"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"483867bd-e02e-4a9e-8c18-090a15173b08"},{"name":"/v1/import_shop/import_ebay_shop","id":"d60f4adc-2da4-4610-9ed5-19558276cd37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"discount_percent\":15,\r\n    \"synchronize\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/import_shop/import_ebay_shop","description":"<p>Used to begin the import from ebay.</p>\n","urlObject":{"path":["v1","import_shop","import_ebay_shop"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d60f4adc-2da4-4610-9ed5-19558276cd37"}],"id":"1420f0a6-b4cc-4c1a-b8d4-033ecded687f","_postman_id":"1420f0a6-b4cc-4c1a-b8d4-033ecded687f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Feedback","item":[{"name":"/v1/feedback","id":"d128897f-38d0-4826-bdbf-c6d9b2f7d94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\":1,\r\n    \"page_size\": 1,\r\n    \"user_id\":270\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/feedback","description":"<p>End point returns a compound result of all the data you need to create the feedback page and to admin feedback.</p>\n","urlObject":{"path":["v1","feedback"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d128897f-38d0-4826-bdbf-c6d9b2f7d94e"},{"name":"/v1/feedback","id":"aedc8e3c-a0b2-45df-9db1-baf8d649ac80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":\"all good in z hood\",\r\n    \"positive\":true,\r\n    \"transaction_id\":\"6409\",\r\n\r\n    \"description\":5,\r\n    \"delivery\":5,\r\n    \"overall\":5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/feedback","description":"<p>Used to post feedback both as buyer or seller - you dont need to use a different endpoints the system works out whether you where the buyer or seller.</p>\n<p>If you are the buyer you are required to give 3 extra fields: description, delivery and overal which are all star reviews from 0-5. If supplied when seller these fields will be ignored.</p>\n<p>Comment is required and is limite to 255 characters.\nPositive is required and  is a bool and is either 1 or 0 - 0 being negative.\nFeedback_id refers to the id \"feedbacks\" have in GET response this is required.</p>\n<p>(Can actually be used the same as the PATCH request - they are the same)</p>\n","urlObject":{"path":["v1","feedback"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aedc8e3c-a0b2-45df-9db1-baf8d649ac80"},{"name":"/v1/feedback","id":"243218e8-b307-4359-897f-c0b46ace7b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":\"all good\",\r\n    \"positive\":true,\r\n    \"transaction_id\":\"16\",\r\n\r\n    \"description\":5,\r\n    \"delivery\":5,\r\n    \"overall\":5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/feedback","description":"<p>Used to update feedback both as buyer or seller - you dont need to use a different endpoints the system works out whether you where the buyer or seller.</p>\n<p>If you are the buyer you are required to give 3 extra fields: description, delivery and overal which are all star reviews from 0-5. If supplied when seller these fields will be ignored.</p>\n<p>Comment is required and is limite to 255 characters.\nPositive is required and  is a bool and is either 1 or 0 - 0 being negative.\nFeedback_id refers to the id \"feedbacks\" have in GET response this is required.</p>\n<p>(Can actually be used the same as the POST request - they are the same)</p>\n","urlObject":{"path":["v1","feedback"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"243218e8-b307-4359-897f-c0b46ace7b98"}],"id":"8cff20f6-0014-4a1d-ba78-01eb5eaf45a0","_postman_id":"8cff20f6-0014-4a1d-ba78-01eb5eaf45a0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Order Management","item":[{"name":"/v1/order/receive","id":"28c20ec0-b3d3-4217-879c-e2216117c915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6303\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/receive","description":"<p>Used by the buyer to mark an order as recieved, when they are satisfied with what they have received. </p>\n<p>Only requires the transaction id.</p>\n","urlObject":{"path":["v1","order","receive"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28c20ec0-b3d3-4217-879c-e2216117c915"},{"name":"/v1/order/partial_receive","id":"f1075bbf-4e6a-4f72-bb0b-89d3cbbd32cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user5787}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"9485\",\r\n    \"listing_id\":\"880898\",\r\n    \"product_id\":null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/partial_receive","urlObject":{"path":["v1","order","partial_receive"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1075bbf-4e6a-4f72-bb0b-89d3cbbd32cc"},{"name":"/v1/order/dispute","id":"11311e66-2f11-499e-846f-1eb957a54694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6303\",\r\n    \"reason\":\"Not recieved\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/dispute","description":"<p>Used by the buyer when they have not recieved their order. Begins a dispute.</p>\n<p>A reason like \"Not recieved\" is required in addition to the transaction id.</p>\n<p>Not to be confused with /v1/request_return which should be used when the buyer has received the goods and they are ok but wishes to return anyway.</p>\n","urlObject":{"path":["v1","order","dispute"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11311e66-2f11-499e-846f-1eb957a54694"},{"name":"/v1/order/not_received","id":"82efd2df-6257-49e2-bbfe-47bc4092896e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6303\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/not_received","description":"<p>Used by the buyer to begin a dispute when order has not been delivered.</p>\n<p>Just the transaction_id is required.</p>\n","urlObject":{"path":["v1","order","not_received"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82efd2df-6257-49e2-bbfe-47bc4092896e"},{"name":"/v1/order/dispatch","id":"49b61b32-8902-4d8f-a7df-35b45a42a0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6305\",\r\n    \"tracking_reference\":\"trnum2233\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/dispatch","description":"<p>Used by the seller to mark a sale as dispatched. </p>\n<p>Tracking reference is optional.</p>\n","urlObject":{"path":["v1","order","dispatch"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49b61b32-8902-4d8f-a7df-35b45a42a0c7"},{"name":"/v1/order/partial_dispatch","id":"f2f81291-6b9b-4025-b493-6da4b639c0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6305\",\r\n    \"tracking_reference\":\"trnum2233\",\r\n    \"listing_id\":\"880833\", \r\n    \"product_id\":\"\",\r\n    \"courier\":\"royal mail\",\r\n    \"service\":\"1st Class\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/partial_dispatch","urlObject":{"path":["v1","order","partial_dispatch"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2f81291-6b9b-4025-b493-6da4b639c0c3"},{"name":"/v1/order/cancel","id":"33bb262c-1ed3-49d3-9000-d1e8b55b1572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6306\",\r\n    \"reason\":\"unavailable\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/cancel","description":"<p>Used by the seller to cancel an order before dispatch.</p>\n<p>Transaction ID is required and so is Reason. Reason must be one of these: 'damaged', 'unavailable', 'sold', 'out_of_stock', 'on_buyers_request', 'no_longer_required', 'mistake'</p>\n","urlObject":{"path":["v1","order","cancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33bb262c-1ed3-49d3-9000-d1e8b55b1572"},{"name":"/v1/order/cancellations/{buyer_or_seller}","id":"522c74f1-06e5-4c8b-9d75-b0c243417bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/cancellations/buyer","description":"<p>Used to get the transactions that are either cancelled or a request to cancel has been made by the buyer.</p>\n<p>The response will have a requests and a cancelled array.</p>\n<p>The accepted buyer_or_seller value is \"buyer\" or \"seller\"</p>\n","urlObject":{"path":["v1","order","cancellations","buyer"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"522c74f1-06e5-4c8b-9d75-b0c243417bae"},{"name":"/v1/order/decline_cancel","id":"3804cb12-20a1-4c80-8678-00fb08a5edfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6306\",\r\n    \"reason\":\"unavailable\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/declineCancel","description":"<p>Used by the seller decline a cancelation request</p>\n","urlObject":{"path":["v1","order","declineCancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3804cb12-20a1-4c80-8678-00fb08a5edfe"},{"name":"/v1/order/request_return","id":"0ac12450-f170-4323-8b04-fed614fecde6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"5942\",\r\n    \"reason\":\"unavailable\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/request_return","description":"<p>Used by the buyer when the have recieved the order (must have marked the order as recieved). This creates a request to the seller to return the goods.</p>\n","urlObject":{"path":["v1","order","request_return"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ac12450-f170-4323-8b04-fed614fecde6"},{"name":"/v1/order/accept_return","id":"b810473b-f64e-41e0-a68d-357ddf6a3c4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{seller_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"5942\",\r\n    \"rma\":\"4445\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/accept_return","description":"<p>Used by the seller to accept a return request transaction_id is required as well as an RMA (Return merchandise authorization) code.</p>\n","urlObject":{"path":["v1","order","accept_return"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b810473b-f64e-41e0-a68d-357ddf6a3c4f"},{"name":"/v1/order/return","id":"052c0e00-dfbc-4639-833a-cc143c233bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"5942\",\r\n    \"tracking_reference\":\"4445\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/return","description":"<p>Used by the buyer to mark their return as dispatched.</p>\n","urlObject":{"path":["v1","order","return"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"052c0e00-dfbc-4639-833a-cc143c233bbc"},{"name":"/v1/order/receive_return","id":"46f688a4-13ba-415c-be6a-a86230ec5ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{seller_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"5904\",\r\n    \"accepted\":true,\r\n    \"reason\":\"huyu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/receive_return","description":"<p>Used by the seller to mark the returned order as received.</p>\n<p>When accepted is false this begins a dispute on behalf of the seller.</p>\n","urlObject":{"path":["v1","order","receive_return"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46f688a4-13ba-415c-be6a-a86230ec5ae6"},{"name":"/v1/order/returns","id":"3d5a83c4-83e3-42e6-8b42-27fb1841aff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"selling_return_requests_accepted\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/returns","description":"<p>Provides 1 of 4 lists involved in returns split into two categories \"buyer\" and \"seller\" they are:</p>\n<p>buying_return_requests - the requests this user has made\nbuying_returnable_transactions - what they can return if they choose to\nselling_return_requests - the requests their buyers have made which this user has not yet accepted\nselling_return_requests_accepted - the returns this user has accepted as the seller</p>\n<p>Specify what page you want with the page variable that can be either: \nselling_return_requests_accepted, \nselling_return_requests, \nbuying_return_requests, \nbuying_returnable_transactions</p>\n","urlObject":{"path":["v1","order","returns"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d5a83c4-83e3-42e6-8b42-27fb1841aff5"},{"name":"/v1/order/partial_refund","id":"e5c4f3c4-444b-4bed-8b3f-ddadd6ff96ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"10247\",\r\n    \"refund_amount\":\"0.66\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/partial_refund","description":"<p>Gives buyer a partial refund, will not close a dispute so the buyer will need to close it in the case of a partial refund.</p>\n","urlObject":{"path":["v1","order","partial_refund"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5c4f3c4-444b-4bed-8b3f-ddadd6ff96ed"},{"name":"/v1/order/refund","id":"4e2c73e1-3ae9-4c47-a1f3-013d379f06e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6328\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/refund","description":"<p>Will give full refund to the buyer, will automatically close a dispute if there is one.</p>\n","urlObject":{"path":["v1","order","refund"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e2c73e1-3ae9-4c47-a1f3-013d379f06e2"},{"name":"/v1/order/set_collection_date","id":"b5543ec2-fc00-44d8-8ac5-57eec2d1abe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user1774}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"6329\",\r\n    \"unix_time\":\"1599609600\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/set_collection_date","description":"<p>Used by the buyer when they have agreed with the seller a collection date/time. </p>\n","urlObject":{"path":["v1","order","set_collection_date"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5543ec2-fc00-44d8-8ac5-57eec2d1abe7"},{"name":"/v1/order/get_collection_data","id":"3eb0f80d-e7fb-41c6-83a6-5002cff1d5c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user1774}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\": \"6329\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/get_collection_data","description":"<p>Used by buyer to get the collection code and collection address for collections.</p>\n","urlObject":{"path":["v1","order","get_collection_data"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eb0f80d-e7fb-41c6-83a6-5002cff1d5c4"},{"name":"/v1/order/collect","id":"f5366c12-0d11-4fac-a463-cd837016e5ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user279}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\": \"EjP0Ew\",\r\n    \"collection_code\": \"R6BBHB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/collect","description":"<p>Used by both the buyer and seller to mark transactions as collected. When seller, the collection code should be also sent to prove that the buyer did come to collect.</p>\n","urlObject":{"path":["v1","order","collect"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5366c12-0d11-4fac-a463-cd837016e5ce"},{"name":"/v1/order/cancel_relist","id":"41aff8ae-b50f-4216-856e-cd8bc3101b9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":\"HTDzHA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/cancel_relist","description":"<p>Used to cancel an order and also relist/restock it</p>\n","urlObject":{"path":["v1","order","cancel_relist"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41aff8ae-b50f-4216-856e-cd8bc3101b9b"}],"id":"6868093f-a6b2-4c95-88bb-c875c7198d19","_postman_id":"6868093f-a6b2-4c95-88bb-c875c7198d19","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Strike A Deal","item":[{"name":"/v1/transaction/strike_a_deals","id":"e18fc935-0d03-478e-9d5c-0b8e938f271a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\":1,\r\n    \"page_size\":10,\r\n    \"status\":\"offers\",\r\n    \"buyer_or_seller\":\"buyer\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deals","description":"<p>Used to get the selected page of the strike a deal user pages.</p>\n<p>Inputs \n\"status\" Required - must be in this list ('expired', 'declined', 'initial-offer', 'awaiting-payment', 'counter-offer', 'unknown', 'accepted', 'offers')\n\"buyer_or_seller\" Required - must be in this list ('buyer', 'seller')\npage Integer\npage_size Integer</p>\n","urlObject":{"path":["v1","transaction","strike_a_deals"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e18fc935-0d03-478e-9d5c-0b8e938f271a"},{"name":"/v1/transaction/strike_a_deal (deprecated)","id":"3799d939-6ffc-4743-90c8-f9d3d490f3d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/transaction/strike_a_deal","description":"<p>Used to poulate all SAD list pages.</p>\n<p>Data structure like so:</p>\n<p>Selling\n    offers\n    offers_awaiting_payment\n    history\n        accepted\n        declined\n        expired\nBuying\n    offers\n    waiting\n    history\n        accepted\n        declined\n        expired</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3799d939-6ffc-4743-90c8-f9d3d490f3d4"},{"name":"/v1/transaction/strike_a_deal_detail","id":"1b0f5ea0-42c5-4853-a763-045fa903baf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sad_id\":65\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deal_detail","description":"<p>Used to gather all required data for strike a deal page/modal.</p>\n<p>SAD statuses:</p>\n<p>'awaiting_seller_response_to_initial_offer',\n'awaiting_buyer_response_to_counter_offer'\n'awaiting_payment'\nfalse</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal_detail"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b0f5ea0-42c5-4853-a763-045fa903baf1"},{"name":"/v1/transaction/strike_a_deal/accept_counter","id":"47d54a1f-e62f-4216-8ca6-f7ea43c90fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sad_id\":130\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deal/accept_counter","description":"<p>Used by the buyer to accept a counter offer made by the seller in response to the buyers initial request. Will begin the transaction and mean the buyer has two days after making this request to pay.</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal","accept_counter"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47d54a1f-e62f-4216-8ca6-f7ea43c90fa5"},{"name":"/v1/transaction/strike_a_deal/decline_counter","id":"2d20a6d2-f9fb-4cf1-87d2-2e0348ebd29b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user4724}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sad_id\":127\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deal/decline_counter","description":"<p>Used by the buyer when their offer has been countered to reject the sellers offer. This then ends the Strike a Deal process.</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal","decline_counter"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d20a6d2-f9fb-4cf1-87d2-2e0348ebd29b"},{"name":"/v1/transaction/strike_a_deal/counter_offer","id":"a5d66620-592a-4f31-bd7d-5f92a1727d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sad_id\": 34,\r\n    \"price\": 2\r\n}  ","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deal/counter_offer","description":"<p>Used to accept a strike a deal. Made on behalf of a seller.</p>\n<p>sad_id is required and is the id of the strike a deal</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal","counter_offer"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5d66620-592a-4f31-bd7d-5f92a1727d52"},{"name":"/v1/transaction/strike_a_deal/decline_offer","id":"fba604d7-2b72-44b5-98de-fa914dc3b141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sad_id\": 31\r\n}       ","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deal/decline_offer","description":"<p>Used to accept a strike a deal. Made on behalf of a seller.</p>\n<p>sad_id is required and is the id of the strike a deal</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal","decline_offer"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fba604d7-2b72-44b5-98de-fa914dc3b141"},{"name":"/v1/transaction/strike_a_deal/accept_offer","id":"23f3ec72-a4eb-4a97-ac3c-80993732668b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sad_id\": 31\r\n}       ","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deal/accept_offer","description":"<p>Used to accept a strike a deal. Made on behalf of a seller.</p>\n<p>sad_id is required and is the id of the strike a deal</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal","accept_offer"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23f3ec72-a4eb-4a97-ac3c-80993732668b"},{"name":"/v1/transaction/strike_a_deal/initial_offer","id":"91bc7fe3-9754-4156-b532-39f7a65fc1c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"listing_id\":143248,\r\n    \"product_id\":143248,\r\n    \"message\":\"143248\",\r\n    \"include_shipping\":0,\r\n    \"price\":1.49\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/transaction/strike_a_deal/initial_offer","description":"<p>Used to initiate a stike a deal offer. Made on behalf of a buyer.</p>\n<p>listing_id is required\nprice is required - the amount of money the buyer is offering to pay\nproduct_id is required if the listing has variations\nmessage is not required\ninclude shipping is a bool which is optional when a listing is not free shipping you can mark this as true and it will mean your offer includes shipping costs - no additional shipping will be added.</p>\n","urlObject":{"path":["v1","transaction","strike_a_deal","initial_offer"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"91bc7fe3-9754-4156-b532-39f7a65fc1c0"}],"id":"1fad0dec-f753-4fd6-9e41-e7eb088cca3c","_postman_id":"1fad0dec-f753-4fd6-9e41-e7eb088cca3c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Messaging","item":[{"name":"{{base_url}}/v1/messaging/message","id":"6c6a71cb-989d-47fe-b717-f11e0e6ee23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"hey sup bitch\",\r\n    \"subject\": \"Hello!\",\r\n    \"recipient\": 286,\r\n    \"conversation\": null,\r\n    \"listing\": 912076,\r\n    \"transaction\": null,\r\n    \"type\": \"listing\",\r\n    \"images\":[\"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1730158466_310760.png\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/message","description":"<p>Enpoint for sending all messages.  </p>\n<p>\"message\": The plain text content of the messaget - tags are stripped out.   </p>\n<p>\"subject\": The plain text contsnt of the subject - tags are stripped out.\n\"recipient\": The user id this message is going to, required if no conversation id - starts a new conversation. When message type is \"ebg_support\" recipient value can be any integer - but is still required if no conversation supplied.  </p>\n<p>\"conversation\": The conversation/thred you are adding this message to. Required if no recipient. The message will be added to this thread.  </p>\n<p>\"listing\": When this is a question about a listing this is the listing id the question is refering to. Required when the listing type = 'listing'  </p>\n<p>\"transaction\": When this is a question about a transaction this is the listing id the question is refering to. Required when the listing type = 'transaction'  </p>\n<p>\"type\": The type of message this is, can be: 'listing', 'transaction', 'ebg_support'. Listing and Transactions go to users the ebg_support messages go to the ebuygumm support centre. </p>\n","urlObject":{"path":["v1","messaging","message"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c6a71cb-989d-47fe-b717-f11e0e6ee23f"},{"name":"{{base_url}}/v1/messaging/inbox","id":"94e965a1-ce46-49ca-ad02-10ff6614bceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"active\",\r\n    \"read\": 0,\r\n    \"flagged\": 0,\r\n    \"from\": \"members\",\r\n    \"page\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/inbox","description":"<p>Gets the message inbox of the user. Does not return the contents of the messages -because they will be marked as opened when they are individually opened.  </p>\n<p>All inputs are nullable and none are required.  </p>\n<p>\"status\": The status of the messages. Can be either: 'active' or 'archived'  </p>\n<p>\"read\": whether the messages have been read or not (boolean)\n\"flagged\": whether the messages have been flagged (marked as priority) or not (boolean)  </p>\n<p>\"from\": Whether the messages are from members or ebuygumm. Can be either: 'members', 'ebuygumm' or 'ebg_support'</p>\n<p>\"page\": what page you wish to view. Messages are ordered id descending so the most recent thread/message recieved will appear first. The page sizes are fixed to 20.</p>\n","urlObject":{"path":["v1","messaging","inbox"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94e965a1-ce46-49ca-ad02-10ff6614bceb"},{"name":"{{base_url}}/v1/messaging/outbox","id":"3534c349-c4f7-46d2-873d-fd605666bd99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\": 1,\r\n    \"status\":\"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/outbox","description":"<p>Gets the message outbox (sent messages) of the user. Does not return the contents of the messages.  </p>\n<p>All inputs are nullable and none are required.  </p>\n<p>\"status\": The status of the messages. Can be either: 'active' or 'archived'  </p>\n<p>\"page\": what page you wish to view. Messages are ordered id descending so the most recent thread/message recieved will appear first. The page sizes are fixed to 20.</p>\n","urlObject":{"path":["v1","messaging","outbox"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3534c349-c4f7-46d2-873d-fd605666bd99"},{"name":"{{base_url}}/v1/messaging/message","id":"1d4a42c0-c425-4eed-ac12-b3f8e7ad70d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message_id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/message","description":"<p>Opens a message/message thread, when the user is the recipient and they have not already called this method for that message, the message will be marked as read automatically.  </p>\n<p>Just requires the message id.  </p>\n<p>The message id is always available in the inbox and outbox representation of all meassages and conversations. In the case of conversations/threads the latest message sent by the sender will show in the inbox and the latest message sent by the user will show in the outbox. This is not a problem you can send any message id from a conversation and it will always open up that conversation the same.  </p>\n","urlObject":{"path":["v1","messaging","message"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d4a42c0-c425-4eed-ac12-b3f8e7ad70d0"},{"name":"{{base_url}}/v1/messaging/mark_as_unread","id":"28f8a527-07e7-495d-a693-7808880ef329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message_id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/mark_as_unread","description":"<p>Will mark a message/conversation as read where the user is the recipient of the message or messages in a conversation.  </p>\n<p>In the case of conversations, any message id that belongs to the conversation will work the same.  </p>\n","urlObject":{"path":["v1","messaging","mark_as_unread"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28f8a527-07e7-495d-a693-7808880ef329"},{"name":"{{base_url}}/v1/messaging/mark_as_read","id":"7dd06a1a-16cb-4d5d-a9b5-fa825528c953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message_id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/mark_as_read","description":"<p>Will mark a message/conversation as unread where the user is the recipient of the message or messages in a conversation.  </p>\n<p>In the case of conversations, any message id that belongs to the conversation will work the same.  </p>\n","urlObject":{"path":["v1","messaging","mark_as_read"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dd06a1a-16cb-4d5d-a9b5-fa825528c953"},{"name":"/v1/messaging/contact_us","id":"02302733-f340-4674-bdab-287415be0c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Hello this is a new message\",\r\n    \"email\": \"patrick@gbmakersssdd.com\",\r\n    \"name\": \"Paddy\",\r\n    \"images\":[\"https://s3.eu-west-2.amazonaws.com/img.ebuygumm.co.uk/1730158466_310760.png\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/contact_us","description":"<p>Used by the non logged in user to send a system message.</p>\n","urlObject":{"path":["v1","messaging","contact_us"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02302733-f340-4674-bdab-287415be0c5c"},{"name":"/v1/messaging/delete","id":"f83ce6c4-7c5e-4aa9-882d-d60a795340a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message_id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/delete","urlObject":{"path":["v1","messaging","delete"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f83ce6c4-7c5e-4aa9-882d-d60a795340a3"},{"name":"/v1/messaging/archive","id":"cbc61bbf-0a41-47d5-8f5e-c9aa65d8059a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message_id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/archive","urlObject":{"path":["v1","messaging","archive"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbc61bbf-0a41-47d5-8f5e-c9aa65d8059a"},{"name":"/v1/messaging/active","id":"49072fe2-c43c-4be8-a521-851aa191b694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message_id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/active","urlObject":{"path":["v1","messaging","active"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49072fe2-c43c-4be8-a521-851aa191b694"},{"name":"/v1/messaging/inbox_counts","id":"61792e06-a91c-4c6f-ac4a-f3c04b417462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/inbox_counts","urlObject":{"path":["v1","messaging","inbox_counts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61792e06-a91c-4c6f-ac4a-f3c04b417462"},{"name":"/v1/messaging/share_listing","id":"545e8955-3e8d-4900-bc59-35c2c7d86dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"listing\":699475,\r\n    \"email\":\"someone@ebuygumm.co.uk\",\r\n    \"message\":\"Check this out!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/messaging/share_listing","description":"<p>Used to send an email to anyone to share the details of any listing by any authenticated user. Special Rate limits apply to this end point.</p>\n","urlObject":{"path":["v1","messaging","share_listing"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"545e8955-3e8d-4900-bc59-35c2c7d86dac"}],"id":"ce37fd02-b3a4-45c2-83ea-5d012eb89350","_postman_id":"ce37fd02-b3a4-45c2-83ea-5d012eb89350","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Disputes","item":[{"name":"/v1/order/dispute/send_message","id":"5144fe61-bcd4-453e-9cca-5159b49eacf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dispute_id\":44,\r\n    \"message\":\"this is the new message.\",\r\n    \"images\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/dispute/send_message","description":"<p>Used to return all the various dispute list pages. </p>\n<p>The page variable is required and must be one of these:</p>\n<p>'disputable_transactions', 'pending_opened', 'pending_received', 'escalated', 'resolved'</p>\n","urlObject":{"path":["v1","order","dispute","send_message"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5144fe61-bcd4-453e-9cca-5159b49eacf3"},{"name":"/v1/order/disputes","id":"519a962b-65f2-4d18-8cfd-2638d1dd42a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{seller_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\":6187,\r\n    \"action\":\"replacement\",\r\n    \"reason\":\"Item Significantly Different\",\r\n    \"message\":\"sent me a pine tree!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/create_dispute","description":"<p>Used by the buyer when they have recieved their order but are not happy with what they have recieved. Begins a dispute.</p>\n<p>A reason they are not happy is required and must be one of these values: 'Item Significantly Different', 'Item Faulty', 'Item Damaged' </p>\n<p>action required must be either 'replacement' or 'refund'</p>\n<p>transaction id also required.</p>\n<p>Not to be confused with /v1/request_return which should be used when the buyer has received the goods and they are ok but wishes to return anyway.</p>\n","urlObject":{"path":["v1","order","create_dispute"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"519a962b-65f2-4d18-8cfd-2638d1dd42a0"},{"name":"/v1/order/disputes","id":"550c67a9-3a2b-4d33-8a2e-7edd60beda2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{seller_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\": \"disputable_transactions\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/disputes","description":"<p>'disputable_transactions', 'pending_opened', 'pending_received', 'escalated', 'resolved'</p>\n","urlObject":{"path":["v1","order","disputes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"550c67a9-3a2b-4d33-8a2e-7edd60beda2c"},{"name":"/v1/order/dispute","id":"501d17dd-b1f2-4660-8be9-a8fcb5732b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dispute_id\": 888556\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/dispute","urlObject":{"path":["v1","order","dispute"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"501d17dd-b1f2-4660-8be9-a8fcb5732b92"},{"name":"/v1/order/dispute/image","id":"4a3adf46-25a1-499b-8ede-0fc469f607d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_url}}/v1/order/dispute/image","urlObject":{"path":["v1","order","dispute","image"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a3adf46-25a1-499b-8ede-0fc469f607d0"},{"name":"/v1/order/dispute/resolve","id":"b051265c-30a1-4363-bd99-cefbdcc3f3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dispute_id\":\"44\",\r\n    \"reason\":\"finally sent the product\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/dispute/resolve","urlObject":{"path":["v1","order","dispute","resolve"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b051265c-30a1-4363-bd99-cefbdcc3f3cd"},{"name":"/v1/order/dispute/escalate","id":"6c1d5d6a-b1c0-4a5c-833a-af6bfa66ffac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dispute_id\":\"43\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/order/dispute/escalate","urlObject":{"path":["v1","order","dispute","escalate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c1d5d6a-b1c0-4a5c-833a-af6bfa66ffac"}],"id":"ed8ac492-3e41-4fce-a257-4b6e5870549d","_postman_id":"ed8ac492-3e41-4fce-a257-4b6e5870549d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}},{"name":"Watch List","item":[{"name":"/v1/watch","id":"5b8f6141-ebc0-4dfd-9d43-717a6b09bad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user286}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\":1,\r\n    \"limit\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/watch","description":"<p>Used to retrive the users watch list.</p>\n","urlObject":{"path":["v1","watch"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b8f6141-ebc0-4dfd-9d43-717a6b09bad6"},{"name":"/v1/watch","id":"e664bb2c-c4f6-495e-903e-354f3570d72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{new_user}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"listing_id\":74490\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/watch/885","description":"<p>Used to add a listing to the users watch list.</p>\n","urlObject":{"path":["v1","watch","885"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e664bb2c-c4f6-495e-903e-354f3570d72a"},{"name":"/v1/watch","id":"3ab6cf57-a2d8-45bc-9aba-110679a9aae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{new_user}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"listing_id\":556\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/watch","description":"<p>Used to remove a product from the users watch list.</p>\n","urlObject":{"path":["v1","watch"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ab6cf57-a2d8-45bc-9aba-110679a9aae6"}],"id":"0d796208-6efc-4ef0-9762-7190892f36ac","_postman_id":"0d796208-6efc-4ef0-9762-7190892f36ac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156e55fb-7319-4f64-9c4b-d8496e1575db","id":"156e55fb-7319-4f64-9c4b-d8496e1575db","name":"eBUYgumm API (Members)","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"fd65a174-3d73-4a82-bfc2-fff46daac2c2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4707d7b-dc46-43d4-8643-0e0b8be285da","type":"text/javascript","exec":[""]}}]}