customerPlanGroups
顧客向けプラングループ情報取得
customerPlanGroups(
customerId: String!
): [ResultCustomerPlanGroup]
Arguments
customerPlanGroups.customerId
● String!
non-null scalar
顧客ID ※必須
- 説明: 処理対象顧客の globally-unique ID.
- 例:
"gid://shopify/Customer/7209218670705"
Type
ResultCustomerPlanGroup
object
顧客向けプラングループ情報
Example
{
customerPlanGroups(customerId: "gid://shopify/Customer/7209218670705") {
planGroupId
merchantCode
name
salesMethod
plans {
planId
name
description
billingPolicyInterval
billingPolicyIntervalCount
pricingPolicyAdjustmentType
pricingPolicyAdjustmentValue
}
boxes {
boxId
title
description
parentProductId
}
}
}