Skip to main content
Version: 3.x

ProductVariantBulkError

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

ProductVariantBulkError.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.

ProductVariantBulkError.message ● String scalar

The error message.

ProductVariantBulkError.code ● ProductVariantBulkErrorCode! non-null enum

The error code.

ProductVariantBulkError.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.

Added in Saleor 3.14

ProductVariantBulkError.attributes ● [ID!] list scalar

List of attributes IDs which causes the error.

ProductVariantBulkError.values ● [ID!] list scalar

List of attribute values IDs which causes the error.

ProductVariantBulkError.warehouses ● [ID!] list scalar

List of warehouse IDs which causes the error.

ProductVariantBulkError.stocks ● [ID!] list scalar

List of stocks IDs which causes the error.

Added in Saleor 3.12

ProductVariantBulkError.channels ● [ID!] list scalar

List of channel IDs which causes the error.

Added in Saleor 3.12

ProductVariantBulkError.channelListings ● [ID!] list scalar

List of channel listings IDs which causes the error.

Member of

ProductVariantBulkResult object ● ProductVariantBulkUpdate object


Was this page helpful?