From a json order description, build the cart items list​
POST
/api/v2/cart/build-cart-items
Creates a line item for each ticket, question, insurance and fee (depending on settings)
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
GET /api/v2/cart/build-cart-items-from-order-id​
Process the cart data to describe what order would be created with it​
POST
/api/v2/cart
Process the cart data to describe what order would be created with it
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
