OrderType
No description
type OrderType {
id: Int
customerId: Int
createdAt: DateTime
completedAt: DateTime
currency: String
desiredDeliveryDate: DateTime
message: String
status: String!
updatedAt: DateTime
publicId: ID!
billingAddress: AddressType
shippingAddress: AddressType
cart: CartType
paymentDetails: [PaymentDetailsType]
discount: PriceType
orderTotal: PriceType
paymentFee: PriceType
shippingFee: PriceType
vat: PriceType
fromBalance: Decimal!
fromBalanceFormatted: String
refunds: [RefundType]
shippingDetails: [ShippingDetailType]
}
Fields
OrderType.id ● Int scalar
OrderType.customerId ● Int scalar
OrderType.createdAt ● DateTime scalar
OrderType.completedAt ● DateTime scalar
OrderType.currency ● String scalar
OrderType.desiredDeliveryDate ● DateTime scalar
OrderType.message ● String scalar
OrderType.status ● String! non-null scalar
OrderType.updatedAt ● DateTime scalar
OrderType.publicId ● ID! non-null scalar
OrderType.billingAddress ● AddressType object
OrderType.shippingAddress ● AddressType object
OrderType.cart ● CartType object
OrderType.paymentDetails ● [PaymentDetailsType] list object
OrderType.discount ● PriceType object
OrderType.orderTotal ● PriceType object
OrderType.paymentFee ● PriceType object
OrderType.shippingFee ● PriceType object
OrderType.vat ● PriceType object
OrderType.fromBalance ● Decimal! non-null scalar
OrderType.fromBalanceFormatted ● String scalar
OrderType.refunds ● [RefundType] list object
OrderType.shippingDetails ● [ShippingDetailType] list object
Returned by
getOrder query ● getOrderPublic query ● getOrders query