Skip to main content

Get a Menu

GET 

/api/v2/businesses/:business_id/google/menus

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

Request

Path Parameters

    business_id stringrequired

Responses

Schema

    menus

    object[]

  • Array [

  • name string

    Name of the food menu section.

    order integer

    A food menu item section.

    items

    object[]

  • Array [

  • name string

    Possible values: <= 140 characters

    Name of the food menu item.

    order integer

    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

    id string
    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.

  • ]

  • ]

Loading...