OBJECT

OrderOrderDetail

link GraphQL Schema definition

1type OrderOrderDetail {
2
3addressId: String
73
4adjustment: [OrderOrderDetailAdjustment]
73
5adjustmentRequirement: [ComIbmCommerceOrderFacadeDatatypesAdjustmentRequirementType]
73
6bLockInfo: ComIbmCommerceOrderFacadeDatatypesOrderBLockInfoType
73
7blocked: String
73
8buyerApprovalStatus: String
73
9buyerDistinguishedName: String
73
10buyerId: String
73
11buyerPONumber: String
73
12cSRComments: [ComIbmCommerceOrderFacadeDatatypesCSRCommentsType]
73
13channel: ComIbmCommerceOrderFacadeDatatypesChannelType
73
14comments: String
73
15couponCode: [ComIbmCommerceOrderFacadeDatatypesCouponCodeType]
73
16customerOrderNumber: String
73
17editable: String
73
18externalOrderID: String
73
19financialTransaction: [ComIbmCommerceOrderFacadeDatatypesFinancialTransactionType]
73
20genericTotal: [ComIbmCommerceFoundationCommonDatatypesGenericTotalType]
73
21grandTotal: String
73
22grandTotalCurrency: String
73
23lastUpdateDate: String
73
24locked: String
73
25orderDescription: String
73
26orderEditor: ComIbmCommerceFoundationCommonDatatypesPersonIdentifierType
73
27orderExtendAttribute: [OrderOrderDetailOrderExtendAttribute]
73
28orderId: String
73
29orderItem: [OrderOrderDetailOrderItem]
73
30orderStatus: String
73
31orderTypeCode: String
73
32orderVersion: String
73
33orgDistinguishedName: String
73
34orgUniqueID: String
73
35parentInfo: ComIbmCommerceOrderFacadeDatatypesParentInfoType
73
36paymentInstruction: [OrderOrderDetailPaymentInstruction]
73
37paymentStatus: String
73
38placedDate: String
73
39prepareIndicator: String
73
40promotionCode: [ComIbmCommerceOrderFacadeDatatypesPromotionCodeType]
73
41pysicalStoreId: String
73
42quoteID: String
73
43quoteIdentifier: ComIbmCommerceFoundationCommonDatatypesQuoteIdentifierType
73
44recordSetComplete: String
73
45recordSetCount: String
73
46recordSetStartNumber: String
73
47recordSetTotal: String
73
48requestedShipDate: String
73
49resourceId: String
73
50resourceName: String
73
51rewardOption: [OrderOrderDetailRewardOption]
73
52shipAsComplete: String
73
53shipModeId: String
73
54storeNameIdentifier: String
73
55storeOwnerID: String
73
56storeUniqueID: String
73
57totalAdjustment: String
73
58totalAdjustmentCurrency: String
73
59totalProductPrice: String
73
60totalProductPriceCurrency: String
73
61totalSalesTax: String
73
62totalSalesTaxCurrency: String
73
63totalShippingCharge: String
73
64totalShippingChargeCurrency: String
73
65totalShippingTax: String
73
66totalShippingTaxCurrency: String
73
67totalTaxByTaxCategory: [OrderOrderDetailTotalTaxByTaxCategory]
73
68userDataField: [OrderOrderDetailUserDataField]
73
69xIsPersonalAddressesAllowedForShipping: String
73
70xIsPurchaseOrderNumberRequired: String
73
71xTrackingIds: String
73
72xstat: [JavaUtilMapEntry]
74
75}

link Required by