--- title: ProductJoinSellingPlanGroupsPayload - GraphQL Admin description: Return type for `productJoinSellingPlanGroups` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/productjoinsellingplangroupspayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/productjoinsellingplangroupspayload.md --- # Product​Join​Selling​Plan​Groups​Payload payload Return type for `productJoinSellingPlanGroups` mutation. ## Fields * product [Product](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Product) The product object. * user​Errors [\[Selling​Plan​Group​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/SellingPlanGroupUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [product​Join​Selling​Plan​Groups](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/productJoinSellingPlanGroups) mutation Adds multiple selling plan groups to a product. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the product. * selling​Plan​Group​Ids [\[ID!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required The IDs of the selling plan groups to add. *** *** ## Map ### Mutations with this payload * [product​Join​Selling​Plan​Groups](https://shopify.dev/docs/api/admin-graphql/unstable/types/productJoinSellingPlanGroups)