Skip to main content

CustomerChangeablePlan

顧客向け変更可能なプラン

type CustomerChangeablePlan {
id: Int!
planId: String!
name: String!
billingPolicyInterval: BillingPolicyInterval!
billingPolicyIntervalCount: Int
sellingPlanGroupId: String!
}

Fields

CustomerChangeablePlan.id ● Int! non-null scalar

プランID

  • 説明: プランのID. 定期購買アプリで管理しているID
  • 例: 1

CustomerChangeablePlan.planId ● String! non-null scalar

プランID

  • 説明: SellingPlan の globally-unique ID.
  • 例: "gid://shopify/SellingPlan/1234567890"

CustomerChangeablePlan.name ● String! non-null scalar

プラン名

  • 説明: プランの名前
  • 例: "アイスクリーム定期便"

CustomerChangeablePlan.billingPolicyInterval ● BillingPolicyInterval! non-null enum

決済周期(単位)

  • 説明: 契約の決済周期の単位
  • 例: "MONTH"

CustomerChangeablePlan.billingPolicyIntervalCount ● Int scalar

決済周期(数値)

  • 説明: 契約の決済周期の数値
  • 例: 1

CustomerChangeablePlan.sellingPlanGroupId ● String! non-null scalar

プラングループID

  • 説明: SellingPlanGroup の globally-unique ID.
  • 例: "gid://shopify/SellingPlanGroup/123456789"

Example

{
"id": 1,
"planId": "gid://shopify/SellingPlan/1234567890",
"name": "アイスクリーム定期便",
"billingPolicyInterval": "MONTH",
"billingPolicyIntervalCount": 1,
"sellingPlanGroupId": "gid://shopify/SellingPlanGroup/123456789"
}

Member Of

ResultCustomerSubscriptionContractChangeableCycles object