Get Product List
GET {{baseUrl}}/product.list.json?start=<integer>&count=<integer>¶ms=<string>&exclude=<string>&category_id=<string>&created_from=<string>&created_to=<string>&modified_from=<string>&modified_to=<string>&avail_view=<boolean>&avail_sale=<boolean>&store_id=<string>&lang_id=<string>¤cy_id=<string>&product_ids=<string>&product_variant_params=<string>&since_id=<integer>&report_request_id=<string>&disable_report_cache=<boolean>&sort_by=<string>&sort_direction=<string>&sku=<string>&disable_cache=<boolean>
Get list of products from your store. Returns 10 products by default.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | string | This parameter sets the number from which you want to get entities | |
count | string | This parameter sets the entity amount that has to be retrieved. Max allowed count=250 | |
params | string | Set this parameter in order to choose which entity fields you want to retrieve | |
exclude | string | Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all | |
category_id | string | Retrieves products specified by category id | |
created_from | string | Retrieve entities from their creation date | |
created_to | string | Retrieve entities to their creation date | |
modified_from | string | Retrieve entities from their modification date | |
modified_to | string | Retrieve entities to their modification date | |
avail_view | string | Specifies the set of visible/invisible products | |
avail_sale | string | Specifies the set of available/not available products for sale | |
store_id | string | Defines store id where the webhook should be assigned | |
lang_id | string | Language id | |
currency_id | string | Currency Id | |
product_ids | string | Retrieves products specified by product ids | |
product_variant_params | string | Set this parameter in order to choose which product variants fields you want to retrieve | |
since_id | string | Retrieve products starting from the specified product id | |
report_request_id | string | Report request id | |
disable_report_cache | string | Disable report cache for current request | |
sort_by | string | Set field to sort by | |
sort_direction | string | Set sorting direction | |
sku | string | Filter by product's sku | |
disable_cache | string | Disable cache for current request |