OfferingAvailability
Mark a day as unavailable for an offering
Creates (or no-ops on, if one already exists) a one-day "unavailable" availability rule on the offering. Equivalent to going into the offering's availability calendar and toggling the targeted day off.
Idempotent: if the same (date, offering) already has an unavailable rule, the existing rule is returned without modification.
Requires the SETTINGS_MANAGE permission on the offering's site.
post/shop/offering-availability/add-day-unavailability
Request body
Example request
{
"date": "2026-12-25",
"offering_id": "5dcb47800000000000000019"
}Response
The day was successfully marked unavailable.
Changes
No recorded changes to this endpoint across all 1 revision of this API.