This endpoint retrieves a list of products associated with a given Store ID. The results are paginated and can be controlled with the parameters page_size and page.
Additionally, products can be filtered by attribute values using the attribute_values parameter, which accepts comma-separated values applicable to any attribute (color, brand, size, etc.).
Request
Query Params
page_size
stringÂ
optional
Defines the number of records to return in each page of results.
Note: While you can specify any number for the page_size, the actual maximum number of records per page is capped at 50. Any value above 50 will default to a maximum of 50 items per page. The default value is 10.
Example:
10
page
stringÂ
optional
Controls the pagination of results. It indicates the current page number in the paginated list of results. Default value is 1.
Example:
5
attribute_values
stringÂ
optional
Comma-separated attribute values to filter products.
Example:
nike,black,large
Header Params
Accept-Language
enum<string>Â
optional
Preferred language for the response. Defaults to en if not specified.
Allowed values:
enar
Example:
en
Access-Token
stringÂ
optional
Optional access token. When provided, it represents the authorization granted to a client to access protected resources. Must be used within its validity period.
Optional Authorization token. When provided, it authenticates the Partner application's access to Zid's API. It doesn't provide specific user or store information.