# 商品与属性

***

#### **如何为我的商品设置计量单位？**

前往 <mark style="color:$primary;">`数据中心`</mark> > <mark style="color:$primary;">`属性`</mark> 并创建一个名为“单位”的新属性。然后，您可以为每个商品输入单位（例如：箱、磅、千克、毫升）。

<figure><img src="/files/01044a380b6f78d7031788df8306c396ed8cb43a" alt=""><figcaption></figcaption></figure>

#### **我可以对库存数量使用小数值吗？**

可以。BoxHero 支持诸如 *1.9* 或 *0.28*之类的小数值，这在处理重量、体积或部分单位时很有用。更多详情请参阅 [使用小数进行部分追踪](https://www.boxhero.io/en/blog/fractional-inventory-tracking-decimals).

#### **我最多可以添加多少个属性？**

没有限制——您可以根据需要添加任意数量的属性。

#### **我可以为单个商品上传多张照片吗？**

可以。请分别创建 **文件类型属性** 用于每张照片（例如“正面图”和“侧面图”），并分别上传各自的文件。在 <mark style="color:$primary;">`数据中心`</mark> > <mark style="color:$primary;">`属性`</mark>.

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

#### **我可以添加一个用于位置的属性吗？**

可以，但我们建议改用专门的 **地点** 功能。 <mark style="color:$primary;">`地点`</mark> 专为追踪仓库或门店等实际地点而设计，并且在商品移动时可以轻松更新。 <mark style="color:$primary;">`属性`</mark> 则更适合用于那些很少变化的详细信息。

{% content-ref url="/spaces/lRf1QqJGoevCQqGbfI80/pages/6Mfffp78NU33Mp9K615g" %}
[Locations](/docs/concepts/locations.md)
{% endcontent-ref %}

#### **创建后我可以更改属性类型吗？**

属性类型不能直接更改。您可以改为创建一个所需类型的新属性，使用 [**通过 Excel 编辑**](https://www.boxhero.io/docs/concepts/items#id-3.-edit-items-via-excel) 将旧属性中的数据复制到新属性中，然后删除原属性。

#### **如果我编辑或删除属性，过去的交易记录会发生什么？**

对商品名称、属性或价格的更新会自动应用到所有历史交易，因此您的 <mark style="color:$primary;">`交易`</mark> 历史记录始终反映最新信息。若要审计某项具体更改是在何时进行的，请打开该商品并前往 <mark style="color:$primary;">`更多（...）`</mark> > <mark style="color:$primary;">`属性更改日志`</mark>.

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

#### **我不小心删除了一个商品属性。可以恢复吗？**

可以——请联系 [支持](https://www.boxhero.io/docs/resources/contact) ，我们会帮助您恢复。

#### **我可以按序列号或批号追踪库存吗？**

BoxHero 以固定商品为核心构建，每个商品都有唯一的条码和 SKU，并带有自定义属性（尺寸、颜色、制造商等）。如果您目前想按序列号或批号进行追踪，请将每个变体登记为一个 *单独的商品*.

由于 [BoxHero 的定价](/docs/faq/zh/zhang-dan/tao-can-yu-jia-ge.md) 是基于商品总数量的，我们建议删除不再使用的过时序列号或批号条目。

{% hint style="warning" icon="rectangle-beta" %}
一个用于分配 **批** **号**, **序列** **号**以及 **到期** **日期** 直接给商品的专用功能正在开发中，计划于 2026 年公开发布。

如需抢先加入示例团队，请发送电子邮件至 <support@boxhero.io> ，邮件主题请写 **“库存详情测试版”。**
{% endhint %}

#### **我可以追踪到期日期吗？**

目前还没有专门功能——但您可以将到期日期添加为一个 [**自定义属性**](https://www.boxhero.io/docs/concepts/attributes)。或者，您也可以看看我们的姐妹应用 [**BEEP**](https://www.beepscan.com/)，它是专门为到期日期追踪而构建的。

#### **为什么我从 Excel 导入时，商品名称会报错？**

请在 <mark style="color:$primary;">`设置`</mark> > <mark style="color:$primary;">`团队`</mark> > <mark style="color:$primary;">`Excel 导入设置`</mark>下检查您的商品标识符。如果您不使用条码，请将标识符切换为 **SKU**.

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

如果问题仍然存在，请联系 [支持](https://www.boxhero.io/docs/resources/contact) ，并附上错误截图。


---

# 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://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/shang-pin-yu-shu-xing.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.
