Skip to main content
GET
/
admin
/
product-fiscal-categories
/
{productId}
Obtener por productId (texto)
curl --request GET \
  --url https://api.artisn.desarrollo-redbrand.com/api/admin/product-fiscal-categories/{productId} \
  --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.

Path Parameters

productId
string
required

Response

Categoría encontrada

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