OfferingSets
Update OfferingSet
Use this endpoint to update an OfferingSet.
put/shop/offering-sets/{offeringSetId}
Request body
Example request
{
"name": "Massage treatments",
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
]
}Response
The OfferingSet was successfully retrieved.
Example response
{
"data": {
"name": "Massage treatments",
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
]
}
}