HomeGuidesRecipesAPI ReferenceChangelog
GuidesAPI ReferenceCustomer Help CenterLog In

Add-Ons

Add-Ons are additional items that are sold along with a listing. They are set on a per-listing basis and you can add as many as you like. Add-ons can be customer-facing (so available to purchase during online checkout) or private (so can only be added to a purchase if it is a back office booking or modification).

{
  "name": "Go-Pro",
  "price": 15,
  "desc": "A Go-Pro camera to record your trip!",
  "visibility": "public"
}
AttributeTypeDefinition
namestringTitle of the add-on.
pricefloatPrice per add-on.
descstringShort description of the add-on.
visibilitystringWhether the add-on is visible to online checkout customers or if it is restricted to back office orders. Either public, or private.