GraphQL API
Organization API
Organization / Types/ object

OrderExceptionConnection

A paginated list of OrderException edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

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.

orderOrder!

Order this exception belongs to

cursorString!

A unique cursor that can be used for pagination.