GET /products/search.json
Summary: Retrieve a Product List from a query.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Endpoint example: ```text https://api.jumpseller.com/v1/products/search.json?login=XXXXXX&authtoken=XXXXX&query=test&fields=name,description ```
Parameters (5)
authtoken
(string, query, required)
API OAuth token.
fields
(string, query, optional)
Comma separated values of the fields to query for the Product
Constraints: {'enum': ['sku', 'barcode', 'brand', 'name', 'description', 'variants', 'option_name', 'custom_fields', 'custom_fields_selects']}
locale
(string, query, optional)
Locale code of the translation
login
(string, query, required)
API OAuth login.
query
(string, query, required)
Text to query for the Product
No probe data for this endpoint yet.