Skip to content

ProductBundleItem

Type: schema

TypeScript Definition

typescript
ProductBundleItem: {({
            /** Format: int32 */
            readonly quantity: number
}

OpenAPI Schema

json
{
  "type": "array",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/ProductBundleItem",
    "description": "API reference for the ProductBundleItem schema"
  },
  "items": {
    "allOf": [
      {
        "type": "object",
        "properties": {
          "quantity": {
            "type": "integer",
            "format": "int32",
            "readOnly": true
          }
        },
        "required": [
          "quantity"
        ]
      },
      {
        "$ref": "#/components/schemas/Item"
      }
    ]
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: