Mindbody · Example Payload

Public Api V6 Products Inventory Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ProductIdBarcodeIdLocationIdUnitsLoggedUnitsSoldUnitsInStockReorderLevelMaxLevelCreatedDateTimeUTCModifiedDateTimeUTC

Example Payload

Raw ↑
{
  "ProductId": 123456,
  "BarcodeId": "example-value",
  "LocationId": 123456,
  "UnitsLogged": 1,
  "UnitsSold": 1,
  "UnitsInStock": 1,
  "ReorderLevel": 1,
  "MaxLevel": 1,
  "CreatedDateTimeUTC": "2026-05-28T14:30:00Z",
  "ModifiedDateTimeUTC": "2026-05-28T14:30:00Z"
}