UpdateProductAttributesInput
Autogenerated input type of UpdateProductAttributes
input UpdateProductAttributesInput {
clientMutationId: String
productAttributes: [ProductUpdateAttributeInput!]!
productId: ID!
}
Fields
UpdateProductAttributesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateProductAttributesInput.productAttributes ● [ProductUpdateAttributeInput!]! non-null input
Details of the product attributes to be updated.
UpdateProductAttributesInput.productId ● ID! non-null scalar
The ID of the product to which the attributes belongs.
Member Of
productUpdateAttributes mutation