cURL
curl --request POST \ --url https://api.production.orderprotection.com/v2/products/{productId}/bundle/remove \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "productIds": [ "product-1", "product-2", "product-2" ] }'
{ "status": "ok" }
Remove product ids from bundle
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The product variant has been successfully updated.
The response is of type object.
object