Skip to main content
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

string
Filter products by vendor ID.
number
Number of products to return per page. Default: 100.
number
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.

Example