Collections
Unarchive Collection
Restore an archived collection back to active status.
POST
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
Collection ID
Example:
"col_123"
Response
201 - application/json
Collection unarchived successfully.
Response message indicating the outcome of the action.
Example:
"Collection unarchived successfully"
Previous
Add Products to CollectionAdd one or more products to a collection. If a product already exists, its quantity is updated.
Next
TypeScript SDK