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