GET /product.list.json
Operation ID: ProductList
Auth: unknown
Description
Get list of products from your store. Returns 10 products by default.
Parameters (28)
(boolean, query, optional)
Specifies the set of available/not available products for sale
(boolean, query, optional)
Specifies the set of visible/invisible products
(string, query, optional)
Retrieves brands specified by brand name
(string, query, optional)
Retrieves products specified by category id
(integer, query, optional, default: 10)
This parameter sets the entity amount that has to be retrieved. Max allowed count=250
(string, query, optional)
Retrieve entities from their creation date
(string, query, optional)
Retrieve entities to their creation date
(string, query, optional)
Currency Id
(boolean, query, optional, default: False)
Disable cache for current request
(boolean, query, optional, default: False)
Disable report cache for current request
(string, query, optional)
Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter `params` equal force_all
(string, query, optional)
Retrieves products specified by language id
(string, query, optional)
Retrieve entities from their modification date
(string, query, optional)
Retrieve entities to their modification date
(string, query, optional)
Used to retrieve products via cursor-based pagination (it can't be used with any other filtering parameter)
(string, query, optional, default: id,name,description,price,categories_ids)
Set this parameter in order to choose which entity fields you want to retrieve
(array, query, optional)
Defines product attributes
(string, query, optional)
Retrieves products specified by product ids
(string, query, optional)
Report request id
(string, query, optional)
Set this parameter in order to choose which entity fields you want to retrieve
(integer, query, optional)
Retrieve entities starting from the specified id.
(string, query, optional)
Filter by product's sku
(string, query, optional, default: id)
Set field to sort by
(string, query, optional, default: asc)
Set sorting direction
(integer, query, optional, default: 0)
This parameter sets the number from which you want to get entities
(string, query, optional)
Defines product's status
(string, query, optional)
Retrieves products specified by store id
(string, query, optional)
Defines products's type
No probe data for this endpoint yet.