You must have approval from SKIP before adding alcohol to your menu. To ensure that alcohol is handled correctly by SKIP and taxed appropriately, you must add the following disclaimers and flag all alcoholic items:

{
  "name": "Age Verification 19+",
  "description": "If the order contains alcohol items, the recipient of this order is required to present valid government ID to the courier at the time of delivery. This ID must match the name on the order. If the courier is unable to safely verify your ID, or if this condition or any other condition in the SkipTheDishes Terms of Service is not met, the order will not be delivered and will be subject to a $20 fee.",
  "items": []
},
{
  "name": "Contactless Recommendations",
  "description": "If your order contains alcohol items, please present your ID in a way that minimizes person-to-person contact, either by displaying it through a glass door or window, placing it on a surface, or presenting it from a distance.",
  "items": []
}

If your restaurant sells alcohol, you must add the "Age Verification" disclaimer and "Contactless Recommendations" disclaimer as empty categories (no items) as the first category in your menu. Note that the "Age Verification" disclaimer should reflect the local legal age for purchasing alcohol.

To make sure items are properly taxed and handled correctly by SkipTheDishes, you must add the tax_category property with value ALCOHOL to every alcoholic item.

{
  "name": "12oz Beer",
  "description": "12oz can of your favourite beer",
  "plu": "5",
  "price": 500,
  "modifiers": [],
  "includes": [],
  "ingredients": [],
  "tax_category": "ALCOHOL"
}