Collection
Manage curated product collections displayed on the storefront.
A collection is a grouping of products that the merchant displays together in the storefront, such as a seasonal lineup or a curated set. Each collection carries its own title, description, SEO attributes, associated products, and merchandise sorting rules.
Provides endpoints to create, list, retrieve, update, and delete collections, and to count collections matching given criteria.
Create Collection
Allows users to create a new collection in the store, including details like the title, description, associated products, SEO attributes, and merchandise sorting rules.
Collection List
Retrieves a list of collections based on various filter criteria, such as product_id, title, or update timestamps.
Collection Count
Retrieve the total number of collections that match specific criteria.
Collection Details
Retrieves detailed information about a specific collection by providing its unique identifier.
Update Collection
Allows users to update details of an existing collection by providing the collection ID and the desired updates in the request body.
Delete Collection
Allows users to delete a specific collection by providing its unique ID in the path parameter.
Create Collect
Associates a product with a collection by creating a collect object.
Collect List
Retrieves a list of collect objects, representing the associations between products and collections.
Collect Count
Retrieves the total number of collect objects that associate products with a collection.
Collect Details
Retrieves detailed information about a specific collect by its unique identifier (id)
Delete Collect
Removes an association between a product and a collection by deleting a collect object.