POST:returns/refund.json
POST:returns/refund.json
Description
Refund a return.
Permission bit: "returns.modify"
Topic: Returns
Query Parameters
Unique return identifier. See also: Unique Identifiers
Example: ?return_id=rt_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
{ "amount": 5, "customer_balance": 5, "fee": 5 }
Response Body
Response Body Type
Loading module