Anchor to sellingPlanGroupRemoveProductsselling
mutationselling Plan Group Remove Products
Requires access scope as well as any of , access scopes. Also: The user must have permissions.
Removes multiple products from a selling plan group.
Anchor to Arguments
Arguments
- id (ID!)
- productIds ([ID!]!)
- •ID!required
The ID of the selling plan group.
- Anchor to productIdsproduct•[ID!]!
Ids required The IDs of the products to remove.
Was this section helpful?
Anchor to SellingPlanGroupRemoveProductsPayload returnsSelling Plan Group Remove Products Payload returns
- removedProductIds ([ID!])
- userErrors ([SellingPlanGroupUserError!]!)
- Anchor to removedProductIdsremoved•[ID!]
Product Ids The removed product ids.
- Anchor to userErrorsuser•[Selling
Errors Plan Group User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?