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