v1

latestOpenAPI 3.0.3MIT-LICENSE2026-07-2469127278.1 KB
Taxes

Update Tax

Updates an existing tax line for an order. The tax line identified by tax_id belongs to the order identified by id. Only the fields provided in the request body are updated.

put/orders/{id}/tax_lines/{tax_id}

Path parameters

idstring required

Identifier of the resource

tax_idstring required

identifier

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

X-Child-Company-Idstring

In the case of a holding company, the company id of the child company to which will process the request.

Request body

amountinteger

The amount to be collected for tax in cents

descriptionstring

Description or tax name

metadataobject

Example request

{
  "amount": 100,
  "description": "VAT"
}

Response

successful