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

Lista los combos de un comercio.

Devuelve todos los combos con sus pasos, sus impuestos y los canales donde están publicados.
isInAnyMenu avisa si el combo todavía no está en ninguna carta, que es el error más común al crearlos.

Parameters

shopCodestring · pathrequired

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

Responses

200Combos del comercio.
  • GetCombosResponseunknown
    • 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/Combos/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.