Product Collections
Create Product Collection
This method creates a new product collection.
post/v1/product-collections
Request body
Response
Returns information about the newly created collection, as well as an array containing the products.
Example response
{
"name": "All Products",
"products": [
{
"id": "prod_0a41bcf807c5fcaaf6"
}
],
"created_at": "2021-12-09T12:51:29.898Z"
}