Products
Add product to bundle
Add products to a product bundle
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Your internal product ids that you would like to add to this bundle, they must be created in OrderProtection first
Example:
["product-1", "product-2", "product-2"]
Response
200
application/json
The product variant has been successfully updated.
Example:
"ok"