API Documentation

This service is in BETA. For access please Fill out the application

CONTENTS
RESOURCES
MACROS
VERBS
REPORTS

searchCatalogs

Explanation of what this does

Example use-cases

HTTP Methods:

GET Performs a search
POST Not Permitted. Returns HTTP 405
PUT Not Permitted. Returns HTTP 405
DELETE Not Permitted. Returns HTTP 405

Input Parameters

GET https://api.sellerlabs.com/v1/searchCatalogs
    ?search=lego%20death%20star
    &catalogs=amazon,ebay

Request Parameters

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'

Response Parameters

{"success" : true,
 "data"    : [
    // stuff goes here
]}

...similar table here...