POST
/
v2
/
products
/
{productId}
/
bundle
/
remove
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productId
string
required

Body

application/json

Response

200
application/json

The product variant has been successfully updated.

The response is of type object.