post https://apisandbox.dev.clover.com/v3/merchants//orders//order_fee_line_items
Creates a service charge to an order.
Log in to see full request history
Response
Creates a service charge to an order.
xxxxxxxxxx
19curl --request POST \
--url https://apisandbox.dev.clover.com/v3/merchants/mId/orders/orderId/order_fee_line_items \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"printed": "false",
"exchanged": "false",
"refunded": "false",
"refund": {
"transactionInfo": {
"isTokenBasedTx": "false",
"emergencyFlag": "false"
}
},
"isRevenue": "false",
"hidden": "false"
}
'
Try It!
to start a request and see the response here! Or choose an example: