Skip to main content

customerRecommendProductVariant

顧客向けレコメンド商品バリエーション取得

customerRecommendProductVariant(
customerId: String!
): [ResultCustomerRecommendProductVariant]

Arguments

customerRecommendProductVariant.customerId ● String! non-null scalar

顧客ID ※必須

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

Type

ResultCustomerRecommendProductVariant object

顧客向けレコメンド商品バリエーション

Example

{
customerRecommendProductVariant(
customerId: "gid://shopify/Customer/7209218670705"
) {
productId
variantId
planId
variantTitle
productTitle
sku
price
originalPrice
image
url
message
}
}