> For the complete documentation index, see [llms.txt](https://developers.alephee.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.alephee.com/v2/products/put-methods/update-product-fiscal-information/response.md).

# Type specifications

### ProductFiscalInfo

| Property          | Type                                         | Description                                                                                                                                                                                                                                                                   |
| ----------------- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Brand             | string                                       | Product brand                                                                                                                                                                                                                                                                 |
| SKU \*            | string                                       | Product SKU                                                                                                                                                                                                                                                                   |
| Title \*          | string                                       | <p>Product description used on the invoices.</p><p> </p><p>This description will appear in the electronic fiscal invoice generated automatically by Mercado Libre for each sale of that product.</p><p> </p><p>This is NOT the product listing (a.k.a publication) title.</p> |
| MeasurementUnit   | string                                       | <p>Product measurement unit.</p><p> </p><p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                                                 |
| TaxInformation \* | [#producttaxinfo](#producttaxinfo "mention") | Object with product taxes information                                                                                                                                                                                                                                         |

### ProductTaxInfo

| Property                                 | Type   | Description                                                                                                                                                                                               |
| ---------------------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>TaxRuleId \*</p><p>TaxRuleName \*</p> | string | <p>Tax rule ID (number) or name (string) to identify the tax rule previously created using the accounts/taxrules endpoint.</p><p> </p><p>You must use one attribute OR another. Not at the same time.</p> |
| Ncm \*                                   | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
| OriginType \*                            | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
| OriginDetail \*                          | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
| Csosn \*                                 | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
| Cest \*                                  | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
| Fci                                      | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
| ExTipi                                   | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
| Ean                                      | string | <p>Please refer to Mercado Libre's documentation <a href="https://developers.mercadolivre.com.br/pt_br/envio-dos-dados-fiscais">here</a>.</p><p> </p>                                                     |
