ghl_product_collection_update
Update an existing product collection by its ID, modifying details such as name, slug, image, and SEO metadata.
Instructions
Update Product Collection Update a specific product collection with Id :collectionId Endpoint: PUT /products/collections/{collectionId} (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/collection.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| collectionId | Yes | MongoId of the collection |