This service is in BETA. For access please Fill out the application
Explanation of what this does
Example use-cases
GET | Performs a search |
---|---|
POST | Not Permitted. Returns HTTP 405 |
PUT | Not Permitted. Returns HTTP 405 |
DELETE | Not Permitted. Returns HTTP 405 |
GET https://api.sellerlabs.com/v1/searchCatalogs ?search=lego%20death%20star &catalogs=amazon,ebay
search | Performs a search for the parameter using the best method available |
---|---|
upc | Searches the catalog specifically for products with the defined UPC code |
ean | Searches the catalog specifically for products with the defined EAN code |
catalog | Specifiy the catalogs that you want to search. Valid values are 'amazon', 'ebay', 'slapi' |
{"success" : true, "data" : [ // stuff goes here ]}
...similar table here...