Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductUpdateMediaPayload
Return type for productUpdateMedia mutation.
Signature:
export interface ProductUpdateMediaPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| media? | Maybe<Array<Media>> | (Optional) The updated media object. | |
| mediaUserErrors | Array<MediaUserError> | The list of errors that occurred from executing the mutation. | |
| product? | Maybe<Product> | (Optional) The product on which media was updated. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |