Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductUpdatePayload
Return type for productUpdate
mutation.
Signature:
export interface ProductUpdatePayload
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. |