# ProductCreateMediaPayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `productCreateMedia` mutation. ### Access Scopes ## Fields * [media](/docs/api/admin-graphql/2024-07/interfaces/Media): Media - The newly created media. * [mediaUserErrors](/docs/api/admin-graphql/2024-07/objects/MediaUserError): MediaUserError! - The list of errors that occurred from executing the mutation. * [product](/docs/api/admin-graphql/2024-07/objects/Product): Product - The product associated with the media. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [productCreateMedia](/docs/api/admin-graphql/2024-07/mutations/productCreateMedia) ## Examples