CheckoutOrderType
No description
type CheckoutOrderType {
orderId: String
transactionId: String
secondaryTransactionId: String @deprecated
billingAddress: AddressType
shippingAddress: AddressType
company: String @deprecated
firstName: String @deprecated
lastName: String @deprecated
zip: String @deprecated
email: String @deprecated
phone: String @deprecated
address1: String @deprecated
address2: String @deprecated
city: String @deprecated
country: String @deprecated
message: String
currency: String
campaignIds: [String]
campaignNames: [String]
discountExVat: Decimal!
discountIncVat: Decimal!
itemValueExVat: Decimal!
itemValueIncVat: Decimal!
orderValueExVat: Decimal!
orderValueIncVat: Decimal!
paymentFeeExVat: Decimal!
paymentFeeIncVat: Decimal!
shippingFeeExVat: Decimal!
shippingFeeIncVat: Decimal!
sum: Decimal!
balance: Decimal!
rows: [CheckoutOrderRowType]
marketId: String!
externalOrderId: String
status: String
ipAddress: String
languageId: String
promoCode: String
customerId: Int!
customerTypeId: Int!
gender: GenderType!
personalId: String
userAgent: String
metaData: String
customerGroupId: Int!
paymentId: Int!
organizationNumber: String
shippingId: Int!
pickupPoint: String
desiredDeliveryDate: DateTime
}
Fields
CheckoutOrderType.orderId ● String scalar
CheckoutOrderType.transactionId ● String scalar
CheckoutOrderType.secondaryTransactionId ● String deprecated scalar
DEPRECATEDNot used any more
CheckoutOrderType.billingAddress ● AddressType object
CheckoutOrderType.shippingAddress ● AddressType object
CheckoutOrderType.company ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.firstName ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.lastName ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.zip ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.email ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.phone ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.address1 ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.address2 ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.city ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.country ● String deprecated scalar
DEPRECATEDUse Billing Address instead
CheckoutOrderType.message ● String scalar
CheckoutOrderType.currency ● String scalar
CheckoutOrderType.campaignIds ● [String] list scalar
CheckoutOrderType.campaignNames ● [String] list scalar
CheckoutOrderType.discountExVat ● Decimal! non-null scalar
CheckoutOrderType.discountIncVat ● Decimal! non-null scalar
CheckoutOrderType.itemValueExVat ● Decimal! non-null scalar
CheckoutOrderType.itemValueIncVat ● Decimal! non-null scalar
CheckoutOrderType.orderValueExVat ● Decimal! non-null scalar
CheckoutOrderType.orderValueIncVat ● Decimal! non-null scalar
CheckoutOrderType.paymentFeeExVat ● Decimal! non-null scalar
CheckoutOrderType.paymentFeeIncVat ● Decimal! non-null scalar
CheckoutOrderType.shippingFeeExVat ● Decimal! non-null scalar
CheckoutOrderType.shippingFeeIncVat ● Decimal! non-null scalar
CheckoutOrderType.sum ● Decimal! non-null scalar
CheckoutOrderType.balance ● Decimal! non-null scalar
CheckoutOrderType.rows ● [CheckoutOrderRowType] list object
CheckoutOrderType.marketId ● String! non-null scalar
CheckoutOrderType.externalOrderId ● String scalar
CheckoutOrderType.status ● String scalar
CheckoutOrderType.ipAddress ● String scalar
CheckoutOrderType.languageId ● String scalar
CheckoutOrderType.promoCode ● String scalar
CheckoutOrderType.customerId ● Int! non-null scalar
CheckoutOrderType.customerTypeId ● Int! non-null scalar
CheckoutOrderType.gender ● GenderType! non-null enum
CheckoutOrderType.personalId ● String scalar
CheckoutOrderType.userAgent ● String scalar
CheckoutOrderType.metaData ● String scalar
CheckoutOrderType.customerGroupId ● Int! non-null scalar
CheckoutOrderType.paymentId ● Int! non-null scalar
CheckoutOrderType.organizationNumber ● String scalar
CheckoutOrderType.shippingId ● Int! non-null scalar
CheckoutOrderType.pickupPoint ● String scalar
CheckoutOrderType.desiredDeliveryDate ● DateTime scalar
Member Of
CheckoutAndOrderType object ● CheckoutDataType object