OrderExceptionEdge
An edge that contains a node of type OrderException and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
type•OrderExceptionType!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_incorrectdata•MixedAdditional data for the exception
message•String!Message describing the exception
advice•StringAdvice to resolve the exception
createdAt•DateTimeTz!When the exception was created.
updatedAt•DateTimeTz!When the exception was last updated.
id•ID!Unique primary key.
integrationReference•StringIntegration reference of the order
quantityOrdered•Int!Quantity ordered
quantityAllocated•Int!Quantity allocated in to fulfillments
quantityShipped•Int!Quantity (already) shipped
quantityUnallocated•Int!Quantity that is not (yet) allocated to a fulfillment
reference•StringReference of the order
shippingPrice•MoneyShipping cost paid by the customer
status•OrderStatus!Status of the order
CANCELEDCREATEDEXPECTEDALLOCATEDPARTIALLY_SHIPPEDSHIPPEDUNALLOCATEDcustomsInvoiceNumber•StringInvoice number for customs
customsShipmentType•CustomsShipmentTypeShipment export type for customs
DOCUMENTSGIFTRETURNED_GOODSSALE_GOODSSAMPLElocale•StringBCP-47 locale used for communication templates
canceledAt•DateTimeTzWhen the order was canceled.
shippedAt•DateTimeTzWhen the order was shipped.
createdAt•DateTimeTz!When the order was created.
updatedAt•DateTimeTz!When the order was last updated.
isUpdatable•Boolean!Whether this order can be updated.
brand•Brand!Brand of the order
billingAddress•AddressBilling address of the order
recipientAddress•AddressRecipient address of the order
customer•CustomerCustomer of the order
integration•IntegrationIntegration of the order
fulfillmentPreferences•OrderFulfillmentPreferencesFulfillment preferences of the order.
fulfillments•FulfillmentConnection!Fulfillments of the order
lines•OrderLineConnection!Order lines
events•EventConnection!Events related to this order
exceptions•OrderExceptionConnection!Exceptions related to this order
metafields•MetafieldConnection!Metafields attached to this order
shipments•ShipmentConnection!Shipments
tickets•SupportTicketAccessConnection!Support tickets linked to this order
cursor•String!A unique cursor that can be used for pagination.