Ir al contenido
Developers
Entorno
Not signed in
POST/api/v2.0/Menus/{shopCode}No pagination

Crea una carta.

Da de alta una carta con su nombre y sus canales. Los productos pueden mandarse en productPrices o cargarse después: la carta se puede crear vacía.

Parameters

shopCodestring · pathrequired

Código numérico del comercio. Tiene que pertenecer a la credencial que firmó el token.

Request body

  • Request bodyobject
    • namestringrequired
    • originsarray

      Canales a los que se vincula la carta.

    • productPricesarray

      Ítems de la carta. Se puede crear vacía y cargarlos después.

    • shouldSyncWithFdsboolean

Responses

200Carta creada. Devuelve el identificador generado.
  • CreateMenuResponseunknown
    • All of these variants combined
      • ApiResponseobject
      • allOf 2object
400

No schema documented.

401

No schema documented.

curl --request POST \
     --url https://preprod-ar-apigw-oauth.bistrosoft.com/products/Menus/shopCode \
     --header 'accept: application/json' \
     --header 'authorization: Bearer TU_TOKEN' \
     --header 'content-type: application/json'

Try this endpoint

Current host

https://preprod-ar-apigw-oauth.bistrosoft.com/products

Response

You have not tried this endpoint yet.