# 商品

商品の一覧ページです。

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

<table><thead><tr><th width="251">名称</th><th>説明</th></tr></thead><tbody><tr><td><strong>操作ボタン群</strong></td><td></td></tr><tr><td>「一括登録」ボタン</td><td>複数の商品を一度に登録</td></tr><tr><td>「インポート」ボタン</td><td>外部データから商品情報をインポート</td></tr><tr><td>「エクスポート」ボタン</td><td>商品データを外部ファイルとしてエクスポート</td></tr><tr><td>「更に表示▼」ボタン</td><td>以下のアクションを実行<br>・全件エクスポート<br>・一括アップデート<br>・入荷通知メールの削除</td></tr><tr><td>「保存」ボタン</td><td>変更内容を保存</td></tr><tr><td>「+ 商品の追加」ボタン</td><td>商品の新規登録ページに移動</td></tr><tr><td><strong>フィルタとソート機能</strong></td><td></td></tr><tr><td>「すべて」タブ</td><td>すべての商品を表示</td></tr><tr><td>「最近更新分」タブ</td><td>最近更新された商品のみを表示</td></tr><tr><td>検索バー</td><td>商品の検索キーワードを入力</td></tr><tr><td>「+」ボタン</td><td>新しいフィルターを追加</td></tr><tr><td>フィルターオプション</td><td>価格、カテゴリー、ステータス、サブカテゴリー、作成年月日、ソート順で商品をフィルタリング</td></tr><tr><td><strong>商品一覧</strong></td><td></td></tr><tr><td>チェックボックス</td><td>複数の商品を選択して一括操作を行うためのチェックボックス</td></tr><tr><td>商品画像</td><td>各商品のサムネイル画像</td></tr><tr><td>商品名</td><td>商品の名称と取扱ショップ名</td></tr><tr><td>価格（円）</td><td>商品の販売価格</td></tr><tr><td>通常価格（円）</td><td>商品の定価または通常価格（割引前の価格）</td></tr><tr><td>数量</td><td>在庫数量</td></tr><tr><td>歯車アイコン</td><td>以下のアクションを実行<br>・編集<br>・削除</td></tr><tr><td>ステータス</td><td>商品のステータス（有効/無効/非表示/却下）を表示（変更可）</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://manual-admin.cs-cart.jp/mall-admin/products/product-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
