Mindbody · JSON Structure

Public Api V6 Checkout Shopping Cart Response Structure

Implementation of the 'CheckoutShoppingCartResponse' model. The API Response model for Checkout Shopping Cart APIs

Type: object Properties: 4
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ShoppingCart Classes Appointments Enrollments

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-shopping-cart-response-structure.json",
  "name": "CheckoutShoppingCartResponse",
  "description": "Implementation of the 'CheckoutShoppingCartResponse' model. The API Response model for Checkout Shopping Cart APIs",
  "type": "object",
  "properties": {
    "ShoppingCart": {
      "$ref": "#/components/schemas/ShoppingCart",
      "description": "Contains information about the shopping cart."
    },
    "Classes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Class"
      },
      "description": "Contains information about the classes.",
      "example": [
        {}
      ]
    },
    "Appointments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Appointment"
      },
      "description": "Contains information about the appointments.",
      "example": [
        {}
      ]
    },
    "Enrollments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClassSchedule"
      },
      "description": "Contains information about enrollment class schedules.",
      "example": [
        {}
      ]
    }
  }
}