Sites
Get details of all offerings available on the shop in their specified order
This endpoint retrieves the details of all offerings available on the shop in their specified order for the given site.
get/shop/sites/{siteId}/shop-config/offering-order
Response
The order of offerings available on the shop for the site.
Example response
{
"data": [
{
"offering_type": "area_booking",
"name": "Hot Tub Booking",
"members_only": true,
"image_url": "https://example.com/image.jpg"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.