stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductUpdatePayload

AdminTypes.ProductUpdatePayload interface

Return type for productUpdate mutation.

Signature:

export interface ProductUpdatePayload 

Properties

Property Modifiers Type Description
product?   Maybe<Product> (Optional) The updated product object.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.