Version: 202201
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.
Create Product
Create a new product with the provided details.
Product List
Retrieve a list of products with pagination.
Product Total Count
Count the number of products based on the provided filters.
Product Details
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.