GraphQL API
Organization API
Organization / Types/ object

OrderExceptionEdge

An edge that contains a node of type OrderException and a cursor.

Fields

2 fields
idID!

Unique primary key.

Type of the exception

customs_missing_datafulfillment_shipment_creation_failedfulfillment_shipment_generation_failedpreferred_shipping_service_method_not_possiblepreferred_return_shipping_service_method_not_possibleno_shipping_service_methodintegration_shipped_quantityorder_holdorder_line_missing_productrecipient_address_incorrectrecipient_address_details_incorrect
dataMixed

Additional data for the exception

messageString!

Message describing the exception

adviceString

Advice to resolve the exception

createdAtDateTimeTz!

When the exception was created.

updatedAtDateTimeTz!

When the exception was last updated.

idID!

Unique primary key.

integrationReferenceString

Integration reference of the order

quantityOrderedInt!

Quantity ordered

quantityAllocatedInt!

Quantity allocated in to fulfillments

quantityShippedInt!

Quantity (already) shipped

quantityUnallocatedInt!

Quantity that is not (yet) allocated to a fulfillment

referenceString

Reference of the order

shippingPriceMoney

Shipping cost paid by the customer

statusOrderStatus!

Status of the order

CANCELEDCREATEDEXPECTEDALLOCATEDPARTIALLY_SHIPPEDSHIPPEDUNALLOCATED
customsInvoiceNumberString

Invoice number for customs

customsShipmentTypeCustomsShipmentType

Shipment export type for customs

DOCUMENTSGIFTRETURNED_GOODSSALE_GOODSSAMPLE
localeString

BCP-47 locale used for communication templates

canceledAtDateTimeTz

When the order was canceled.

shippedAtDateTimeTz

When the order was shipped.

createdAtDateTimeTz!

When the order was created.

updatedAtDateTimeTz!

When the order was last updated.

isUpdatableBoolean!

Whether this order can be updated.

brandBrand!

Brand of the order

billingAddressAddress

Billing address of the order

recipientAddressAddress

Recipient address of the order

customerCustomer

Customer of the order

integrationIntegration

Integration of the order

fulfillmentPreferencesOrderFulfillmentPreferences

Fulfillment preferences of the order.

fulfillmentsFulfillmentConnection!

Fulfillments of the order

Order lines

Events related to this order

Exceptions related to this order

Metafields attached to this order

Shipments

Support tickets linked to this order

cursorString!

A unique cursor that can be used for pagination.