OrderError Object
No description
type OrderError {
field: String
message: String
code: OrderErrorCode!
warehouse: ID
orderLines: [ID!]
variants: [ID!]
addressType: AddressTypeEnum
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● OrderErrorCode!
The error code.
warehouse ● ID
Warehouse ID which causes the error.
orderLines ● [ID!]
List of order line IDs that cause the error.
variants ● [ID!]
List of product variants that are associated with the error
addressType ● AddressTypeEnum
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