15 lines
322 B
YAML
15 lines
322 B
YAML
type: object
|
|
required:
|
|
- variant_id
|
|
- quantity
|
|
properties:
|
|
variant_id:
|
|
description: The ID of the variant ID to add
|
|
type: string
|
|
quantity:
|
|
description: The quantity to add
|
|
type: number
|
|
metadata:
|
|
description: An optional set of key-value pairs to hold additional information.
|
|
type: object
|