Skip to main content

customerSubscriptionContractChangeableCycles

顧客向け変更可能周期取得

customerSubscriptionContractChangeableCycles(
subscriptionContractId: String!
customerId: String!
): [ResultCustomerSubscriptionContractChangeableCycles]

Arguments

customerSubscriptionContractChangeableCycles.subscriptionContractId ● String! non-null scalar

定期購買契約ID ※必須

  • 説明: 処理対象定期購買契約の globally-unique ID.
  • 例: "gid://shopify/SubscriptionContract/1234567890"

customerSubscriptionContractChangeableCycles.customerId ● String! non-null scalar

顧客ID ※必須

  • 説明: 処理対象顧客の globally-unique ID.
  • 例: "gid://shopify/Customer/123456789"

Type

ResultCustomerSubscriptionContractChangeableCycles object

契約変更可能周期取得のレスポンス

Example

{
customerSubscriptionContractChangeableCycles(
subscriptionContractId: "gid://shopify/SubscriptionContract/123456789"
customerId: "gid://shopify/Customer/123456789"
) {
billingPolicyInterval
billingPolicyIntervalCount
plans {
id
planId
name
billingPolicyInterval
billingPolicyIntervalCount
sellingPlanGroupId
}
}
}