Schema2020-08-27
objectsource_order_item
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
SourceOrderItem
objectamount integer
optionalnullable The amount (price) for this order item.
currency string
optionalnullable This currency of this order item. Required when `amount` is present.
description string
optionalnullable Human-readable description for this order item.
parent string
optionalnullable The ID of the associated object for this line item. Expandable if not null (e.g., expandable to a SKU).
quantity integer
optionalThe quantity of this order item. When type is `sku`, this is the number of instances of the SKU to be ordered.
type string
optionalnullable The type of this order item. Must be `sku`, `tax`, or `shipping`.