productVariantLeaveSellingPlanGroups mutation
Remove multiple groups from a product variant.
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 product variant. |
sellingPlanGroupIds
(
[ID!]!
)
required
|
The IDs of the selling plan groups to leave. |
Return fields
-
productVariant (
ProductVariant
)The product variant object.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.
Remove multiple groups from a product variant.
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 product variant. |
sellingPlanGroupIds
(
[ID!]!
)
required
|
The IDs of the selling plan groups to leave. |
Return fields
-
productVariant (
ProductVariant
)The product variant object.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.
Remove multiple groups from a product variant.
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 product variant. |
sellingPlanGroupIds
(
[ID!]!
)
required
|
The IDs of the selling plan groups to leave. |
Return fields
-
productVariant (
ProductVariant
)The product variant object.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.