stack

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

AdminTypes.ProductCreateMediaPayload interface

Return type for productCreateMedia mutation.

Signature:

export interface ProductCreateMediaPayload 

Properties

Property Modifiers Type Description
media?   Maybe<Array<Media>> (Optional) The newly created media.
mediaUserErrors   Array<MediaUserError> The list of errors that occurred from executing the mutation.
product?   Maybe<Product> (Optional) The product associated with the media.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.