sellingPlanGroupRemoveProducts mutation
Removes multiple products from a selling plan group.
Required access
write_products
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
id
(
ID!
)
required
|
The ID of the selling plan group. |
productIds
(
[ID!]!
)
required
|
The IDs of the products to remove. |
Return fields
-
removedProductIds (
[ID!]
)The removed product ids.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.
Removes multiple products from a selling plan group.
Required access
write_products
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
id
(
ID!
)
required
|
The ID of the selling plan group. |
productIds
(
[ID!]!
)
required
|
The IDs of the products to remove. |
Return fields
-
removedProductIds (
[ID!]
)The removed product ids.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.
Removes multiple products from a selling plan group.
Required access
write_products
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
id
(
ID!
)
required
|
The ID of the selling plan group. |
productIds
(
[ID!]!
)
required
|
The IDs of the products to remove. |
Return fields
-
removedProductIds (
[ID!]
)The removed product ids.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.