BatchProductVariantAttributeInput
No description
input BatchProductVariantAttributeInput {
id: Int!
language: String!
value: String!
}
Fields
id ● Int!
The id (position) of the variant attribute in relation to its variant group
language ● String!
value ● String!
Example
{
"id": 0,
"language": "EN",
"value": "Red"
}