Sites
Update the order of offerings available on the shop
Use this endpoint to update the order of offerings available on the shop for a specific site.
put/shop/sites/{siteId}/shop-config/offering-order
Request body
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.