Collect
Manage product-collection associations (collects) used to organize products into collections.
A collect represents the many-to-many association between a product and a custom collection in the merchant's catalog. Merchants and apps create collects to add products to a collection and remove collects to take them out.
Provides endpoints to create, list, retrieve, and delete collects, count collects matching given criteria, and batch-create product-collection associations.
List collects
Retrieves a list of collect objects, representing the associations between products and collections.
Create collect
Associates a product with a collection by creating a collect object.
Get collect count
Retrieves the total number of collect objects that associate products with a collection.
Get collect
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.
Batch create collect
Creates multiple product-collection associations in a single request.