OrderBulkCreateError Object
No description
type OrderBulkCreateError {
path: String
message: String
code: OrderBulkCreateErrorCode
}
Fields
path ● String
Path to 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 ● OrderBulkCreateErrorCode
The error code.
Member Of
OrderBulkCreate object ● OrderBulkCreateResult object