Docs
Dashboard

productUpdate

Mutation

Updates an existing product identified by its ID.

#

Arguments


input
ProductUpdateInput!Required

The product update input.

#

Payload


errors
[ProductUpdateError!]

User-facing errors that prevented the operation from succeeding.

product
Product

The product associated with this product update payload.