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

Lista las cartas de un comercio.

Devuelve todas las cartas con sus ítems y sus canales, más el catálogo global de canales disponibles para vincular.

Parameters

shopCodestring · pathrequired

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

Responses

200Cartas del comercio.
  • GetMenusResponseunknown
    • All of these variants combined
      • ApiResponseobject
      • allOf 2object
400

No schema documented.

401

No schema documented.

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

Try this endpoint

Current host

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

Response

You have not tried this endpoint yet.