OrderLine Object
Represents order line of particular order.
Fields
#
digitalContentUrl
metadata
[ MetadataItem !]!
Non-null
List of public metadata items. Can be accessed without permissions.
note
privateMetadata
[ MetadataItem !]!
Non-null
List of private metadata items.Requires proper staff permissions to access.
productSku
quantity
Int !
Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024
Non-null
DEPRECATED: The number of items ordered on this order line.
secondaryLines
[ SecondaryOrderLine !]
Grouped product support will be removed on September 27, 2024.
List of secondary lines attached to this order line.
unitPriceOverriddenNote
variant
A purchased product variant. Note: this field may be null if the variant has been removed from stock at all.
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field lines from Order
- Field sellerUnfulfilled from NauticalOrder
- Field orderLine from FulfillmentLine