ProductVariantBulkError Object
No description
type ProductVariantBulkError {
field: String
message: String
code: ProductVariantBulkErrorCode!
path: String
attributes: [ID!]
values: [ID!]
warehouses: [ID!]
stocks: [ID!]
channels: [ID!]
channelListings: [ID!]
}
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 ● ProductVariantBulkErrorCode!
The error code.
path ● String
Path to field that caused the error. A value of null indicates that the error isn't associated with a particular field.
attributes ● [ID!]
List of attributes IDs which causes the error.
values ● [ID!]
List of attribute values IDs which causes the error.
warehouses ● [ID!]
List of warehouse IDs which causes the error.
stocks ● [ID!]
List of stocks IDs which causes the error.
channels ● [ID!]
List of channel IDs which causes the error.
channelListings ● [ID!]
List of channel listings IDs which causes the error.
Member Of
ProductVariantBulkResult object ● ProductVariantBulkUpdate object