VAS
Value-added service catalog (e.g. Airport pickup, Boat tour, Spa). Per-channel/per-tag pricing lives in VAS Costs; per-channel availability lives in channel_value_added_service.
📄️ List all VAS catalog entries
List all VAS catalog entries
📄️ Upsert a VAS catalog entry
Creates or overwrites by `id`. The `category` field selects the shape of `attributes`; the `kind` field is one of SINGLE, BUNDLE, or VARIANT_PARENT. Per-channel pricing/availability is managed separately via VasCost and channel/listing-channel mappings.
📄️ Get a VAS catalog entry by id
Get a VAS catalog entry by id
📄️ Delete a VAS catalog entry
Cascades to vas_variant, vas_bundle_item, vas_choice_group, vas_cost, channel_value_added_service, and listing_channel_value_added_service.