Search Documentation
Search for a documentation page...
Products
Browse, create, update, and delete products using the Commerce SDK.
Browse Products
Fetch a paginated list of products:
Parameters
| Parameter | Type | Description |
|---|---|---|
limit | number | Max items to return (default: 20) |
offset | number | Number of items to skip |
collectionSlug | string | Filter by collection |
categorySlug | string | Filter by category |
Get a Product
Fetch a single product by ID or slug:
Response
Create a Product
Update a Product
Delete a Product
Working with Variants
Products have variants for different options (size, color, etc.). Manage variants with dedicated methods: