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"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.