Selling Plan Group User Error
Represents a selling plan group custom error.
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Adds multiple selling plan groups to a product.
- •ID!required
The ID of the product.
- Anchor to sellingPlanGroupIdsselling•
Plan Group Ids [ID!]!required The IDs of the selling plan groups to add.
Arguments
- Anchor to productproduct•
The product object.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Removes multiple groups from a product.
- •ID!required
The ID of the product.
- Anchor to sellingPlanGroupIdsselling•
Plan Group Ids [ID!]!required The IDs of the selling plan groups to add.
Arguments
- Anchor to productproduct•
The product object.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Adds multiple selling plan groups to a product variant.
- •ID!required
The ID of the product variant.
- Anchor to sellingPlanGroupIdsselling•
Plan Group Ids [ID!]!required The IDs of the selling plan groups to add.
Arguments
- Anchor to productVariantproduct•
Variant The product variant object.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Remove multiple groups from a product variant.
- •ID!required
The ID of the product variant.
- Anchor to sellingPlanGroupIdsselling•
Plan Group Ids [ID!]!required The IDs of the selling plan groups to leave.
Arguments
- Anchor to productVariantproduct•
Variant The product variant object.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Adds multiple products to a selling plan group.
- •ID!required
The ID of the selling plan group.
- Anchor to productIdsproduct•
Ids [ID!]!required The IDs of the products to add.
Arguments
- Anchor to sellingPlanGroupselling•
Plan Group The updated selling plan group.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Adds multiple product variants to a selling plan group.
- •ID!required
The ID of the selling plan group.
- Anchor to productVariantIdsproduct•
Variant Ids [ID!]!required The IDs of the product variants to add.
Arguments
- Anchor to sellingPlanGroupselling•
Plan Group The updated selling plan group.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Creates a Selling Plan Group.
- Anchor to inputinput•Selling
Plan Group Input!required The properties of the new Selling Plan Group.
- Anchor to resourcesresources•
The resources this Selling Plan Group should be applied to.
Arguments
- Anchor to sellingPlanGroupselling•
Plan Group The created selling plan group object.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Delete a Selling Plan Group. This does not affect subscription contracts.
- •ID!required
The id of the selling plan group to delete.
Arguments
- Anchor to deletedSellingPlanGroupIddeleted•
Selling Plan Group Id The ID of the deleted selling plan group object.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Removes multiple products from a selling plan group.
- •ID!required
The ID of the selling plan group.
- Anchor to productIdsproduct•
Ids [ID!]!required The IDs of the products to remove.
Arguments
- Anchor to removedProductIdsremoved•
Product Ids The removed product ids.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Removes multiple product variants from a selling plan group.
- •ID!required
The ID of the selling plan group.
- Anchor to productVariantIdsproduct•
Variant Ids [ID!]!required The IDs of the product variants to remove.
Arguments
- Anchor to removedProductVariantIdsremoved•
Product Variant Ids The removed product variant ids.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Update a Selling Plan Group.
- •ID!required
The Selling Plan Group to update.
- Anchor to inputinput•Selling
Plan Group Input!required The properties of the Selling Plan Group to update.
Arguments
- Anchor to deletedSellingPlanIdsdeleted•
Selling Plan Ids The IDs of the deleted Subscription Plans.
- Anchor to sellingPlanGroupselling•
Plan Group The updated Selling Plan Group.
- Anchor to userErrorsuser•
Errors [SellingPlan Group User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •