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

amountinteger

The amount of service charge, in minor units. Required if item_amounts isn't specified.

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.