List Products in a Bundle

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

Method : GET

Success Response

Code : 200 OK

Content examples :

[
    {
        "id": 1584723961091260,
        "short_code": "bugs",
        "product_name": "bugs"
    }
    ...
]

Last updated

Was this helpful?