Skip to main content

ResultCustomerSubscriptionContractLinePlan

顧客向け定期購買商品のプラン一覧情報

type ResultCustomerSubscriptionContractLinePlan {
lineId: String!
planId: String!
}

Fields

ResultCustomerSubscriptionContractLinePlan.lineId ● String! non-null scalar

定期購買商品ID

  • 説明: 定期購買商品の globally-unique ID
  • データ例: gid://shopify/SubscriptionLine/123456789

ResultCustomerSubscriptionContractLinePlan.planId ● String! non-null scalar

定期購買商品のプランID

  • 説明: 定期購買商品プランIDの globally-unique ID
  • データ例: gid://shopify/SellingPlan/123456789

Example

{
"lineId": "gid://shopify/SubscriptionLine/123456789",
"planId": "gid://shopify/SellingPlan/123456789"
}

Returned By

customerSubscriptionContractLinePlan query