クロスセル
クロスセルを使用し、顧客が購入時に補完的な商品を購入できるようにします。
クロスセルは、Checkout を使用して注文に追加できる商品です。
クロスセルを使用すると、顧客が Checkout で関連商品をオプションで購入できます。クロスセルを行うことで、平均注文額と収益を増加させることができます。Checkout で商品をクロスセルとして提供するには、商品が以下の条件を満たしている必要があります。
- 商品は、Price (価格) 1 つのみに関連付けられている必要があります。
- クロスセル商品の価格の通貨 は、その Checkout セッションの他の価格の通貨と一致している必要があります。
- クロスセル商品の価格タイプが
recurring
の場合は、Checkout セッションがサブスクリプションモードで、継続期間がその Checkout セッションの他の価格の期間と一致している必要があります。 - サブスクリプションのアップセルを使用している場合、クロスセルでは、非継続的な価格の商品のみがサポートされます。たとえば、月次サブスクリプションを年次サブスクリプションにアップセルする際に、1 回限りの設定手数料もクロスセルに含めることができます。
- 税金の自動計算を使用している場合、クロスセルには、税金処理が指定されている価格の商品のみを使用できます。価格に税金処理を設定するか、Stripe ダッシュボードの 税金の設定ですべての価格のデフォルトの税金処理を設定することができます。
Create a cross-sell
Configure a cross-sell on the Product detail page.
You can configure a cross-sell in the Dashboard on the Product details page. Visit the Product details page for the product from which you want to cross-sell another complementary product. You’ll see a Cross-sells section with a dropdown menu containing your other Products. Select a Product with a single Price. After you configure it, all eligible Checkout Sessions cross-sell the product selected from the dropdown menu. For example, a customer purchasing a ‘Togethere Professional’ subscription would be cross-sold the ‘Professional Services: Deployment’ product.
Checkout flow
In Checkout, buyers see an option to add the cross-sell to their purchase. If buyers add the cross-sell to the Checkout Session, they can also remove it. If they remove it, the option to add the cross-sell appears again.
注
The quantity of cross-sell line items cannot be adjusted. The current maximum is 1.
Customer preview.
Retrieve Checkout Session line items
After a customer adds a cross-sell, the line_
for the Checkout Session update to reflect the addition. When fulfilling your order using the checkout.
webhook, make sure to retrieve the line items.
Remove a cross-sell
You can remove a cross-sell on the Product details page. After you remove it, the product won’t be offered to any new Checkout Sessions.
Remove a cross-sell.