{ "uuid": "38ed081e-f951-4cd2-90d4-cde293c0facf", "lastMigration": 29, "name": "Buy Marketing API", "endpointPrefix": "buy/marketing/v1_beta", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "36f7d1c7-e60e-4368-be1e-978d4cebcc97", "documentation": "This method returns an array of products based on the category and metric specified. This includes details of the product, such as the eBay product ID (EPID), title, and user reviews and ratings for the product. You can use the epid returned by this method in the Browse API search method to retrieve items for this product. Restrictions To test getMerchandisedProducts in Sandbox, you must use category ID 9355 and the response will be mock data. For a list of supported sites and other restrictions, see API Restrictions.", "method": "get", "endpoint": "merchandised_product", "responses": [ { "uuid": "b63c80cf-51f3-41d3-9ed3-2598931e9d93", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "47c2e42b-dd8e-4366-a4d3-a41626dd4e91", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8be9ce5c-c51d-4b11-858f-67315141bfd0", "body": "", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a46f8f46-e8e0-4241-ab3e-2969aa75179d", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85b5b9f5-8b5b-4acb-a8ee-6d7d10af802b", "documentation": "This method returns products that were also bought when shoppers bought the product specified in the request. Showing 'also bought' products inspires up-selling and cross-selling. You specify the product by one of the following: epid - eBay Product ID gtin - Global Trade Item Number (UPC, ISBN, EAN) brand - (brand name, such as Nike) plus mpn (Manufacturer's Part Number) Restrictions For a list of supported sites and other restrictions, see API Restrictions. Note: A maximum of 12 products are returned. The method will return up to 12 products, but it can be less than 12. If the number of products found is less than 12, the method will return all of the products matching the criteria.", "method": "get", "endpoint": "merchandised_product/get_also_bought_products", "responses": [ { "uuid": "1a73090f-ae5e-4020-88ea-d0b9614813f8", "body": "{\n \"merchandisedProducts\": [\n {\n \"averageRating\": \"\",\n \"epid\": \"\",\n \"image\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"imageUrl\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"marketPriceDetails\": [\n {\n \"conditionGroup\": \"\",\n \"conditionIds\": [\n \"\"\n ],\n \"estimatedStartPrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"ratingAspects\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"name\": \"\",\n \"ratingAspectDistributions\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"percentage\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"ratingCount\": {{faker 'number.int' max=99999}},\n \"reviewCount\": {{faker 'number.int' max=99999}},\n \"title\": \"\"\n }\n ],\n \"warnings\": [\n {\n \"category\": \"\",\n \"domain\": \"\",\n \"errorId\": {{faker 'number.int' max=99999}},\n \"inputRefIds\": [\n \"\"\n ],\n \"longMessage\": \"\",\n \"message\": \"\",\n \"outputRefIds\": [\n \"\"\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"subdomain\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7757a3f9-3e6a-4978-a5b2-b935090c37f2", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cfea0a98-bede-4fa0-bb9e-69ad304cb88c", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bbc10f36-7042-44b9-87a3-874f7bd24c49", "body": "", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fbc77e00-536e-4f2c-a8a8-7ae7bdcbd9df", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6202f55b-e7f7-4625-a3e1-140e0bc22082", "documentation": "This method returns products that were also viewed when shoppers viewed the product specified in the request. Showing 'also viewed' products encourages up-selling and cross-selling. You specify the product by one of the following: epid - eBay Product ID gtin - Global Trade Item Number (UPC, ISBN, EAN) brand (brand name, such as Nike) plus mpn (Manufacturer's Part Number) Restrictions For a list of supported sites and other restrictions, see API Restrictions. Note: A maximum of 12 products are returned. The method will return up to 12 products, but it can be less than 12. If the number of products found is less than 12, the method will return all of the products matching the criteria.", "method": "get", "endpoint": "merchandised_product/get_also_viewed_products", "responses": [ { "uuid": "ed016040-8d8e-472d-af75-bf9686f2b4f5", "body": "{\n \"merchandisedProducts\": [\n {\n \"averageRating\": \"\",\n \"epid\": \"\",\n \"image\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"imageUrl\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"marketPriceDetails\": [\n {\n \"conditionGroup\": \"\",\n \"conditionIds\": [\n \"\"\n ],\n \"estimatedStartPrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"ratingAspects\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"name\": \"\",\n \"ratingAspectDistributions\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"percentage\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"ratingCount\": {{faker 'number.int' max=99999}},\n \"reviewCount\": {{faker 'number.int' max=99999}},\n \"title\": \"\"\n }\n ],\n \"warnings\": [\n {\n \"category\": \"\",\n \"domain\": \"\",\n \"errorId\": {{faker 'number.int' max=99999}},\n \"inputRefIds\": [\n \"\"\n ],\n \"longMessage\": \"\",\n \"message\": \"\",\n \"outputRefIds\": [\n \"\"\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"subdomain\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "11a8a9c1-0648-48f0-8cca-cc383da7e209", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0c3e5ba5-3e0c-44d9-9792-ab98830327aa", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87224c7c-041e-4655-80c9-ce0d2a71e3bf", "body": "", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "660652b7-1372-4ab2-8ae3-7ad69f02010c", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "36f7d1c7-e60e-4368-be1e-978d4cebcc97" }, { "type": "route", "uuid": "85b5b9f5-8b5b-4acb-a8ee-6d7d10af802b" }, { "type": "route", "uuid": "6202f55b-e7f7-4625-a3e1-140e0bc22082" } ] }