Collections
Update Collection Product
Update quantity of a specific product inside 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"
Product ID
Example:
"prod_123"
Body
application/json
New quantity of this product in the collection.
Required range:
x >= 1Example:
2
Response
200 - application/json
Collection product quantity updated.
Response message indicating the outcome of the action.
Example:
"Product updated successfully"
TypeScript SDK