Price Check

Checks the pricing for a cart at a specific location before checkout.

Use this endpoint to validate and retrieve the calculated price for the provided cart items.

Path Variables:

VariableDescription
urlBase API URL (environment variable)
versionAPI version (environment variable)
location_idUnique identifier for the location

Query Parameters:

ParameterRequiredExampleDescription
global_on_idYes12Provided by SoftPoint
user_idYes7Provided by SoftPoint

Request Body Structure:

FieldTypeDescription
cartobjectCart details
cart.employee_id_externalstringExternal employee ID
cart.itemsarrayList of cart items
cart.items[].category_idintegerCategory of the item
cart.items[].idintegerInternal item ID
cart.items[].id_externalstringExternal item ID
cart.items[].modifiersarrayList of modifiers (if any)
cart.items[].priceintegerPrice of the item
cart.items[].price_per_unitintegerPrice per unit
cart.items[].quantityintegerQuantity of the item
cart.items[].commentstringOptional comment
cart.items[].namestringItem name
cart.order_type_id_externalstringExternal order type ID
cart.revenue_center_id_externalstringExternal revenue center ID
global_on_idstringProvided by SoftPoint
user_idintegerProvided by SoftPoint

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!