Organization / Types/ object
OrderExceptionConnection
A paginated list of OrderException edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•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.
order•Order!Order this exception belongs to
cursor•String!A unique cursor that can be used for pagination.