> For the complete documentation index, see [llms.txt](https://helpdocs.ycloud.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.ycloud.com/help-center/zh/shop.md).

# Shop

- [店铺介绍](https://helpdocs.ycloud.com/help-center/zh/shop/overview.md): SHOP功能的概述。
- [创建店铺](https://helpdocs.ycloud.com/help-center/zh/shop/creatstore.md): 教您如何创建一个店铺，开始经营自己的生意
- [运费设置](https://helpdocs.ycloud.com/help-center/zh/shop/shipping.md): 本篇将为您介绍，如何在Shop设置运费。
- [支付设置](https://helpdocs.ycloud.com/help-center/zh/shop/payments.md): 本篇为您介绍，如何为Shop设置您的支付方式。
- [商品管理](https://helpdocs.ycloud.com/help-center/zh/shop/products.md): 本篇，将为您介绍，如何为店铺添加、更新商品
- [订单管理](https://helpdocs.ycloud.com/help-center/zh/shop/orders.md): 本篇为您介绍，如何在Shop 管理订单。
- [物流信息批量导入](https://helpdocs.ycloud.com/help-center/zh/shop/orders/shipping-import.md): 本文介绍,如何在 Shop 中通过 CSV文件，批量导入或更新已存在订单的物流信息（承运商、运单号、追踪链接）。


---

# 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://helpdocs.ycloud.com/help-center/zh/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.
