productReorderAttributeValues
Reorder product attribute values.
productReorderAttributeValues(
attributeId: ID!
moves: [ReorderInput!]!
productId: ID!
): ProductReorderAttributeValues
Arguments
productReorderAttributeValues.attributeId
● ID!
non-null scalar miscellaneous
ID of an attribute.
productReorderAttributeValues.moves
● [ReorderInput!]!
non-null input miscellaneous
The list of reordering operations for given attribute values.
productReorderAttributeValues.productId
● ID!
non-null scalar miscellaneous
ID of a product.
Type
ProductReorderAttributeValues
object products
Reorder product attribute values.