Shops > Plan > planPreview
Commerce APIShopsPlanplanPreview
planPreview
POST:plan/preview.json

Description

Preview plan change.

Permission bit: "shop_plan.preview"

Topic: Plan

Arguments

data: PlanPreview!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

plan_id: String!

Unique plan identifier. See also: Unique Identifiers

Example: "medium"

Valid when: plan_id is not empty


Result

Invoice

Preview (typescript)

Loading module