Skip to main content

Add product to menu

POST 

/api/v2/catalog/menus/:menu_id/products

Links a list of product ids to a menu, categories are included implicitly.

Request

Path Parameters

    menu_id stringrequired

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

    Unique ID of the menu

    Example: 4lj8y3ygw1w0

Body

array

required

  • Array [

  • string

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

  • ]

Responses

Loading...