- Print
- DarkLight
Given an order object, returns the price for that order.
Takes the subscription into account and uses the calculator defined in the subscription contract. This allows a merchant to define custom pricing strategies.
The order's unique identifier within the Bento system.
The customer's unique identifier, which merchants can opt to assign using either their own customer service system or Bento's customer service during the onboarding process.
The unique identifier of the Bento subscription contract. It can be retrieved from the Bento Subscription Service.
The unique identifier of the phase ID within the subscription contract. It is to determine which phase the given order is currently in, and thus which pricing calculator to use.
The position of the order relative to other orders in the subscription contract. It serves as an identifier representing the sequential order number of the customer's lifetime orders under a specific contract. The first order in the subscription contract has ordinal '1'.
Array of items within an order, each containing id, quantity, source and custom attribute data.
A unique identifier for the product.
The quantity of this particular product within this order.
This is the source where the order item is added from. Could be from contract, product, order rule or admin edit.
The currency to price the order in. The currency code should be provided in the 3 letter (ISO 4217 standard)[https://www.iso.org/iso-4217-currency-codes.html].
A promotion code that is to be applied to the order
A successful response with the final price of the order, determined by its associated subscription contract and current phase.
The currency to price the order in. The currency code should be provided in the 3 letter (ISO 4217 standard)[https://www.iso.org/iso-4217-currency-codes.html].
The total price of the order in the currency's minor units, e.g., pence or cents.
The formatted price of the order with the currency symbol provided.
The total discount applied to the order in the currency's minor units, e.g., pence or cents.
The formatted total discount with the currency symbol provided.
The price of order items after the subtotal discount is applied in the currency's minor units, excluding discounts and delivery.
The formatted price of order items after the subtotal discount is applied with the currency symbol provided.
The discount applied to the subtotal in the currency's minor units, excluding delivery.
The discount applied to the subtotal with the currency symbol provided.
The delivery price of the order in the currency's minor units, e.g., pence or cents.
The formatted delivery price with the currency symbol provided.
Final price of the order, calculated after considering the specifics of the subscription contract and the order phase.
Errors that occurred during price calculation.
Invalid Request
Invalid Authentication Credentials
Invalid Authorization Credentials
Resource Not Found
Failed Dependency
Internal Server Error