Skip to main content
Anchor to SellingPlanGroupInput

SellingPlanGroupInput

input_object

The input fields required to create or update a selling plan group.

•String

ID for app, exposed in Liquid and product JSON.

•String

Merchant facing description of the selling plan group.

•String

Merchant facing label of the selling plan group.

•String

Buyer facing label of the selling plan group.

•[String!]

The values of all options available on the selling plan group. Selling plans are grouped together in Liquid when they're created by the same app, and have the same selling_plan_group.name and selling_plan_group.options values.

•Int

Relative value for display purposes of the selling plan group. A lower position will be displayed before a higher one.

Anchor to sellingPlansToCreatesellingPlansToCreate
•[SellingPlanInput!]

List of selling plans to create.

Anchor to sellingPlansToDeletesellingPlansToDelete
•[ID!]

List of selling plans ids to delete.

Anchor to sellingPlansToUpdatesellingPlansToUpdate
•[SellingPlanInput!]

List of selling plans to update.


Was this section helpful?