Skip to main content

Get a Menu

GET 

/api/v2/businesses/:business_id/menus

Get a Menu

Request

Path Parameters

    business_id stringrequired

Responses

This endpoint allows you to view the Google My Business Food Menus set for your business.

Schema

    menus

    object[]

    required

    List of menu items

  • Array [

  • name string

    Name of the food menu section.

    order number

    A food menu item section.

    items

    object[]

  • Array [

  • name string

    Possible values: <= 140 characters

    Name of the food menu item.

    order number

    Display order of the food menu item in the food menu section.

    description string

    Possible values: <= 1000 characters

    Description of the food menu item.

    price number

    Price of the food menu item.

    media

    object

    source_url string

    User source url of the food menu item, mandatory to set/update media with food menu item

    public_url string

    Public url the food menu item provided by partoo, can be empty in set/update.

    id string
  • ]

  • ]

Loading...