v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Discounts

Update Discount

Update an existing discount lines for an existing orden

put/orders/{id}/discount_lines/{discount_lines_id}

Path parameters

idstring required
Example:6307a60c41de27127515a575

Identifier of the resource

discount_lines_idstring required
Example:dis_lin_2tQ974hSHcsdeSZHG

discount line id 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
codestring

Discount code.

typestring

Example request

{
  "amount": 500,
  "code": "123",
  "type": "loyalty"
}

Response

successful