productUpdate
Graphql fields and variables for the productUpdate mutation
mutation productUpdate ($id: ID!, $attributes: ProductAttributes!) {
productUpdate (id: $id, attributes: $attributes) {
errors
product {
code
createdAt
description
everythingInPlus
id
internalNotes
name
plansToDisplay
platformId
productCategoryId
showProductNameOnLineItem
updatedAt
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
