Skip to main content

Create a dish of a business

POST 

/api/v1/dishes

Create a dish of a business

Request

Body

required

    data

    object

    type stringrequired

    Possible values: [dishes]

    attributes

    object

    name stringrequired
    price_per_item_cents int32required

    Price in cents (currency taken from the business)

    sku_ref string
    description string
    unavailable
    on_uber_eats

    relationships

    object

    business

    object

    data

    object

    type stringrequired

    Possible values: [business]

    id stringrequired

    Related Business ID

    category

    object

    data

    object

    type stringrequired

    Possible values: [category]

    id stringrequired

    Related Category ID

Responses

Create a dish of a business

Schema

    any

Loading...