Skip to main content
Anchor to SellingPlanGroupUserError

SellingPlanGroupUserError

object

Represents a selling plan group custom error.

•SellingPlanGroupUserErrorCode

The error code.

•[String!]

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

•Product

The product object.

•[SellingPlanGroupUserError!]!non-null

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

•Product

The product object.

•[SellingPlanGroupUserError!]!non-null

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

•ProductVariant

The product variant object.

•[SellingPlanGroupUserError!]!non-null

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

•ProductVariant

The product variant object.

•[SellingPlanGroupUserError!]!non-null

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

•SellingPlanGroup

The updated selling plan group.

•[SellingPlanGroupUserError!]!non-null

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

•SellingPlanGroup

The updated selling plan group.

•[SellingPlanGroupUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Creates a Selling Plan Group.

Arguments

•SellingPlanGroupInput!required

The properties of the new Selling Plan Group.

•SellingPlanGroupResourceInput

The resources this Selling Plan Group should be applied to.


Fields

•SellingPlanGroup

The created selling plan group object.

•[SellingPlanGroupUserError!]!non-null

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
•ID

The ID of the deleted selling plan group object.

•[SellingPlanGroupUserError!]!non-null

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

•[ID!]

The removed product ids.

•[SellingPlanGroupUserError!]!non-null

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
•[ID!]

The removed product variant ids.

•[SellingPlanGroupUserError!]!non-null

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.

•SellingPlanGroupInput!required

The properties of the Selling Plan Group to update.


Fields

Anchor to deletedSellingPlanIdsdeletedSellingPlanIds
•[ID!]

The IDs of the deleted Subscription Plans.

•SellingPlanGroup

The updated Selling Plan Group.

•[SellingPlanGroupUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?