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
string
required
SAT product/service code (e.g., “80141600”)
Response
string
required
SAT product/service code
string
required
Description of the product or service
string
required
IVA requirement. Options:
Sí, No, Opcionalstring
required
IEPS requirement. Options:
Sí, No, Opcionalstring
Required complement for invoicing. Null if none required
string
required
Start date of validity (ISO 8601 format)
string
End date of validity (ISO 8601 format). Null if still valid
string
required
Border zone stimulus information
string
Similar keywords for search optimization. Null if none
string
required
Record creation timestamp (ISO 8601 format)
string
required
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
error
Authentication required or token expired
error
SAT product/service code not found
error
Invalid product/service code format
error
Server error occurred