> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/shang-pin-guan-li/risuto.md).

# 商品リスト/商品登録

## 商品リスト画面の説明

商品登録は、\[商品]メニューから行う事ができます。

商品画面の各メニュー機能については、以下のスクリーンキャプチャを参考の上ご確認ください。

<figure><img src="/files/buYBGH3sgyQSEBrjKlLp" alt=""><figcaption><p>画像クリックで拡大 </p></figcaption></figure>

1. **商品一覧**：登録した商品が一覧で表示されます。<br>
2. **検索メニュー・並び替え**：現在登録されている商品の検索、並び替えが行えます。\
   提供しているフィルターを使用するか商品名を直接入力して検索することが可能です。
   * フィルター：分類基準基準(大分類/中分類/小分類)で検索結果をリスト表示します。
   * タイトル：商品タイトルを直接入力して検索結果をリスト表示します。
   * 並び替え（登録日）：商品登録日を基準に、昇順、降順で並び替えを行います。
   * 並び替え（再生時間）：商品の合計再生時間を基準に、昇順、降順で並び替えを行います。
   * 並び替え（販売価格）：商品の販売価格を基準に、昇順、降順で並び替えを行います。<br>
3. **商品登録**：新規で商品を登録することができます。\
   操作説明については、[\[→商品登録\]](/shang-pin-guan-li/risuto/no.md)を確認してください。<br>
4. **商品編集**：登録した商品情報を修正することができます。

   編集項目は、商品登録を同じものになるので、操作方法についてはを確認してください。<br>
5. ​**表示数**：商品一覧画面で表示させる商品数を選択・変更が行えます。


---

# 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://support.megadoga.com/shang-pin-guan-li/risuto.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.
