OfferingSets
Show OfferingSet
Use this endpoint to retrieve a single OfferingSet.
get/shop/offering-sets/{offeringSetId}
Response
The OfferingSet was successfully retrieved.
Example response
{
"data": {
"name": "Massage treatments",
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
]
}
}