UpdateProductInput
Input for the updateProduct mutation.
input UpdateProductInput {
defaultVariantId: UUID
id: UUID!
internalName: String
isPubliclyVisible: Boolean
}
Fields
UpdateProductInput.defaultVariantId
● UUID
scalar
If present, new value for defaultVariantId
UpdateProductInput.id
● UUID!
non-null scalar
UUID of the product to be updated
UpdateProductInput.internalName
● String
scalar
If present, new value for internalName
UpdateProductInput.isPubliclyVisible
● Boolean
scalar
If present, new value for isPubliclyVisible
Member Of
updateProduct
mutation