Authorizations
Headers
The dated version of the API, if not specified a default is used. See API versioning for more information.
Body
The details of the order to estimate.
Request for a price estimate for an order.
Payment method for the order. Select the ACCOUNT_BALANCE
you want to pay for the order from.
Pay using your account balance.
List of order items for price estimation.
1 - 500
elementsResponse
OK
Response object for a order price estimate.
Account balance payment.
List of order items with price and discount.
The currency of the order, represented by ISO 4217 currency codes. Please check the currency section in the guidelines for how to use this field.
"USD"
Total discount on the entire order.
Total price of the entire order.
A mapping of the subtotal of the order using the payout currency as a key.
{ "USD": { "value": "10.00", "fx": null } }