Order Object
Represents an order in the shop.
Fields
#
allowedSubStatuses
List of sub-statuses that can be changed to based on current state of the order
bids
List of all bids made against the order.
billingAddress
canFinalize
Informs whether a draft order can be finalized (turned into a regular order).
currentBid
Latest bid made against the order.
discount
discountName
euInvoiceMessaging
externalId
externalSource
fees
isOnlySellerOnNauticalOrder
Determines if seller is the only seller on the related nautical order. Note: if nautical order doesn't exist - will return None.
isShippingPriceOverridden
Indicates that the shipping price is set manually by user rather than taken from a related shipping method.
metadata
List of public metadata items. Can be accessed without permissions.
mpVatIdentificationNumber
privateMetadata
List of private metadata items.Requires proper staff permissions to access.
shippingAddress
shippingMethod
shippingMethodName
subStatus
translatedDiscountName
updated
user
vatIdentificationNumber
vendorPayout
Latest vendor payout this order is in
voucher
weight
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field order from Query
- Field orderByToken from Query
- Field node from OrderCountableEdge