List Products
Products
List Products
Retrieve products with pagination
GET
List Products
Overview
Returns a paginated list of products in your shop, including variants, inventory, images, and vendor assignment.Use Cases
- Sync your product catalog to an external marketplace or PIM
- Build a vendor-specific product feed by filtering with
vendorId - Monitor product status (active, draft, archived) across vendors
- Export product data for reporting or analytics
Query Parameters
Filter products by vendor ID.
Number of products to return per page. Default:
100.Number of products to skip. Default:
0. Use nextOffset from the response for pagination.Response
200
Use
nextOffset for cursor-based pagination. When nextOffset is null, you have reached the last page.