Skip to main content

ProductDescriptionInput

No description

input ProductDescriptionInput {
primary: [LocalizedStringInput!]
secondary: [LocalizedStringInput!]
extra: [ProductDescriptionExtraInput!]
}

Fields

primary ● [LocalizedStringInput!]

Primary product text

secondary ● [LocalizedStringInput!]

Secondary product text

extra ● [ProductDescriptionExtraInput!]

Extra product texts: additional | special

Example

{
"primary": [
{}
],
"extra": [
{}
]
}