Products
List Products
Retrieve a paginated list of master catalog products.
GET
Returns all products across the marketplace, with optional filtering by status, seller, category, and more.
Query parameters
Maximum number of records to return.
Number of records to skip.
Field to sort by, prefix with
- for descending order.Comma-separated list of fields to include, prefix with
+/- to add or remove from defaults.Search term matched against product fields.
Filter by product ID(s).
Filter by product title.
Filter by product handle.
Filter by the seller(s) eligible to sell the product.
Filter by status:
draft, proposed, published, or rejected.Filter by collection ID(s).
Filter by product type ID(s).
Filter by category ID(s).
Filter by tag ID(s).
Filter by variant SKU.
Filter by variant EAN.
Filter by variant UPC.
Filter by variant barcode.
Filter to products that have (or don’t have) seller offers.
Filter by creation date with operators like
$gte, $lte.Filter by update date with operators like
$gte, $lte.Filter by deletion date with operators like
$gte, $lte.Response
Total number of matching products.
Number of records skipped.
Number of records returned.