Enrollment Packages
Headers
Name
Type
Description
HTTP/1.1 200 OK
Content-Type: application/json
Body:
{
"status_code": 200,
"errors": {},
"data": {
"products": [
{
"name": "<package_name>",
"price": "<price>",
"images": "<images>",
"description": "<description>",
"short_desciption": "<short_desciption>",
"product_id": "<product_id>",
"bundle_id": "<bundle_id>"
},
...
]
}
}Sample Code
Last updated
Was this helpful?