--- title: ProductCreateMediaPayload - GraphQL Admin description: Return type for `productCreateMedia` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/productcreatemediapayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/productcreatemediapayload.md --- # Product​Create​Media​Payload payload Return type for `productCreateMedia` mutation. ## Fields * media [\[Media!\]](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Media) The newly created media. * media​User​Errors [\[Media​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MediaUserError) non-null The list of errors that occurred from executing the mutation. * product [Product](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) The product associated with the media. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [product​Create​Media](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productCreateMedia) mutation Deprecated *** ## Map