Orders
Update the service charge on an order
Use this endpoint to update the service charge applied to an order.
put/shop/orders/{orderId}/service-charge
Request body
Example request
{
"amount": 1050,
"item_amounts": [
{
"amount": 595
}
]
}Response
The Order was successfully retrieved
Changes
No recorded changes to this endpoint across all 1 revision of this API.