GET /api/sat/:id
Retrieves complete details for a specific SAT product or service by its code. Use this endpoint to get full information about a product/service identified during search.Authentication
This endpoint requires authentication. Include your access token in the request cookies.Path Parameters
SAT product/service code (e.g., “80141600”)
Response
SAT product/service code
Description of the product or service
IVA requirement. Options:
Sí, No, OpcionalIEPS requirement. Options:
Sí, No, OpcionalRequired complement for invoicing. Null if none required
Start date of validity (ISO 8601 format)
End date of validity (ISO 8601 format). Null if still valid
Border zone stimulus information
Similar keywords for search optimization. Null if none
Record creation timestamp (ISO 8601 format)
Record last update timestamp (ISO 8601 format)
Example Request
Example Response
Use Cases
- Retrieve full details after selecting from search results
- Verify product/service information before creating an invoice
- Display complete tax requirements for a specific code
- Validate that a product/service code is still valid
Error Responses
Authentication required or token expired
SAT product/service code not found
Invalid product/service code format
Server error occurred