Care
Create a refund on an Orderline
Rate limiting
This endpoint is rate limited to 500 requests per day. If you exceed this limit, you will receive a 429 status code.
post/ws/sav/refund
Request body
Example request
{
"amount": 89.99,
"orderline_pk": 123,
"refund_type": 4
}Response
Refund Created
Changes
No recorded changes to this endpoint across all 3 revisions of this API.