Skip to main content
Anchor to SellingPlanGroupUserError

SellingPlanGroupUserError

object

Represents a selling plan group custom error.

•

The error code.

•

The path to the input field that caused the error.

•
String!non-null

The error message.


Was this section helpful?

•
mutation

Adds multiple selling plan groups to a product.

Arguments

•
ID!required

The ID of the product.

•
[ID!]!required

The IDs of the selling plan groups to add.


Fields

•

The product object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Removes multiple groups from a product.

Arguments

•
ID!required

The ID of the product.

•
[ID!]!required

The IDs of the selling plan groups to add.


Fields

•

The product object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Adds multiple selling plan groups to a product variant.

Arguments

•
ID!required

The ID of the product variant.

•
[ID!]!required

The IDs of the selling plan groups to add.


Fields

•

The product variant object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Remove multiple groups from a product variant.

Arguments

•
ID!required

The ID of the product variant.

•
[ID!]!required

The IDs of the selling plan groups to leave.


Fields

•

The product variant object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Adds multiple products to a selling plan group.

Arguments

•
ID!required

The ID of the selling plan group.

•
[ID!]!required

The IDs of the products to add.


Fields

•

The updated selling plan group.

•

The list of errors that occurred from executing the mutation.

•
mutation

Adds multiple product variants to a selling plan group.

Arguments

•
ID!required

The ID of the selling plan group.

•
[ID!]!required

The IDs of the product variants to add.


Fields

•

The updated selling plan group.

•

The list of errors that occurred from executing the mutation.

•
mutation

Creates a Selling Plan Group.

Arguments

•

The properties of the new Selling Plan Group.

•

The resources this Selling Plan Group should be applied to.


Fields

•

The created selling plan group object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Delete a Selling Plan Group. This does not affect subscription contracts.

Arguments

•
ID!required

The id of the selling plan group to delete.


Fields

Anchor to deletedSellingPlanGroupIddeletedSellingPlanGroupId
•

The ID of the deleted selling plan group object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Removes multiple products from a selling plan group.

Arguments

•
ID!required

The ID of the selling plan group.

•
[ID!]!required

The IDs of the products to remove.


Fields

•

The removed product ids.

•

The list of errors that occurred from executing the mutation.

•
mutation

Removes multiple product variants from a selling plan group.

Arguments

•
ID!required

The ID of the selling plan group.

•
[ID!]!required

The IDs of the product variants to remove.


Fields

Anchor to removedProductVariantIdsremovedProductVariantIds
•

The removed product variant ids.

•

The list of errors that occurred from executing the mutation.

•
mutation

Update a Selling Plan Group.

Arguments

•
ID!required

The Selling Plan Group to update.

•

The properties of the Selling Plan Group to update.


Fields

Anchor to deletedSellingPlanIdsdeletedSellingPlanIds
•

The IDs of the deleted Subscription Plans.

•

The updated Selling Plan Group.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?