> 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.md).

# ネットショップ

- [ネットショップ概要](https://docs.opusbooster.com/platform/online-shop/shop-overview.md)
- [商品の作成](https://docs.opusbooster.com/platform/online-shop/create-products.md): デジタル商品｜サービス｜物理商品｜メンバーシップ
- [決済サービスとの接続](https://docs.opusbooster.com/platform/online-shop/payment-services.md)
- [商品の一括入力](https://docs.opusbooster.com/platform/online-shop/bulk-product-import.md)
- [配送方法](https://docs.opusbooster.com/platform/online-shop/shipping-methods.md)
- [税金の設定](https://docs.opusbooster.com/platform/online-shop/tax-settings.md)
- [ディスカウント](https://docs.opusbooster.com/platform/online-shop/discounts.md): ストア商品、会員制グループなどに割引を追加することができます。
- [商品カテゴリー](https://docs.opusbooster.com/platform/online-shop/product-categories.md)
- [追跡リンク](https://docs.opusbooster.com/platform/online-shop/tracking-links.md)
- [注文の管理](https://docs.opusbooster.com/platform/online-shop/order-management.md)
- [サブスクリプション管理](https://docs.opusbooster.com/platform/online-shop/subscription-management.md)
- [カゴ落ち対策](https://docs.opusbooster.com/platform/online-shop/abandoned-cart.md)
- [注文フルフィルメント](https://docs.opusbooster.com/platform/online-shop/order-fulfilment.md)
- [ShipStation連携](https://docs.opusbooster.com/platform/online-shop/order-fulfilment/shipstation.md)
- [Shippo連携](https://docs.opusbooster.com/platform/online-shop/order-fulfilment/shippo.md)
- [ShipBob連携](https://docs.opusbooster.com/platform/online-shop/order-fulfilment/shipbob.md)
- [Printful連携](https://docs.opusbooster.com/platform/online-shop/order-fulfilment/printful.md)
- [特商法の設定マニュアル（個人事業主）](https://docs.opusbooster.com/platform/online-shop/tokushoho-setup-individual.md)
- [特商法の設定マニュアル（法人）](https://docs.opusbooster.com/platform/online-shop/tokushoho-setup-corporate.md)
- [事業者の所在地を、購入者へ非公開にできますか](https://docs.opusbooster.com/platform/online-shop/hide-business-address.md)
- [Facebook/Instagramショップ](https://docs.opusbooster.com/platform/online-shop/facebook-instagram-shop.md): FacebookやInstagramのショップにストア在庫を追加する方法


---

# 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.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.
