Mindbody · JSON Structure

Public Api V6 Checkout Item Wrapper Structure

Implementation of the 'CheckoutItemWrapper' model.

Type: object Properties: 11
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

CheckoutItemWrapper is a JSON Structure definition published by Mindbody, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Item SalesNotes DiscountAmount AppointmentBookingRequests EnrollmentIds ClassIds CourseIds VisitIds AppointmentIds Id Quantity

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-checkout-item-wrapper-structure.json",
  "name": "CheckoutItemWrapper",
  "description": "Implementation of the 'CheckoutItemWrapper' model.",
  "type": "object",
  "properties": {
    "Item": {
      "$ref": "#/components/schemas/CheckoutItem",
      "description": "Information about an item in the cart."
    },
    "SalesNotes": {
      "type": "string",
      "description": "Sales Notes for the product",
      "example": "Example note for Mindbody Public API."
    },
    "DiscountAmount": {
      "type": "double",
      "description": "The amount the item is discounted. This parameter is ignored for packages.",
      "example": 49.99
    },
    "AppointmentBookingRequests": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CheckoutAppointmentBookingRequest"
      },
      "description": "A list of appointments to be booked then paid for by this item. This parameter applies only to pricing option items.",
      "example": [
        {}
      ]
    },
    "EnrollmentIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "A list of enrollment IDs that this item is to pay for. This parameter applies only to pricing option items.",
      "example": [
        1
      ]
    },
    "ClassIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "A list of class IDs that this item is to pay for. This parameter applies only to pricing option items.",
      "example": [
        1
      ]
    },
    "CourseIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "A list of course IDs that this item is to pay for. This parameter applies only to pricing option items.",
      "example": [
        1
      ]
    },
    "VisitIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "A list of visit IDs that this item is to pay for. This parameter applies only to pricing option items.",
      "example": [
        1
      ]
    },
    "AppointmentIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "A list of appointment IDs that this item is to reconcile.",
      "example": [
        1
      ]
    },
    "Id": {
      "type": "int32",
      "description": "The item\u2019s unique ID within the cart.",
      "example": 123456
    },
    "Quantity": {
      "type": "int32",
      "description": "The number of this item to be purchased.",
      "example": 10
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/public-api-v6-checkout-item-wrapper-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.