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

Lista las categorías de un comercio.

Devuelve todas las categorías con su configuración de impresión, su límite de gustos y las estaciones de trabajo vinculadas.

Parameters

shopCodestring · pathrequired

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

Responses

200Categorías del comercio.
  • GetCategoriesResponseunknown
    • 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/Categories/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.