ErrorsAll codes
PRODUCT_INACTIVE
The product ''{0}'' is inactive and cannot be used
Category: Products
Example response
When this error occurs, the API returns a JSON response with the following shape:
{
"type": "https://docs.beel.es/errors/PRODUCT_INACTIVE",
"title": "PRODUCT_INACTIVE",
"detail": "The product ''{0}'' is inactive and cannot be used",
"instance": "/v1/<resource>",
"errors": [],
"success": false,
"error": {
"code": "PRODUCT_INACTIVE",
"message": "The product ''{0}'' is inactive and cannot be used",
"details": {}
},
"meta": {
"timestamp": "2026-05-21T10:00:00Z",
"request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
}
}The type URI is stable and always resolves to this page.
Message
The product ''{0}'' is inactive and cannot be used
El producto ''{0}'' está inactivo y no puede ser utilizado
El producte ''{0}'' està inactiu i no pot ser utilitzat
Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.
Tokens like
{0}are runtime arguments — the backend fills them with actual values before responding.