get_einvoicing_rules_latam
Retrieve current electronic invoicing obligations for Latin American countries including mandatory requirements, system, and formats.
Instructions
Returns the current e-invoicing (electronic invoicing) obligations for a given Latin American country — whether mandatory for B2B/B2G/B2C, the electronic system used, required formats, and key compliance notes. Returns { country, b2b_mandatory, b2g_mandatory, b2c_mandatory, system, formats, mandatory_since, notes }. Supports BR, MX, CL, AR, CO. Use when building invoice generation systems, determining compliance requirements for LatAm customers, or automating invoice submission workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | Two-letter ISO country code. Example: 'BR', 'MX', 'CL', 'AR', 'CO' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| b2b_mandatory | No | ||
| b2g_mandatory | No | ||
| b2c_mandatory | No | ||
| system | No | ||
| formats | No | ||
| mandatory_since | No | ||
| notes | No | ||
| disclaimer | No | ||
| error | No |