sellingPlanGroupAddProductVariants mutation
Adds multiple product variants to 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. |
productVariantIds
(
[ID!]!
)
required
|
The IDs of the product variants to add. |
Return fields
-
sellingPlanGroup (
SellingPlanGroup
)The updated selling plan group.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.
Adds multiple product variants to 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. |
productVariantIds
(
[ID!]!
)
required
|
The IDs of the product variants to add. |
Return fields
-
sellingPlanGroup (
SellingPlanGroup
)The updated selling plan group.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.
Adds multiple product variants to 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. |
productVariantIds
(
[ID!]!
)
required
|
The IDs of the product variants to add. |
Return fields
-
sellingPlanGroup (
SellingPlanGroup
)The updated selling plan group.
-
userErrors (
[SellingPlanGroupUserError!]!
)List of errors that occurred executing the mutation.