Skip to main content

Set or update a Menu

POST 

/api/v2/businesses/:business_id/menus

Set or update a Menu

Request

Path Parameters

    business_id stringrequired

Body

required

    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
  • ]

  • ]

Responses

This endpoint allows you to set or update Google My Business Food Menus 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...