Skip to main content
Version: 3.x

OrderError

No description

type OrderError {
field: String
message: String
code: OrderErrorCode!
warehouse: ID
orderLines: [ID!]
variants: [ID!]
addressType: AddressTypeEnum
}

Fields

OrderError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

OrderError.message ● String scalar

The error message.

OrderError.code ● OrderErrorCode! non-null enum

The error code.

OrderError.warehouse ● ID scalar

Warehouse ID which causes the error.

OrderError.orderLines ● [ID!] list scalar

List of order line IDs that cause the error.

OrderError.variants ● [ID!] list scalar

List of product variants that are associated with the error

OrderError.addressType ● AddressTypeEnum enum

A type of address that causes the error.

Member of

DraftOrderBulkDelete object ● DraftOrderComplete object ● DraftOrderCreate object ● DraftOrderDelete object ● DraftOrderLinesBulkDelete object ● DraftOrderUpdate object ● FulfillmentApprove object ● FulfillmentCancel object ● FulfillmentRefundProducts object ● FulfillmentReturnProducts object ● FulfillmentUpdateTracking object ● Order object ● OrderAddNote object ● OrderBulkCancel object ● OrderCancel object ● OrderCapture object ● OrderConfirm object ● OrderDiscountAdd object ● OrderDiscountDelete object ● OrderDiscountUpdate object ● OrderFulfill object ● OrderLineDelete object ● OrderLineDiscountRemove object ● OrderLineDiscountUpdate object ● OrderLinesCreate object ● OrderLineUpdate object ● OrderMarkAsPaid object ● OrderRefund object ● OrderUpdate object ● OrderUpdateShipping object ● OrderVoid object


Was this page helpful?