Update specific product children
Products
Add product to bundle
Add products to a product bundle
POST
Update specific product children
Documentation Index
Fetch the complete documentation index at: https://docs.orderprotection.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The product variant has been successfully updated.
Example:
"ok"

