Product Collections
Update Product Collection
Updates the product collection.
For STATIC collections, you can update only the name.
For AUTO_UPDATE collections, you can update its name and filters.
put/v1/product-collections/{productCollectionId}
Request body
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",
"updated_at": "2022-04-26T08:35:54.960Z"
}