Skip to main content

Get all menus

GET 

/api/v2/catalog/menus

Retrieve all the menus for a given business

Request

Query Parameters

    business_id stringrequired

    Limit results to a specific business

    Example: cd9feea7-99f4-4e90-897f-8b4f7cac8c59
    available boolean

    Filter menus on whether they are available

    Example: true

Responses

Schema

  • Array [

  • id stringrequired

    Possible values: >= 12 characters and <= 12 characters, Value must match regular expression ^[0-9a-z]+$

    Unique ID of the menu

    name stringrequired

    Possible values: non-empty

    Name of the menu

    slug stringrequired

    Possible values: non-empty

    Slug of the menu

    description stringrequired

    Description of the menu

    photo_url urinullable

    The photo URL of the menu

    announcement stringnullable

    Text to display in the announcement bar, implicitly enables the announcement bar.

    heading stringnullable

    Heading of the menu

    colors

    object

    required

    primary color-hex

    Primary color of the menu

    layout integerrequired

    Possible values: <= 2

    Default value: 0

    Layout of the menu

    available boolean

    Default value: true

    Mark the product as not available

    order integerrequired

    Default value: 0

    Used to order the item, order defaults to ascending.

    created_at date-timerequired
    updated_at date-timerequired
  • ]

Loading...