Product Collections
Get Product Collection
Retrieves the product collection.
get/v1/product-collections/{productCollectionId}
Response
Returns a product collection object if a valid identifier was provided in the path.
Example response
{
"name": "All Products",
"products": [
{
"id": "prod_0a41bcf807c5fcaaf6"
}
],
"created_at": "2021-12-09T12:51:29.898Z"
}