Menu

Set item options

Replaces all option group links for a menu item. Pass an empty array to unlink all options.

put/menu/{locale}/{id}/options

Path parameters

localeinteger required

Locale (restaurant) ID. Must match the locale bound to your API key.

idinteger required

Resource ID

Request body

option_group_idsinteger[] required

Array of option group IDs to link. Empty array unlinks all.

Response

Options updated

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.