Skip to main content

BulkUpdateProductHTMLMetaDataInput

type BulkUpdateProductHTMLMetaDataInput {
id: String!
canonicals: [String!]
description: String
disableIndex: Boolean
metadataOverrides: [BulkUpdateProductHTMLMetaDataOverrideInput!]
pageTitle: String
redirectTo: String
slug: String!
target: String
targetType: String
}

Fields

idString!required
canonicals[String!]

Canonical URL list of entity.

descriptionString

Description of the product in HTML metadata.

disableIndexBoolean

Defines if the entity is not indexable by search engines

Metadata overrides for the product

pageTitleString

Page title for the product

redirectToString

Redirect URL for the product.

slugString!required

Slug of the product

targetString

Target of HTML metadata.

targetTypeString

Target type for HTML metadata.