For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove Product from a Bundle

URL : /api/v1/products/{id}/remove_from_bundle/

Method : POST

Parameters

  • 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

Data example

{
    "product_id": 1584723961091260
}

Success Response

Code : 200 OK

Content examples :

[
    {
        "id": 1586066454419482,
        "short_code": "bt1",
        "product_name": "Bundle test 1"
    }
    ...
]

Last updated

Was this helpful?