Retrieves products in pages.
Requires the stores.products.view permission.
| Field | Type | Description |
|---|---|---|
visibility | integer | Filter by privacy level. See Product Privacy |
isBestSeller | boolean | Filter best-seller products |
shouldBlockVpns | boolean | Filter products that block VPNs |
lowStock | boolean | Filter products with low stock availability |
Your API key goes here
The ID of the store.
Filter by visibility (Public / Unlisted / Private). List of product visibility (or privacy) levels
0, 1, 2 Show only best-sellers (true) or non-best-sellers (false).
Filter on whether VPNs are blocked for the product.
Filter by products that have low stock availability.
1 <= x <= 21474836471 <= x <= 2147483647The object was successfully returned.
Represents a paginated response returned from API endpoints, which contains the paginated data and metadata about the pagination.