Version: 202506
Product
Manage products in the merchant's catalog: create, update, list, and delete product records.
Products represent the goods a merchant sells in their store, carrying core attributes such as title, description, variants, images, and publication status that power the storefront catalog.
Provides endpoints to list, count, get, create, update, and delete products.
List products
Retrieve a list of products with pagination.
Create product
Create a new product with the provided details.
Count products
Count the number of products based on the provided filters.
Get product
Retrieve a single product by its ID.
Update product
Update an existing product with the provided details.
Delete product
Delete a product by its ID.