UNPKG

supersonic-models

Version:

Supersonic models and API specifications

20 lines (19 loc) 331 B
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: "./cart-item-product.yaml"