# 商品

### 概述

* 商品管理中可操作：添加或更新商品的相关信息，例如价格、多属性。&#x20;
* 商品价格支持设置零售价和批发价格。&#x20;
* 需要增加关于商品自定义的信息，可以使用元字段向商品页面添加自定义字段，店铺页面和模板会引用展现。&#x20;
* 可以向带有多个选项的商品添加多属性，例如尺寸或颜色。&#x20;
* 一个规格的一个属性值会生成一个变体；多个规格的多个属性值相互组合，生成多个变体.&#x20;
* 将商品分组到对应的集合，便于客户轻松找到对应类别的商品。&#x20;
* 为商品创建Feed，用于营销。

<figure><img src="/files/mPoxnHoPjONZpn16l7Rc" alt=""><figcaption><p>图：商品管理</p></figcaption></figure>

<figure><img src="/files/563u8kjeeLmG6Yib7X8L" alt=""><figcaption><p>图：店铺中商品</p></figcaption></figure>

<figure><img src="/files/ynxMTyQTgkixFEXQDGMn" alt=""><figcaption><p>图：变体</p></figcaption></figure>


---

# 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://help.lazyshop.com/products.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.
