Collections
Update Collection
Update products, friendly name, status, or description of a collection.
PATCH
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
Collection ID
Example:
"col_123"
Body
application/json
The friendly name of the collection
Example:
"Winter Course Bundle"
A detailed description of this collection
Example:
"Get all our premium programming courses at a highly discounted price."
The display cover image URL for this collection
Example:
"https://images.unsplash.com/photo-123"
Response
200 - application/json
Collection updated successfully.
Response message indicating the outcome of the action.
Example:
"Collection updated successfully"
TypeScript SDK