Mindbody · Example Payload

Public Api V6 Shopping Cart Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Shopping Cart Example is an example object payload from Mindbody, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdCartItemsSubTotalDiscountTotalTaxTotalGrandTotalTransactionsSaleId

Example Payload

Raw ↑
{
  "Id": "example-value",
  "CartItems": [
    {}
  ],
  "SubTotal": 49.99,
  "DiscountTotal": 49.99,
  "TaxTotal": 49.99,
  "GrandTotal": 49.99,
  "Transactions": [
    {}
  ],
  "SaleId": 123456
}