Skip to main content
Version: 3.x

OrderBulkCreateError

No description

type OrderBulkCreateError {
path: String
message: String
code: OrderBulkCreateErrorCode
}

Fields

OrderBulkCreateError.path ● String scalar

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

OrderBulkCreateError.message ● String scalar

The error message.

OrderBulkCreateError.code ● OrderBulkCreateErrorCode enum

The error code.

Member of

OrderBulkCreate object ● OrderBulkCreateResult object


Was this page helpful?