List Bundles for a Product

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

Method : GET

Success Response

Code : 200 OK

Content examples :

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

Last updated

Was this helpful?