OBJECT

Order2ListItem

link GraphQL Schema definition

1type Order2ListItem {
2
3adjustment: [OrderOrderDetailAdjustment]
35
4buyerDistinguishedName: String
35
5buyerId: String
35
6channel: ComIbmCommerceOrderFacadeDatatypesChannelType
35
7grandTotal: String
35
8grandTotalCurrency: String
35
9lastUpdateDate: String
35
10locked: String
35
11orderId: String
35
12orderStatus: String
35
13orderTypeCode: String
35
14orgDistinguishedName: String
35
15orgUniqueID: String
35
16placedDate: String
35
17prepareIndicator: String
35
18resourceId: String
35
19shipAsComplete: String
35
20storeNameIdentifier: String
35
21storeUniqueID: String
35
22totalAdjustment: String
35
23totalAdjustmentCurrency: String
35
24totalProductPrice: String
35
25totalProductPriceCurrency: String
35
26totalSalesTax: String
35
27totalSalesTaxCurrency: String
35
28totalShippingCharge: String
35
29totalShippingChargeCurrency: String
35
30totalShippingTax: String
35
31totalShippingTaxCurrency: String
35
32xIsPersonalAddressesAllowedForShipping: String
35
33xIsPurchaseOrderNumberRequired: String
35
34xTrackingIds: String
36
37}