> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/online-shop/create-products.md).

# 商品の作成

OpusBoosterでは、ネットショップ（オンラインストア）を簡単に作成することが可能です。他のネットショップ作成サービスとは違い、販売手数料は無料なので、売上の100％を手にしていただけます。

ストア商品の作成を開始するには、画面上部のネットショップタブを選択します（下図参照）。

![](/files/KxGER5pwyiSEYE4YD7Pj)

「**商品を作成**」タブを選択すると、商品デザインページが表示されます。このページでは、以下のことができます。

* 商品の作成とデザイン
* 在庫管理
* バリエーション
* カスタムサンキューページ
* 追加質問
* 顧客をタグ付け

![](/files/V0ZZsa7PYEirlJW6iHgV)

<figure><img src="/files/0WMj4bjYiVLiIAWvssk9" alt=""><figcaption></figcaption></figure>

**まず、最初の商品を作ってみましょう。**

* タイトルを追加する
* 「簡易エディター/ドラッグ＆ドロップ」で説明を編集する
* 価格を追加する
* セール中かどうか
* 商品は定期購入商品か： 決められた期間に定期的に支払うもの
* SKU
* 物理的な製品を使用する場合の重量
* 製品タイプ「デジタル/物理/会員制/サービス
* 画像を追加する
* 商品カテゴリー選択
* 非表示または表示可能な項目

説明文を詳細に編集するには、以下のどちらかを使用することができます。

* **シンプルエディター**
* **ドラッグ＆ドロップエディター**

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/BmzuHosU7U.png)

**シンプルエディター**： シンプルなエディターにより、商品のクイックビューやチェックアウトページにテキストを表示することができます。

**ドラッグアンドドロップエディター**： このオプションでは、カウントダウンやビデオなど、標準的なウェブサイトビルダーウィジェットを追加することが可能です。

### サブスクリプション商品

サブスクリプション商品は、お客様に定期的に課金されます。このサブスクリプションを変更すると、新規のお客様にのみ適用されます。サブスクリプションの支払いは、以下の項目を設定することができます。

* **請求回数（継続課金、２回〜52回払い）**
* **請求タイミング（週払い、月払い）**
* **請求間隔**

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/5XR3Ap-QrK.png)

### 商品種別

ドロップダウンメニューから商品の種類を選択します。

<figure><img src="/files/vlIj5KfHGJVs4EQwMHlh" alt="" width="367"><figcaption></figcaption></figure>

**デジタル商品**を使用する場合、以下のようにストアアイテムに直接商品URLを追加することができるようになります。

<figure><img src="/files/qWpx8WRuJs0ShHjKR6cL" alt=""><figcaption></figcaption></figure>

### メンバーシップ商品の作成

<figure><img src="/files/kxf6bBp2xIdhfjG1nmwE" alt=""><figcaption></figcaption></figure>

商品の作成が完了したら、次は在庫追跡やリターゲティング用のタグの追加など、より細かな設定を行います。

<figure><img src="/files/RNylJ1uhvWRoKxRbosKd" alt=""><figcaption></figcaption></figure>

### 在庫を管理

商品数量を追加することで、ネットショップでの在庫切れや希少性を有効にすることができます。在庫数を無制限にする場合は、オフにしたままにしてください。

### カスタムサンキューページ

サイト内またはサイト外の特定のページに移動させる必要がある場合、このオプションを選択し、以下のように目的地のURLを追加します。

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/d7PTdH5RoU.png)

### 追加の質問

カートに入れる前に、この商品に関する追加情報を質問することができます。例：刻印、メモなど。

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/rE54OY73zA.png)

### 顧客をタグ付け

商品にタグを追加し、顧客が購入すると、そのタグが顧客のプロフィールに追加されます。フォローアップオートメーションやメールキャンペーンの設定に最適です。

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/BsY4e_eTxv.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opusbooster.com/platform/online-shop/create-products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
