Skip to main content
GET
/
admin
/
product-fiscal-categories
Listar product_fiscal_category
curl --request GET \
  --url https://api.artisn.desarrollo-redbrand.com/api/admin/product-fiscal-categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "productId": "<string>",
    "productName": "<string>",
    "externalProductId": "<string>",
    "ncm": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Lista de categorías fiscales

productId
string
productName
string
externalProductId
string | null
ncm
string
createdAt
string<date-time>