Remove Product from a Bundle
Last updated
Was this helpful?
URL : /api/v1/products/{id}/remove_from_bundle/
Method : POST
product_id - Integer
id of the Product to remove from the bundle
must currently be a member of the bundle
cannot be removed if it is the last remaining Product in the bundle
{
"product_id": 1584723961091260
}Code : 200 OK
Content examples :
[
{
"id": 1586066454419482,
"short_code": "bt1",
"product_name": "Bundle test 1"
}
...
]Last updated
Was this helpful?
Was this helpful?