stack

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

AdminTypes.ProductUpdateMediaPayload interface

Return type for productUpdateMedia mutation.

Signature:

export interface ProductUpdateMediaPayload 

Properties

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.