supersonic-models
Version:
Supersonic models and API specifications
24 lines (23 loc) • 494 B
YAML
type: object
description: Cart product details including changes made by the customer
required:
- id
- price
- quantity
- product
properties:
id:
type: string
example: "30733"
price:
type: number
example: 13.95
quantity:
type: number
example: 1
product:
$ref: "./aloha-cart-item-product.yaml"
isAvailable:
type: boolean
example: true
description: This property is used only in the responses to inform if the product is available or not