OBJECT

OrderOrderSummaryItem

link GraphQL Schema definition

1type OrderOrderSummaryItem {
2
3adjustment: [OrderOrderSummaryItemAdjustment]
59
4adjustmentRequirement: [ComIbmCommerceOrderFacadeDatatypesAdjustmentRequirementType]
59
5bLockInfo: ComIbmCommerceOrderFacadeDatatypesOrderBLockInfoType
59
6blocked: String
59
7buyerApprovalStatus: String
59
8buyerDistinguishedName: String
59
9buyerId: String
59
10buyerPONumber: String
59
11cSRComments: [ComIbmCommerceOrderFacadeDatatypesCSRCommentsType]
59
12channel: ComIbmCommerceOrderFacadeDatatypesChannelType
59
13comments: String
59
14couponCode: [ComIbmCommerceOrderFacadeDatatypesCouponCodeType]
59
15customerOrderNumber: String
59
16editable: String
59
17externalOrderID: String
59
18genericTotal: [ComIbmCommerceFoundationCommonDatatypesGenericTotalType]
59
19grandTotal: String
59
20grandTotalCurrency: String
59
21lastUpdateDate: String
59
22locked: String
59
23orderDescription: String
59
24orderEditor: ComIbmCommerceFoundationCommonDatatypesPersonIdentifierType
59
25orderExtendAttribute: [OrderOrderSummaryItemOrderExtendAttribute]
59
26orderId: String
59
27orderStatus: String
59
28orderTypeCode: String
59
29orderVersion: String
59
30orgDistinguishedName: String
59
31orgUniqueID: String
59
32parentInfo: ComIbmCommerceOrderFacadeDatatypesParentInfoType
59
33placedDate: String
59
34prepareIndicator: String
59
35promotionCode: [ComIbmCommerceOrderFacadeDatatypesPromotionCodeType]
59
36quoteID: String
59
37quoteIdentifier: ComIbmCommerceFoundationCommonDatatypesQuoteIdentifierType
59
38resourceId: String
59
39shipAsComplete: String
59
40storeNameIdentifier: String
59
41storeOwnerID: String
59
42storeUniqueID: String
59
43totalAdjustment: String
59
44totalAdjustmentCurrency: String
59
45totalProductPrice: String
59
46totalProductPriceCurrency: String
59
47totalSalesTax: String
59
48totalSalesTaxCurrency: String
59
49totalShippingCharge: String
59
50totalShippingChargeCurrency: String
59
51totalShippingTax: String
59
52totalShippingTaxCurrency: String
59
53totalTaxByTaxCategory: [OrderOrderSummaryItemTotalTaxByTaxCategory]
59
54userDataField: [OrderOrderSummaryItemUserDataField]
59
55xIsPersonalAddressesAllowedForShipping: String
59
56xIsPurchaseOrderNumberRequired: String
59
57xTrackingIds: String
59
58xstat: [JavaUtilMapEntry]
60
61}