OrderItem
An OrderItem generally represents a SKU purchased by the customer. There can be one or more OrderItems within an Order
Implements
Fields
ID!)
ID of the object
DateTime)
Time of creation
DateTime)
Time of last update
String)
External reference of the object. Recommended to be unique.
FulfilmentChoice)
Represents the FulfilmentChoice corresponding to this object
Product!)
Represents the Product corresponding to this object
String!)
Status of the OrderItem.
Int!)
Quantity ordered
Float)
Price paid. Excludes tax.
String)
Currency. Should ideally be an ISO currency code. For instance AUD.
Float)
Price
Float)
Tax price
String)
Tax type. Supported values are GST, VAT, EXCLTAX
Float)
Total price
Float)
Total tax price
PreciseAmountType)
Precise price paid. Excludes tax.
PreciseAmountType)
Precise price
PreciseAmountType)
Precise tax price
PreciseAmountType)
Precise total price
PreciseAmountType)
Precise total tax price
Order)
The associated Order
[Attribute])
List of OrderItem attributes.