Get a page of products
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
You can get a page of products as a list of products with the default number of 25 products per page.
You can also use the merchant_product_id to filter the list of products. This identifier is the product_id in the product object. It should be unique but this is not enforced. If the merchant_product_id is not found, the filtered list will be empty.
To get a single product, use the unique system product identifier, which is the id in the product object, as described in the Get product method.
The URLs in the examples in API documentation contain the {env} variable. Replace this variable with test for the test environment and app for the production environment.