# ProductCreatePayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `productCreate` mutation. ### Access Scopes ## Fields * [product](/docs/api/admin-graphql/2024-07/objects/Product): Product - The product object. * [shop](/docs/api/admin-graphql/2024-07/objects/Shop): Shop! - The shop associated with the product. * [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 * [productCreate](/docs/api/admin-graphql/2024-07/mutations/productCreate) ## Examples