v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Taxes

Update Tax

Update taxes for an existing orden

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

Path parameters

idstring required
Example:6307a60c41de27127515a575

Identifier of the resource

tax_idstring required
Example:tax_lin_2tQ974hSHcsdeSZHG

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's name

{"stackTrail":"components:schemas:ordersUpdateTaxes_request:properties:metadata","oasType":"schema","type":"unknown"}

Example request

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

Response

successful