Adds collection to a product
PUT/api/v1/:team_slug/:app_slug/products/:product_id/collections
Adds collection to a product. If the collection already have relation to the product do it ignore and continue.
Request
Responses
- 200
- 400
- 401
- 422
- 500
Product collections updated successfully
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Invalid request and not parsable by backend
Internal server error