put https://api.xandar.instaleap.io/jobs//update_prices
Deprecated
This endpoint is deprecated. Use payment info instead.
Enables your systems to update payments, shipping fees, taxes, discounts, and subtotal.
Common scenario:
The job prices have changed due to adjustments in the order. Once the picking is finished, your system should notify InstaLeap to refresh the totals of the order.
{
"shipping_fee": 0,
"taxes": 0,
"discounts": 0,
"subtotal": 0,
"payment_value": 0,
"invoice": {
"reference": "string",
"attachments": [
"string"
]
}
}