# Medusa 商城 API ## Docs - 商城 API > 开始使用 [介绍](https://37su546k19.apifox.cn/3-0-0/4952051m0.md): - 商城 API > 开始使用 [身份验证](https://37su546k19.apifox.cn/3-0-0/4952052m0.md): - 商城 API > 开始使用 [HTTP压缩](https://37su546k19.apifox.cn/3-0-0/4952053m0.md): - 商城 API > 开始使用 [发布API密钥](https://37su546k19.apifox.cn/3-0-0/4952054m0.md): - 商城 API > 开始使用 [扩展字段](https://37su546k19.apifox.cn/3-0-0/4952055m0.md): - 商城 API > 开始使用 [选择字段](https://37su546k19.apifox.cn/3-0-0/4952056m0.md): - 商城 API > 开始使用 [分页](https://37su546k19.apifox.cn/3-0-0/4952058m0.md): - 商城 API > 开始使用 [查询参数类型](https://37su546k19.apifox.cn/3-0-0/4952057m0.md): - 商城 API [身份验证](https://37su546k19.apifox.cn/3-0-0/34602278f0.md): - 商城 API > 开始使用 [项目使用说明](https://37su546k19.apifox.cn/3-0-0/4872935m0.md): ## API Docs - 商城 API > 身份验证 [客户登录 (JWT)](https://37su546k19.apifox.cn/3-0-0/176648972e0.md): 成功登录后,将返回一个 JWT 令牌以用于后续授权。 - 商城 API > 身份验证 [客户登录 (JWT)](https://37su546k19.apifox.cn/3-0-0/176648973e0.md): 成功登录后,将返回一个JWT令牌,该令牌可用于发送经过身份验证的请求。 - 商城 API > 身份验证 [检查电子邮件是否存在](https://37su546k19.apifox.cn/3-0-0/176648974e0.md): 检查是否已有客户使用提供的电子邮件注册。 - 商城 API > 身份验证 [获取当前客户](https://37su546k19.apifox.cn/3-0-0/176648975e0.md): 检索当前登录客户的详细信息。 - 商城 API > 身份验证 [客户登出](https://37su546k19.apifox.cn/3-0-0/176648976e0.md): 删除当前登录客户的会话。 - 商城 API > 身份验证 [客户登录](https://37su546k19.apifox.cn/3-0-0/176648977e0.md): 让客户登录并在响应标头中包含Cookie会话。cookie会话可以在随后的请求中用于对客户进行身份验证。当使用美杜莎的JS或美杜莎React客户端时,cookie会自动附加到后续请求中。 - 商城 API > 产品 [搜索产品](https://37su546k19.apifox.cn/3-0-0/176648924e0.md): 使用安装在 Medusa 后端上的搜索服务对产品运行搜索查询。搜索是通过搜索服务处理的,因此返回数据的格式取决于您使用的搜索服务。 - 商城 API > 产品 [获取产品列表](https://37su546k19.apifox.cn/3-0-0/176648925e0.md): 检索产品列表。产品可以通过诸如 `id` 或 `q` 之类的字段进行过滤。产品也可以排序或分页。 - 商城 API > 产品 [获取产品](https://37su546k19.apifox.cn/3-0-0/176648926e0.md): 检索产品的详细信息。为了根据客户的情况准确、正确地定价产品,强烈建议通过以下字段 - 商城 API > 产品 [获取参产品图片](https://37su546k19.apifox.cn/3-0-0/176652290e0.md): - 商城 API > 产品 [获取参产品视频](https://37su546k19.apifox.cn/3-0-0/176693340e0.md): - 商城 API > 产品 [获取参产品使用说明](https://37su546k19.apifox.cn/3-0-0/176698069e0.md): - 商城 API > 地区 [获取地区列表](https://37su546k19.apifox.cn/3-0-0/176648922e0.md): 检索地区列表。地区可以通过诸如 `created_at` 之类的字段进行过滤。地区也可以分页。此 API 路由可用于向客户展示所有可供选择的地区。 - 商城 API > 地区 [获取地区](https://37su546k19.apifox.cn/3-0-0/176648923e0.md): 检索地区的详细信息。 - 商城 API > 客户信息 [请求密码重置](https://37su546k19.apifox.cn/3-0-0/176648927e0.md): 创建一个重置密码令牌,以便在后续的重置密码 API 路由中使用。这将发出 `customer.password_reset` 事件。如果在 Medusa 后端安装了通知提供程序,并且配置为处理此事件,则可能会向客户发送包含重置说明的通知,例如电子邮件。 - 商城 API > 客户信息 [获取保存的支付方式](https://37su546k19.apifox.cn/3-0-0/176648928e0.md): 检索已登录客户保存的付款方式。此API路由仅适用于使用不推荐使用的支付服务接口创建的支付提供商。支付方式是使用支付服务的第三方服务保存的,而不是在美杜莎后端。因此,它们是从第三方服务中检索的。 - 商城 API > 客户信息 [添加送货地址](https://37su546k19.apifox.cn/3-0-0/176648929e0.md): 将送货地址添加到客户的保存地址中。 - 商城 API > 客户信息 [更新客户](https://37su546k19.apifox.cn/3-0-0/176648930e0.md): 更新登录客户的详细信息。 - 商城 API > 客户信息 [获取客户](https://37su546k19.apifox.cn/3-0-0/176648931e0.md): 检索登录客户的详细信息。 - 商城 API > 客户信息 [更新送货地址](https://37su546k19.apifox.cn/3-0-0/176648932e0.md): 更新登录客户的保存的送货地址的详细信息。 - 商城 API > 客户信息 [删除地址](https://37su546k19.apifox.cn/3-0-0/176648933e0.md): 从客户的保存地址中删除地址。 - 商城 API > 客户信息 [创建客户](https://37su546k19.apifox.cn/3-0-0/176648934e0.md): 注册新客户。这也将自动对客户进行身份验证,并在响应Cookie标头中设置他们的登录会话。cookie会话可以在随后的请求中用于对客户进行身份验证。当使用美杜莎的JS或美杜莎React客户端时,cookie会自动附加到后续请求中。 - 商城 API > 客户信息 [重置密码](https://37su546k19.apifox.cn/3-0-0/176648935e0.md): 使用先前通过请求密码重置 API 路由创建的密码令牌重置客户的密码。如果密码令牌已过期,则必须创建一个新的。 - 商城 API > 客户信息 [获取订单列表](https://37su546k19.apifox.cn/3-0-0/176648936e0.md): 检索登录客户的订单列表。订单可以通过诸如 `status` 或 `fulfillment_status` 之类的字段进行过滤。订单也可以分页。 - 商城 API > 产品变体 [获取产品变体](https://37su546k19.apifox.cn/3-0-0/176648937e0.md): 检索产品变体的详细信息。为了根据客户的上下文准确地为产品变体定价,强烈建议在可用时传递以下字段: - 商城 API > 产品变体 [获取产品变体](https://37su546k19.apifox.cn/3-0-0/176648938e0.md): 检索产品变体列表。产品变体可以通过诸如 `id` 或 `title` 之类的字段进行过滤。产品变体也可以分页。 - 商城 API > 产品标签 [获取产品标签列表](https://37su546k19.apifox.cn/3-0-0/176648939e0.md): 检索产品标签列表。产品标签可以通过诸如 `id` 或 `q` 之类的字段进行过滤。产品标签也可以排序或分页。 - 商城 API > 产品类别 [获取产品类别列表](https://37su546k19.apifox.cn/3-0-0/176648940e0.md): 检索产品类别列表。产品类别可以通过诸如 `handle` 或 `q` 之类的字段进行过滤。产品类别也可以分页。此 API 路由还可用于按句柄检索产品类别。 - 商城 API > 产品类别 [获取产品类别](https://37su546k19.apifox.cn/3-0-0/176648941e0.md): 检索产品类别的详细信息。 - 商城 API > 文章博客 [博客文章](https://37su546k19.apifox.cn/3-0-0/176751624e0.md): - 商城 API > 收款 [授权付款会话](https://37su546k19.apifox.cn/3-0-0/176648942e0.md): 授权付款集合的付款会话。 - 商城 API > 收款 [授权支付会话](https://37su546k19.apifox.cn/3-0-0/176648943e0.md): 授权支付集合的支付会话。 - 商城 API > 收款 [刷新支付会话](https://37su546k19.apifox.cn/3-0-0/176648944e0.md): 刷新支付会话的数据以确保其与支付集合同步。 - 商城 API > 收款 [获取支付集合](https://37su546k19.apifox.cn/3-0-0/176648945e0.md): 检索支付集合的详细信息。 - 商城 API > 收款 [管理支付会话](https://37su546k19.apifox.cn/3-0-0/176648946e0.md): 创建、更新或删除付款集合的支付会话列表。如果在 `sessions` 数组中未提供支付会话,则会将其删除。 - 商城 API > 收款 [创建支付会话](https://37su546k19.apifox.cn/3-0-0/176648947e0.md): 在付款集合中为付款提供程序创建支付会话。 - 商城 API > 产品体系 [获取产品集合](https://37su546k19.apifox.cn/3-0-0/176648948e0.md): 检索产品集合的详细信息。 - 商城 API > 产品体系 [获取产品集合列表](https://37su546k19.apifox.cn/3-0-0/176648949e0.md): 检索产品集合的列表。产品集合可以通过“handle”或“created_at”等字段进行筛选。产品集合也可以进行分页。 - 商城 API > 产品类型 [获取产品类型列表](https://37su546k19.apifox.cn/3-0-0/176648950e0.md): 检索产品类型列表。产品类型可以通过诸如 `value` 或 `q` 之类的字段进行过滤。产品类型也可以排序或分页。 - 商城 API > 订单编辑 [完成订单编辑](https://37su546k19.apifox.cn/3-0-0/176648951e0.md): 完成订单编辑并将其更改反映到原始订单上。任何需要的额外付款必须先使用付款集合 API 路由授权。 - 商城 API > 订单编辑 [检索订单编辑](https://37su546k19.apifox.cn/3-0-0/176648952e0.md): 检索订单编辑的详细信息。 - 商城 API > 订单编辑 [拒绝订单编辑](https://37su546k19.apifox.cn/3-0-0/176648953e0.md): 拒绝订单编辑。更改不会反映在原始订单上。 - 商城 API > 退货 [创建退货](https://37su546k19.apifox.cn/3-0-0/176648954e0.md): 为订单创建退货。如果指定了退货运送方式,则退货会自动完成。 - 商城 API > 退货原因 [获取退货原因列表](https://37su546k19.apifox.cn/3-0-0/176648955e0.md): 检索退货原因列表。这在店面中实现创建退货流程时非常有用。 - 商城 API > 退货原因 [获取退货原因](https://37su546k19.apifox.cn/3-0-0/176648956e0.md): 检索退货原因的详细信息。 - 商城 API > 购物车 [创建支付会话](https://37su546k19.apifox.cn/3-0-0/176648957e0.md): 为购物车所在地区的每个可用支付提供程序创建支付会话。如果只创建了一个支付会话,则默认情况下会选择该会话。支付会话的创建使用支付提供程序,并且可能需要向第三方服务发送请求。 - 商城 API > 购物车 [刷新支付会话](https://37su546k19.apifox.cn/3-0-0/176648958e0.md): 刷新支付会话以确保它与购物车同步。这通常是不必要的,但提供给边缘情况。 - 商城 API > 购物车 [创建购物车](https://37su546k19.apifox.cn/3-0-0/176648959e0.md): 创建购物车。虽然是可选的,但指定购物车的地区和销售渠道可能会影响购物车的定价和 - 商城 API > 购物车 [更新购物车](https://37su546k19.apifox.cn/3-0-0/176648965e0.md): 更新购物车的详细信息。如果购物车具有支付会话并且未更改地区,则支付会话将更新。购物车的总计也 将重新计算。 - 商城 API > 购物车 [完成购物车](https://37su546k19.apifox.cn/3-0-0/176648960e0.md): 完成购物车并根据购物车的类型下订单或创建交换。这包括尝试授权购物车的付款。 - 商城 API > 购物车 [获取购物车](https://37su546k19.apifox.cn/3-0-0/176648964e0.md): 检索购物车的详细信息。这包括重新计算其总计。 - 商城 API > 购物车 [选择支付会话](https://37su546k19.apifox.cn/3-0-0/176648961e0.md): 选择将用于完成购物车的支付会话。这通常在客户在结账期间选择其首选付款方式时使用。购物车的总计将重新计算。 - 商城 API > 购物车 [删除支付会话](https://37su546k19.apifox.cn/3-0-0/176648962e0.md): 删除购物车中的支付会话。如果付款失败,这可能会有用。总计将重新计算。 - 商城 API > 购物车 [更新支付会话](https://37su546k19.apifox.cn/3-0-0/176648963e0.md): 使用其他数据更新支付会话。根据使用的支付提供程序,这可能会有用。之后所有支付会话都将更新,并重新计算购物车总计。 - 商城 API > 购物车 [添加送货方式](https://37su546k19.apifox.cn/3-0-0/176648966e0.md): 向购物车添加送货方式。`data` 字段的验证由所选送货选项的配送提供程序处理。 - 商城 API > 购物车 [更新订单项](https://37su546k19.apifox.cn/3-0-0/176648967e0.md): 更新订单项的数量。 - 商城 API > 购物车 [删除订单项](https://37su546k19.apifox.cn/3-0-0/176648968e0.md): 从购物车中删除订单项。支付会话将更新,总计将重新计算。 - 商城 API > 购物车 [添加订单项](https://37su546k19.apifox.cn/3-0-0/176648969e0.md): 使用给定的产品变体生成订单项并将其添加到购物车 - 商城 API > 购物车 [计算购物车税费](https://37su546k19.apifox.cn/3-0-0/176648970e0.md): 计算购物车的税费。如果购物车的地区的 `automatic_taxes` 字段设置为 `false`,则此方法很有用。如果购物车的地区使用除 Medusa 的系统提供程序之外的税费提供程序,则这可能会导致向第三方服务发送请求。 - 商城 API > 购物车 [删除折扣](https://37su546k19.apifox.cn/3-0-0/176648971e0.md): 从购物车中删除折扣。这只会删除折扣的应用,而不会完全删除它。删除后,总计将重新计算,并且支付会话将刷新。 - 商城 API > 物流选项 [获取购物车可用物流选项列表](https://37su546k19.apifox.cn/3-0-0/176648978e0.md): 检索购物车可用的物流选项列表。 - 商城 API > 物流选项 [获取物流选项](https://37su546k19.apifox.cn/3-0-0/176648979e0.md): 检索物流选项列表。 - 商城 API > 订单 [声明订单](https://37su546k19.apifox.cn/3-0-0/176648980e0.md): 允许登录的客户声明一个或多个订单的所有权。这将生成一个令牌,以后可以使用该令牌通过验证订单声明 API 路由来验证声明。这也会发出 `order-update-token.created` 事件。因此,如果您安装了处理此事件并向客户发送通知(例如电子邮件)的通知提供程序,则客户应会收到有关如何完成其声明所有权的说明。 - 商城 API > 订单 [验证订单声明](https://37su546k19.apifox.cn/3-0-0/176648981e0.md): 验证在客户请求订单所有权时提供给客户的索赔订单令牌。 - 商城 API > 订单 [获取订单](https://37su546k19.apifox.cn/3-0-0/176648982e0.md): 检索订单的详细信息。 - 商城 API > 订单 [查找订单](https://37su546k19.apifox.cn/3-0-0/176648983e0.md): 使用过滤器查找订单。如果过滤器没有将结果缩小到单个订单,则返回 404 响应,表示没有订单。 - 商城 API > 订单 [按购物车 ID 获取](https://37su546k19.apifox.cn/3-0-0/176648984e0.md): 按用于创建订单的购物车的 ID 检索订单的详细信息。 - 商城 API > 交换 [按购物车ID获取](https://37su546k19.apifox.cn/3-0-0/176648985e0.md): 按其购物车的 ID 检索 Swap 的详细信息。 - 商城 API > 交换 [创建交换](https://37su546k19.apifox.cn/3-0-0/176648986e0.md): 为订单创建交换。这也将创建一个返回,并将其与交换相关联。如果指定了退货运输选项,退货将自动完成。 - 商城 API > 礼品卡 [按代码获取礼品卡](https://37su546k19.apifox.cn/3-0-0/176648987e0.md): 按其关联的唯一代码检索礼品卡的详细信息。 - [未命名接口](https://37su546k19.apifox.cn/3-0-0/199525299e0.md): - [查找订单](https://37su546k19.apifox.cn/3-0-0/201258062e0.md): ## Schemas - Schemas [AdminPostAppsReq](https://37su546k19.apifox.cn/3-0-0/100375865d0.md): - Schemas [ApiResponse](https://37su546k19.apifox.cn/3-0-0/99374698d0.md): - Schemas [UserArray](https://37su546k19.apifox.cn/3-0-0/99374703d0.md): - Schemas [PersonDao](https://37su546k19.apifox.cn/3-0-0/100454812d0.md): - Schemas [AdminPostBatchesReq](https://37su546k19.apifox.cn/3-0-0/100375866d0.md): - Schemas [Category](https://37su546k19.apifox.cn/3-0-0/99374699d0.md): - Schemas [Return](https://37su546k19.apifox.cn/3-0-0/98807996d0.md): - Schemas [StoreReturnsRes](https://37su546k19.apifox.cn/3-0-0/98807995d0.md): - Schemas [AdminPostAuthReq](https://37su546k19.apifox.cn/3-0-0/100375867d0.md): - Schemas [Pet](https://37su546k19.apifox.cn/3-0-0/99374700d0.md): - Schemas [ReturnItem](https://37su546k19.apifox.cn/3-0-0/98807997d0.md): - Schemas [AdminPostCustomerGroupsGroupCustomersBatchReq](https://37su546k19.apifox.cn/3-0-0/100375868d0.md): - Schemas [Tag](https://37su546k19.apifox.cn/3-0-0/99374701d0.md): - Schemas [StoreOrderEditsRes](https://37su546k19.apifox.cn/3-0-0/98807998d0.md): - Schemas [AdminDeleteCustomerGroupsGroupCustomerBatchReq](https://37su546k19.apifox.cn/3-0-0/100375869d0.md): - Schemas [OrderEdit](https://37su546k19.apifox.cn/3-0-0/98807999d0.md): - Schemas [AdminPostCustomersReq](https://37su546k19.apifox.cn/3-0-0/100375870d0.md): - Schemas [User](https://37su546k19.apifox.cn/3-0-0/99374702d0.md): - Schemas [OrderItemChange](https://37su546k19.apifox.cn/3-0-0/98808000d0.md): - Schemas [AdminPostCollectionsReq](https://37su546k19.apifox.cn/3-0-0/100375871d0.md): - Schemas [StorePaymentCollectionsRes](https://37su546k19.apifox.cn/3-0-0/98808001d0.md): - Schemas [AdminPostCollectionsCollectionReq](https://37su546k19.apifox.cn/3-0-0/100375872d0.md): - Schemas [PaymentCollection](https://37su546k19.apifox.cn/3-0-0/98808002d0.md): - Schemas [AdminCollectionsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375873d0.md): - Schemas [StorePaymentCollectionsSessionRes](https://37su546k19.apifox.cn/3-0-0/98808003d0.md): - Schemas [AdminDeleteProductsFromCollectionRes](https://37su546k19.apifox.cn/3-0-0/100375874d0.md): - Schemas [PaymentSession](https://37su546k19.apifox.cn/3-0-0/98808004d0.md): - Schemas [AdminPostCurrenciesCurrencyReq](https://37su546k19.apifox.cn/3-0-0/100375875d0.md): - Schemas [StoreCompleteCartRes](https://37su546k19.apifox.cn/3-0-0/98808005d0.md): - Schemas [AdminPostCustomerGroupsReq](https://37su546k19.apifox.cn/3-0-0/100375876d0.md): - Schemas [StoreOrdersRes](https://37su546k19.apifox.cn/3-0-0/98808006d0.md): - Schemas [AdminPostProductsToCollectionReq](https://37su546k19.apifox.cn/3-0-0/100375877d0.md): - Schemas [StoreCustomersListOrdersRes](https://37su546k19.apifox.cn/3-0-0/98808007d0.md): - Schemas [AdminDeleteProductsFromCollectionReq](https://37su546k19.apifox.cn/3-0-0/100375878d0.md): - Schemas [Order](https://37su546k19.apifox.cn/3-0-0/98808008d0.md): - Schemas [AdminCustomerGroupsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375879d0.md): - Schemas [StoreCartsRes](https://37su546k19.apifox.cn/3-0-0/98808009d0.md): - Schemas [AdminPostCustomerGroupsGroupReq](https://37su546k19.apifox.cn/3-0-0/100375880d0.md): - Schemas [Cart](https://37su546k19.apifox.cn/3-0-0/98808010d0.md): - Schemas [AdminPostDiscountsReq](https://37su546k19.apifox.cn/3-0-0/100375881d0.md): - Schemas [StoreSwapsRes](https://37su546k19.apifox.cn/3-0-0/98808011d0.md): - Schemas [AdminPostCustomersCustomerReq](https://37su546k19.apifox.cn/3-0-0/100375882d0.md): - Schemas [Swap](https://37su546k19.apifox.cn/3-0-0/98808012d0.md): - Schemas [AdminPostDiscountsDiscountReq](https://37su546k19.apifox.cn/3-0-0/100375883d0.md): - Schemas [LineItem](https://37su546k19.apifox.cn/3-0-0/98808013d0.md): - Schemas [AdminDiscountsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375884d0.md): - Schemas [LineItemAdjustment](https://37su546k19.apifox.cn/3-0-0/98808014d0.md): - Schemas [AdminPostDiscountsDiscountConditionsCondition](https://37su546k19.apifox.cn/3-0-0/100375885d0.md): - Schemas [Discount](https://37su546k19.apifox.cn/3-0-0/98808015d0.md): - Schemas [AdminPostDiscountsDiscountDynamicCodesReq](https://37su546k19.apifox.cn/3-0-0/100375886d0.md): - Schemas [StoreGiftCardsRes](https://37su546k19.apifox.cn/3-0-0/98808016d0.md): - Schemas [AdminPostDiscountsDiscountConditions](https://37su546k19.apifox.cn/3-0-0/100375887d0.md): - Schemas [GiftCard](https://37su546k19.apifox.cn/3-0-0/98808017d0.md): - Schemas [AdminPostDiscountsDiscountConditionsConditionBatchReq](https://37su546k19.apifox.cn/3-0-0/100375888d0.md): - Schemas [StoreRegionsListRes](https://37su546k19.apifox.cn/3-0-0/98808018d0.md): - Schemas [AdminDeleteDiscountsDiscountConditionsConditionBatchReq](https://37su546k19.apifox.cn/3-0-0/100375889d0.md): - Schemas [StoreRegionsRes](https://37su546k19.apifox.cn/3-0-0/98808019d0.md): - Schemas [AdminDraftOrdersDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375890d0.md): - Schemas [Region](https://37su546k19.apifox.cn/3-0-0/98808020d0.md): - Schemas [AdminPostDraftOrdersDraftOrderLineItemsItemReq](https://37su546k19.apifox.cn/3-0-0/100375891d0.md): - Schemas [TaxRate](https://37su546k19.apifox.cn/3-0-0/98808021d0.md): - Schemas [AdminPostDraftOrdersDraftOrderLineItemsReq](https://37su546k19.apifox.cn/3-0-0/100375892d0.md): - Schemas [StoreProductsRes](https://37su546k19.apifox.cn/3-0-0/98808022d0.md): - Schemas [AdminInviteDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375893d0.md): - Schemas [StoreProductsListRes](https://37su546k19.apifox.cn/3-0-0/98808023d0.md): - Schemas [AdminPostNotesReq](https://37su546k19.apifox.cn/3-0-0/100375894d0.md): - Schemas [PricedProduct](https://37su546k19.apifox.cn/3-0-0/98808024d0.md): - Schemas [AdminPostNotesNoteReq](https://37su546k19.apifox.cn/3-0-0/100375895d0.md): - Schemas [Product](https://37su546k19.apifox.cn/3-0-0/98808025d0.md): - Schemas [AdminNotesDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375896d0.md): - Schemas [SalesChannel](https://37su546k19.apifox.cn/3-0-0/98808026d0.md): - Schemas [AdminPostNotificationsNotificationResendReq](https://37su546k19.apifox.cn/3-0-0/100375897d0.md): - Schemas [SalesChannelLocation](https://37su546k19.apifox.cn/3-0-0/98808027d0.md): - Schemas [AdminOrderEditDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375898d0.md): - Schemas [DiscountRule](https://37su546k19.apifox.cn/3-0-0/98808028d0.md): - Schemas [AdminPostOrderEditsOrderEditReq](https://37su546k19.apifox.cn/3-0-0/100375899d0.md): - Schemas [ShippingMethod](https://37su546k19.apifox.cn/3-0-0/98808029d0.md): - Schemas [AdminPostOrderEditsReq](https://37su546k19.apifox.cn/3-0-0/100375900d0.md): - Schemas [StoreShippingOptionsListRes](https://37su546k19.apifox.cn/3-0-0/98808030d0.md): - Schemas [AdminPostInvitesInviteAcceptReq](https://37su546k19.apifox.cn/3-0-0/100375901d0.md): - Schemas [StoreCartShippingOptionsListRes](https://37su546k19.apifox.cn/3-0-0/98808031d0.md): - Schemas [AdminPostOrdersOrderClaimsClaimReq](https://37su546k19.apifox.cn/3-0-0/100375902d0.md): - Schemas [PricedShippingOption](https://37su546k19.apifox.cn/3-0-0/98808032d0.md): - Schemas [AdminPostOrdersOrderFulfillmentsReq](https://37su546k19.apifox.cn/3-0-0/100375903d0.md): - Schemas [ShippingOption](https://37su546k19.apifox.cn/3-0-0/98808033d0.md): - Schemas [AdminPostOrdersOrderClaimsClaimFulfillmentsReq](https://37su546k19.apifox.cn/3-0-0/100375904d0.md): - Schemas [ShippingOptionRequirement](https://37su546k19.apifox.cn/3-0-0/98808034d0.md): - Schemas [AdminPostReservationsReq](https://37su546k19.apifox.cn/3-0-0/100375905d0.md): - Schemas [StoreVariantsListRes](https://37su546k19.apifox.cn/3-0-0/98808035d0.md): - Schemas [AdminOrdersOrderLineItemReservationReq](https://37su546k19.apifox.cn/3-0-0/100375906d0.md): - Schemas [ProductOption](https://37su546k19.apifox.cn/3-0-0/98808036d0.md): - Schemas [AdminPostOrdersOrderClaimsClaimShipmentsReq](https://37su546k19.apifox.cn/3-0-0/100375907d0.md): - Schemas [StoreVariantsRes](https://37su546k19.apifox.cn/3-0-0/98808037d0.md): - Schemas [AdminPostOrdersOrderRefundsReq](https://37su546k19.apifox.cn/3-0-0/100375908d0.md): - Schemas [PricedVariant](https://37su546k19.apifox.cn/3-0-0/98808038d0.md): - Schemas [AdminPostInventoryItemsInventoryItemReq](https://37su546k19.apifox.cn/3-0-0/100375909d0.md): - Schemas [ProductVariant](https://37su546k19.apifox.cn/3-0-0/98808039d0.md): - Schemas [AdminPostGiftCardsReq](https://37su546k19.apifox.cn/3-0-0/100375910d0.md): - Schemas [MoneyAmount](https://37su546k19.apifox.cn/3-0-0/98808040d0.md): - Schemas [AdminPostInventoryItemsItemLocationLevelsLevelReq](https://37su546k19.apifox.cn/3-0-0/100375911d0.md): - Schemas [Payment](https://37su546k19.apifox.cn/3-0-0/98808041d0.md): - Schemas [AdminPostInventoryItemsReq](https://37su546k19.apifox.cn/3-0-0/100375912d0.md): - Schemas [ShippingMethodTaxLine](https://37su546k19.apifox.cn/3-0-0/98808042d0.md): - Schemas [AdminPostInventoryItemsItemLocationLevelsReq](https://37su546k19.apifox.cn/3-0-0/100375913d0.md): - Schemas [LineItemTaxLine](https://37su546k19.apifox.cn/3-0-0/98808043d0.md): - Schemas [AdminPostInvitesReq](https://37su546k19.apifox.cn/3-0-0/100375914d0.md): - Schemas [ProductOptionValue](https://37su546k19.apifox.cn/3-0-0/98808044d0.md): - Schemas [AdminUpdatePaymentCollectionsReq](https://37su546k19.apifox.cn/3-0-0/100375915d0.md): - Schemas [ProductVariantInventoryItem](https://37su546k19.apifox.cn/3-0-0/98808045d0.md): - Schemas [AdminPaymentCollectionDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375916d0.md): - Schemas [ShippingProfile](https://37su546k19.apifox.cn/3-0-0/98808046d0.md): - Schemas [AdminPostPaymentRefundsReq](https://37su546k19.apifox.cn/3-0-0/100375917d0.md): - Schemas [Image](https://37su546k19.apifox.cn/3-0-0/98808047d0.md): - Schemas [AdminPostPriceListsPriceListReq](https://37su546k19.apifox.cn/3-0-0/100375918d0.md): - Schemas [StoreAuthRes](https://37su546k19.apifox.cn/3-0-0/98808048d0.md): - Schemas [AdminPostOrderEditsEditLineItemsLineItemReq](https://37su546k19.apifox.cn/3-0-0/100375919d0.md): - Schemas [StoreCustomersRes](https://37su546k19.apifox.cn/3-0-0/98808049d0.md): - Schemas [AdminPostOrderEditsEditLineItemsReq](https://37su546k19.apifox.cn/3-0-0/100375920d0.md): - Schemas [StoreCustomersResetPasswordRes](https://37su546k19.apifox.cn/3-0-0/98808050d0.md): - Schemas [AdminOrderEditItemChangeDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375921d0.md): - Schemas [Customer](https://37su546k19.apifox.cn/3-0-0/98808051d0.md): - Schemas [AdminPostOrdersOrderReturnsReq](https://37su546k19.apifox.cn/3-0-0/100375922d0.md): - Schemas [Address](https://37su546k19.apifox.cn/3-0-0/98808052d0.md): - Schemas [AdminPostOrdersOrderShipmentReq](https://37su546k19.apifox.cn/3-0-0/100375923d0.md): - Schemas [GiftCardTransaction](https://37su546k19.apifox.cn/3-0-0/98808053d0.md): - Schemas [AdminInventoryItemsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375924d0.md): - Schemas [CustomerGroup](https://37su546k19.apifox.cn/3-0-0/98808054d0.md): - Schemas [AdminPostOrdersOrderSwapsSwapShipmentsReq](https://37su546k19.apifox.cn/3-0-0/100375925d0.md): - Schemas [TaxProvider](https://37su546k19.apifox.cn/3-0-0/98808055d0.md): - Schemas [AdminPostGiftCardsGiftCardReq](https://37su546k19.apifox.cn/3-0-0/100375926d0.md): - Schemas [PaymentProvider](https://37su546k19.apifox.cn/3-0-0/98808056d0.md): - Schemas [AdminGiftCardsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375927d0.md): - Schemas [Currency](https://37su546k19.apifox.cn/3-0-0/98808057d0.md): - Schemas [AdminPostPriceListsPriceListPriceListReq](https://37su546k19.apifox.cn/3-0-0/100375928d0.md): - Schemas [Country](https://37su546k19.apifox.cn/3-0-0/98808058d0.md): - Schemas [AdminPostOrdersOrderShippingMethodsReq](https://37su546k19.apifox.cn/3-0-0/100375929d0.md): - Schemas [FulfillmentProvider](https://37su546k19.apifox.cn/3-0-0/98808059d0.md): - Schemas [AdminPostOrdersOrderSwapsSwapFulfillmentsReq](https://37su546k19.apifox.cn/3-0-0/100375930d0.md): - Schemas [StoreCollectionsRes](https://37su546k19.apifox.cn/3-0-0/98808060d0.md): - Schemas [AdminPostOrdersOrderSwapsReq](https://37su546k19.apifox.cn/3-0-0/100375931d0.md): - Schemas [MultipleErrors](https://37su546k19.apifox.cn/3-0-0/98808061d0.md): - Schemas [AdminPriceListDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375932d0.md): - Schemas [StorePostReturnsReq](https://37su546k19.apifox.cn/3-0-0/98808062d0.md): - Schemas [AdminPostRegionsRegionCountriesReq](https://37su546k19.apifox.cn/3-0-0/100375933d0.md): - Schemas [StoreProductTagsListRes](https://37su546k19.apifox.cn/3-0-0/98808063d0.md): - Schemas [ProductTag](https://37su546k19.apifox.cn/3-0-0/98808064d0.md): - Schemas [AdminPriceListDeleteVariantPricesRes](https://37su546k19.apifox.cn/3-0-0/100375934d0.md): - Schemas [StorePostCustomersCustomerReq](https://37su546k19.apifox.cn/3-0-0/98808065d0.md): - Schemas [AdminPostProductCategoriesCategoryProductsBatchReq](https://37su546k19.apifox.cn/3-0-0/100375935d0.md): - Schemas [StorePostCustomersCustomerAddressesAddressReq](https://37su546k19.apifox.cn/3-0-0/98808066d0.md): - Schemas [AdminDeleteProductCategoriesCategoryProductsBatchReq](https://37su546k19.apifox.cn/3-0-0/100375936d0.md): - Schemas [StorePostCartsCartReq](https://37su546k19.apifox.cn/3-0-0/98808067d0.md): - Schemas [AdminPostProductCategoriesCategoryReq](https://37su546k19.apifox.cn/3-0-0/100375937d0.md): - Schemas [StorePostCustomersCustomerAddressesReq](https://37su546k19.apifox.cn/3-0-0/98808068d0.md): - Schemas [AdminProductCategoriesCategoryDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375938d0.md): - Schemas [AddressCreatePayload](https://37su546k19.apifox.cn/3-0-0/98808069d0.md): - Schemas [AdminPostRegionsRegionReq](https://37su546k19.apifox.cn/3-0-0/100375939d0.md): - Schemas [AddressPayload](https://37su546k19.apifox.cn/3-0-0/98808070d0.md): - Schemas [AdminRegionsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375940d0.md): - Schemas [StoreReturnReasonsRes](https://37su546k19.apifox.cn/3-0-0/98808071d0.md): - Schemas [AdminProductsListTagsRes](https://37su546k19.apifox.cn/3-0-0/100375941d0.md): - Schemas [StoreReturnReasonsListRes](https://37su546k19.apifox.cn/3-0-0/98808072d0.md): - Schemas [AdminPostProductsProductOptionsOption](https://37su546k19.apifox.cn/3-0-0/100375942d0.md): - Schemas [ReturnReason](https://37su546k19.apifox.cn/3-0-0/98808073d0.md): - Schemas [AdminPostProductsProductMetadataReq](https://37su546k19.apifox.cn/3-0-0/100375943d0.md): - Schemas [StoreProductTypesListRes](https://37su546k19.apifox.cn/3-0-0/98808074d0.md): - Schemas [AdminPostPublishableApiKeysPublishableApiKeyReq](https://37su546k19.apifox.cn/3-0-0/100375944d0.md): - Schemas [ProductType](https://37su546k19.apifox.cn/3-0-0/98808075d0.md): - Schemas [AdminPostProductsProductReq](https://37su546k19.apifox.cn/3-0-0/100375945d0.md): - Schemas [StoreCollectionsListRes](https://37su546k19.apifox.cn/3-0-0/98808076d0.md): - Schemas [AdminPostRegionsRegionPaymentProvidersReq](https://37su546k19.apifox.cn/3-0-0/100375946d0.md): - Schemas [ProductCollection](https://37su546k19.apifox.cn/3-0-0/98808077d0.md): - Schemas [AdminPriceListDeleteBatchRes](https://37su546k19.apifox.cn/3-0-0/100375947d0.md): - Schemas [StoreGetProductCategoriesRes](https://37su546k19.apifox.cn/3-0-0/98808078d0.md): - Schemas [AdminDeletePriceListPricesPricesReq](https://37su546k19.apifox.cn/3-0-0/100375948d0.md): - Schemas [StorePostCartsCartPaymentSessionUpdateReq](https://37su546k19.apifox.cn/3-0-0/98808079d0.md): - Schemas [AdminPostPriceListPricesPricesReq](https://37su546k19.apifox.cn/3-0-0/100375949d0.md): - Schemas [StoreGetProductCategoriesCategoryRes](https://37su546k19.apifox.cn/3-0-0/98808080d0.md): - Schemas [AdminPostProductCategoriesReq](https://37su546k19.apifox.cn/3-0-0/100375950d0.md): - Schemas [ProductCategory](https://37su546k19.apifox.cn/3-0-0/98808081d0.md): - Schemas [AdminPostRegionsRegionFulfillmentProvidersReq](https://37su546k19.apifox.cn/3-0-0/100375951d0.md): - Schemas [Error](https://37su546k19.apifox.cn/3-0-0/98808082d0.md): - Schemas [AdminGetRegionsRegionFulfillmentOptionsRes](https://37su546k19.apifox.cn/3-0-0/100375952d0.md): - Schemas [StorePostSearchRes](https://37su546k19.apifox.cn/3-0-0/98808083d0.md): - Schemas [AdminPriceListDeleteProductPricesRes](https://37su546k19.apifox.cn/3-0-0/100375953d0.md): - Schemas [StoreCustomersListPaymentMethodsRes](https://37su546k19.apifox.cn/3-0-0/98808084d0.md): - Schemas [AdminPostPublishableApiKeysReq](https://37su546k19.apifox.cn/3-0-0/100375954d0.md): - Schemas [StorePostSearchReq](https://37su546k19.apifox.cn/3-0-0/98808085d0.md): - Schemas [AdminPostReservationsReservationReq](https://37su546k19.apifox.cn/3-0-0/100375955d0.md): - Schemas [StorePostCartsCartLineItemsReq](https://37su546k19.apifox.cn/3-0-0/98808086d0.md): - Schemas [AdminReservationsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375956d0.md): - Schemas [StorePostCartsCartPaymentSessionReq](https://37su546k19.apifox.cn/3-0-0/98808087d0.md): - Schemas [AdminPostProductsProductOptionsReq](https://37su546k19.apifox.cn/3-0-0/100375957d0.md): - Schemas [StorePaymentCollectionSessionsReq](https://37su546k19.apifox.cn/3-0-0/98808088d0.md): - Schemas [AdminProductsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375958d0.md): - Schemas [StorePostAuthReq](https://37su546k19.apifox.cn/3-0-0/98808089d0.md): - Schemas [AdminPostRegionsReq](https://37su546k19.apifox.cn/3-0-0/100375959d0.md): - Schemas [StorePostPaymentCollectionsBatchSessionsReq](https://37su546k19.apifox.cn/3-0-0/98808090d0.md): - Schemas [AdminPostProductsReq](https://37su546k19.apifox.cn/3-0-0/100375960d0.md): - Schemas [StorePostCustomersReq](https://37su546k19.apifox.cn/3-0-0/98808091d0.md): - Schemas [AdminDeletePublishableApiKeySalesChannelsBatchReq](https://37su546k19.apifox.cn/3-0-0/100375961d0.md): - Schemas [StorePostPaymentCollectionsBatchSessionsAuthorizeReq](https://37su546k19.apifox.cn/3-0-0/98808092d0.md): - Schemas [AdminPostPublishableApiKeySalesChannelsBatchReq](https://37su546k19.apifox.cn/3-0-0/100375962d0.md): - Schemas [StoreBearerAuthRes](https://37su546k19.apifox.cn/3-0-0/98808093d0.md): - Schemas [AdminPostProductsProductVariantsReq](https://37su546k19.apifox.cn/3-0-0/100375963d0.md): - Schemas [StorePostCustomersResetPasswordReq](https://37su546k19.apifox.cn/3-0-0/98808094d0.md): - Schemas [AdminPostProductsProductVariantsVariantReq](https://37su546k19.apifox.cn/3-0-0/100375964d0.md): - Schemas [StorePostOrderEditsOrderEditDecline](https://37su546k19.apifox.cn/3-0-0/98808095d0.md): - Schemas [AdminPostShippingOptionsReq](https://37su546k19.apifox.cn/3-0-0/100375965d0.md): - Schemas [StorePostCustomersCustomerPasswordTokenReq](https://37su546k19.apifox.cn/3-0-0/98808096d0.md): - Schemas [AdminStockLocationsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375966d0.md): - Schemas [StorePostCustomersCustomerAcceptClaimReq](https://37su546k19.apifox.cn/3-0-0/98808097d0.md): - Schemas [AdminUploadsRes](https://37su546k19.apifox.cn/3-0-0/100375967d0.md): - Schemas [StorePostCustomersCustomerOrderClaimReq](https://37su546k19.apifox.cn/3-0-0/98808098d0.md): - Schemas [AdminDeleteUploadsRes](https://37su546k19.apifox.cn/3-0-0/100375968d0.md): - Schemas [StorePostCartsCartShippingMethodReq](https://37su546k19.apifox.cn/3-0-0/98808099d0.md): - Schemas [AdminBearerAuthRes](https://37su546k19.apifox.cn/3-0-0/100375969d0.md): - Schemas [StoreGetAuthEmailRes](https://37su546k19.apifox.cn/3-0-0/98808100d0.md): - Schemas [AdminCreateUserRequest](https://37su546k19.apifox.cn/3-0-0/100375970d0.md): - Schemas [StorePostCartsCartLineItemsItemReq](https://37su546k19.apifox.cn/3-0-0/98808101d0.md): - Schemas [AdminPostUploadsDownloadUrlReq](https://37su546k19.apifox.cn/3-0-0/100375971d0.md): - Schemas [StorePostCartReq](https://37su546k19.apifox.cn/3-0-0/98808102d0.md): - Schemas [AdminPostTaxRatesTaxRateShippingOptionsReq](https://37su546k19.apifox.cn/3-0-0/100375972d0.md): - Schemas [StorePostSwapsReq](https://37su546k19.apifox.cn/3-0-0/98808103d0.md): - Schemas [AdminDeleteTaxRatesTaxRateShippingOptionsReq](https://37su546k19.apifox.cn/3-0-0/100375973d0.md): - Schemas [AdminPostSalesChannelsChannelProductsBatchReq](https://37su546k19.apifox.cn/3-0-0/100375974d0.md): - Schemas [AdminDeleteSalesChannelsChannelProductsBatchReq](https://37su546k19.apifox.cn/3-0-0/100375975d0.md): - Schemas [AdminPostSalesChannelsSalesChannelReq](https://37su546k19.apifox.cn/3-0-0/100375976d0.md): - Schemas [AdminSalesChannelsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375977d0.md): - Schemas [AdminPostSalesChannelsChannelStockLocationsReq](https://37su546k19.apifox.cn/3-0-0/100375978d0.md): - Schemas [AdminDeleteSalesChannelsChannelStockLocationsReq](https://37su546k19.apifox.cn/3-0-0/100375979d0.md): - Schemas [AdminSalesChannelsDeleteLocationRes](https://37su546k19.apifox.cn/3-0-0/100375980d0.md): - Schemas [AdminPublishableApiKeyDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375981d0.md): - Schemas [AdminPostTaxRatesTaxRateReq](https://37su546k19.apifox.cn/3-0-0/100375983d0.md): - Schemas [AdminTaxRatesDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375984d0.md): - Schemas [AdminPostTaxRatesTaxRateProductTypesReq](https://37su546k19.apifox.cn/3-0-0/100375985d0.md): - Schemas [AdminDeleteTaxRatesTaxRateProductTypesReq](https://37su546k19.apifox.cn/3-0-0/100375986d0.md): - Schemas [AdminPostTaxRatesTaxRateProductsReq](https://37su546k19.apifox.cn/3-0-0/100375987d0.md): - Schemas [AdminDeleteTaxRatesTaxRateProductsReq](https://37su546k19.apifox.cn/3-0-0/100375988d0.md): - Schemas [OAuth](https://37su546k19.apifox.cn/3-0-0/100375989d0.md): - Schemas [AdminAppsRes](https://37su546k19.apifox.cn/3-0-0/100375990d0.md): - Schemas [AdminResetPasswordRequest](https://37su546k19.apifox.cn/3-0-0/100375991d0.md): - Schemas [AdminUpdateUserRequest](https://37su546k19.apifox.cn/3-0-0/100375992d0.md): - Schemas [AdminDeleteUserRes](https://37su546k19.apifox.cn/3-0-0/100375993d0.md): - Schemas [AdminAuthRes](https://37su546k19.apifox.cn/3-0-0/100375994d0.md): - Schemas [AdminPostTaxRatesReq](https://37su546k19.apifox.cn/3-0-0/100375995d0.md): - Schemas [AdminPostReturnReasonsReasonReq](https://37su546k19.apifox.cn/3-0-0/100375996d0.md): - Schemas [AdminReturnReasonsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100375997d0.md): - Schemas [AdminPostReturnReasonsReq](https://37su546k19.apifox.cn/3-0-0/100375998d0.md): - Schemas [AdminPostReturnsReturnReceiveReq](https://37su546k19.apifox.cn/3-0-0/100375999d0.md): - Schemas [AdminPostSalesChannelsReq](https://37su546k19.apifox.cn/3-0-0/100376000d0.md): - Schemas [AdminPostShippingProfilesReq](https://37su546k19.apifox.cn/3-0-0/100376001d0.md): - Schemas [AdminDeleteShippingProfileRes](https://37su546k19.apifox.cn/3-0-0/100376002d0.md): - Schemas [AdminPostShippingProfilesProfileReq](https://37su546k19.apifox.cn/3-0-0/100376003d0.md): - Schemas [AdminPostShippingOptionsOptionReq](https://37su546k19.apifox.cn/3-0-0/100376004d0.md): - Schemas [AdminShippingOptionsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100376005d0.md): - Schemas [AdminDeleteUploadsReq](https://37su546k19.apifox.cn/3-0-0/100376006d0.md): - Schemas [AdminResetPasswordTokenRequest](https://37su546k19.apifox.cn/3-0-0/100376007d0.md): - Schemas [AdminUploadsDownloadUrlRes](https://37su546k19.apifox.cn/3-0-0/100376008d0.md): - Schemas [AdminAppsListRes](https://37su546k19.apifox.cn/3-0-0/100376009d0.md): - Schemas [AdminPostStoreReq](https://37su546k19.apifox.cn/3-0-0/100376010d0.md): - Schemas [AdminCollectionsListRes](https://37su546k19.apifox.cn/3-0-0/100376012d0.md): - Schemas [AdminCustomerGroupsRes](https://37su546k19.apifox.cn/3-0-0/100376014d0.md): - Schemas [AdminCollectionsRes](https://37su546k19.apifox.cn/3-0-0/100376015d0.md): - Schemas [AdminCustomerGroupsListRes](https://37su546k19.apifox.cn/3-0-0/100376016d0.md): - Schemas [AdminCurrenciesRes](https://37su546k19.apifox.cn/3-0-0/100376018d0.md): - Schemas [AdminCurrenciesListRes](https://37su546k19.apifox.cn/3-0-0/100376019d0.md): - Schemas [DraftOrder](https://37su546k19.apifox.cn/3-0-0/100376021d0.md): - Schemas [AdminDraftOrdersListRes](https://37su546k19.apifox.cn/3-0-0/100376022d0.md): - Schemas [AdminPostDraftOrdersReq](https://37su546k19.apifox.cn/3-0-0/100376023d0.md): - Schemas [AdminDraftOrdersRes](https://37su546k19.apifox.cn/3-0-0/100376024d0.md): - Schemas [AdminPostDraftOrdersDraftOrderReq](https://37su546k19.apifox.cn/3-0-0/100376025d0.md): - Schemas [AdminPostOrdersOrderClaimsReq](https://37su546k19.apifox.cn/3-0-0/100376026d0.md): - Schemas [Invite](https://37su546k19.apifox.cn/3-0-0/100376027d0.md): - Schemas [AdminListInvitesRes](https://37su546k19.apifox.cn/3-0-0/100376028d0.md): - Schemas [Refund](https://37su546k19.apifox.cn/3-0-0/100376029d0.md): - Schemas [AdminRefundRes](https://37su546k19.apifox.cn/3-0-0/100376030d0.md): - Schemas [InventoryLevelDTO](https://37su546k19.apifox.cn/3-0-0/100376031d0.md): - Schemas [AdminInventoryItemsLocationLevelsRes](https://37su546k19.apifox.cn/3-0-0/100376032d0.md): - Schemas [InventoryItemDTO](https://37su546k19.apifox.cn/3-0-0/100376033d0.md): - Schemas [AdminInventoryItemsRes](https://37su546k19.apifox.cn/3-0-0/100376034d0.md): - Schemas [AdminProductTagsListRes](https://37su546k19.apifox.cn/3-0-0/100376036d0.md): - Schemas [AdminProductsListTypesRes](https://37su546k19.apifox.cn/3-0-0/100376038d0.md): - Schemas [AdminProductTypesListRes](https://37su546k19.apifox.cn/3-0-0/100376039d0.md): - Schemas [AdminPublishableApiKeysRes](https://37su546k19.apifox.cn/3-0-0/100376040d0.md): - Schemas [AdminPublishableApiKeysListRes](https://37su546k19.apifox.cn/3-0-0/100376041d0.md): - Schemas [AdminProductCategoriesListRes](https://37su546k19.apifox.cn/3-0-0/100376043d0.md): - Schemas [ReservationItemDTO](https://37su546k19.apifox.cn/3-0-0/100376044d0.md): - Schemas [AdminReservationsRes](https://37su546k19.apifox.cn/3-0-0/100376045d0.md): - Schemas [AdminProductCategoriesCategoryRes](https://37su546k19.apifox.cn/3-0-0/100376046d0.md): - Schemas [AdminUsersListRes](https://37su546k19.apifox.cn/3-0-0/100376047d0.md): - Schemas [AdminUserRes](https://37su546k19.apifox.cn/3-0-0/100376048d0.md): - Schemas [BatchJob](https://37su546k19.apifox.cn/3-0-0/100376049d0.md): - Schemas [AdminBatchJobListRes](https://37su546k19.apifox.cn/3-0-0/100376050d0.md): - Schemas [AdminShippingProfilesListRes](https://37su546k19.apifox.cn/3-0-0/100376052d0.md): - Schemas [AdminReturnReasonsRes](https://37su546k19.apifox.cn/3-0-0/100376054d0.md): - Schemas [StockLocationAddressInput](https://37su546k19.apifox.cn/3-0-0/100376055d0.md): - Schemas [AdminPostStockLocationsReq](https://37su546k19.apifox.cn/3-0-0/100376056d0.md): - Schemas [AdminShippingProfilesRes](https://37su546k19.apifox.cn/3-0-0/100376057d0.md): - Schemas [AdminBatchJobRes](https://37su546k19.apifox.cn/3-0-0/100376058d0.md): - Schemas [AdminReturnReasonsListRes](https://37su546k19.apifox.cn/3-0-0/100376059d0.md): - Schemas [AdminPostStockLocationsLocationReq](https://37su546k19.apifox.cn/3-0-0/100376060d0.md): - Schemas [AdminPaymentProvidersList](https://37su546k19.apifox.cn/3-0-0/100376062d0.md): - Schemas [AdminTaxProvidersList](https://37su546k19.apifox.cn/3-0-0/100376064d0.md): - Schemas [Note](https://37su546k19.apifox.cn/3-0-0/100376067d0.md): - Schemas [AdminNotesListRes](https://37su546k19.apifox.cn/3-0-0/100376068d0.md): - Schemas [AdminNotesRes](https://37su546k19.apifox.cn/3-0-0/100376069d0.md): - Schemas [NotificationProvider](https://37su546k19.apifox.cn/3-0-0/100376070d0.md): - Schemas [AdminPaymentRes](https://37su546k19.apifox.cn/3-0-0/100376073d0.md): - Schemas [AdminShippingOptionsListRes](https://37su546k19.apifox.cn/3-0-0/100376082d0.md): - Schemas [AdminShippingOptionsRes](https://37su546k19.apifox.cn/3-0-0/100376083d0.md): - Schemas [AdminSalesChannelsRes](https://37su546k19.apifox.cn/3-0-0/100376086d0.md): - Schemas [AdminPublishableApiKeysListSalesChannelsRes](https://37su546k19.apifox.cn/3-0-0/100376087d0.md): - Schemas [AdminSalesChannelsListRes](https://37su546k19.apifox.cn/3-0-0/100376088d0.md): - Schemas [FeatureFlagsResponse](https://37su546k19.apifox.cn/3-0-0/100376089d0.md): - Schemas [ModulesResponse](https://37su546k19.apifox.cn/3-0-0/100376090d0.md): - Schemas [AdminCustomersListRes](https://37su546k19.apifox.cn/3-0-0/100376093d0.md): - Schemas [AdminCustomersRes](https://37su546k19.apifox.cn/3-0-0/100376094d0.md): - Schemas [PriceList](https://37su546k19.apifox.cn/3-0-0/100376097d0.md): - Schemas [AdminPriceListsListRes](https://37su546k19.apifox.cn/3-0-0/100376098d0.md): - Schemas [AdminPriceListRes](https://37su546k19.apifox.cn/3-0-0/100376099d0.md): - Schemas [AdminProductsListVariantsRes](https://37su546k19.apifox.cn/3-0-0/100376102d0.md): - Schemas [ResponseInventoryItem](https://37su546k19.apifox.cn/3-0-0/100376103d0.md): - Schemas [VariantInventory](https://37su546k19.apifox.cn/3-0-0/100376104d0.md): - Schemas [AdminGetVariantsVariantInventoryRes](https://37su546k19.apifox.cn/3-0-0/100376105d0.md): - Schemas [StockLocationAddressDTO](https://37su546k19.apifox.cn/3-0-0/100376106d0.md): - Schemas [StockLocationDTO](https://37su546k19.apifox.cn/3-0-0/100376107d0.md): - Schemas [StockLocationExpandedDTO](https://37su546k19.apifox.cn/3-0-0/100376108d0.md): - Schemas [AdminStockLocationsListRes](https://37su546k19.apifox.cn/3-0-0/100376109d0.md): - Schemas [AdminStockLocationsRes](https://37su546k19.apifox.cn/3-0-0/100376110d0.md): - Schemas [Store](https://37su546k19.apifox.cn/3-0-0/100376111d0.md): - Schemas [AdminStoresRes](https://37su546k19.apifox.cn/3-0-0/100376112d0.md): - Schemas [Notification](https://37su546k19.apifox.cn/3-0-0/100376113d0.md): - Schemas [AdminNotificationsListRes](https://37su546k19.apifox.cn/3-0-0/100376114d0.md): - Schemas [AdminNotificationsRes](https://37su546k19.apifox.cn/3-0-0/100376115d0.md): - Schemas [DecoratedInventoryItemDTO](https://37su546k19.apifox.cn/3-0-0/100376117d0.md): - Schemas [AdminInventoryItemsListWithVariantsAndLocationLevelsRes](https://37su546k19.apifox.cn/3-0-0/100376118d0.md): - Schemas [AdminPriceListsProductsListRes](https://37su546k19.apifox.cn/3-0-0/100376120d0.md): - Schemas [AdminVariantsRes](https://37su546k19.apifox.cn/3-0-0/100376122d0.md): - Schemas [AdminVariantsListRes](https://37su546k19.apifox.cn/3-0-0/100376123d0.md): - Schemas [ExtendedStoreDTO](https://37su546k19.apifox.cn/3-0-0/100376124d0.md): - Schemas [AdminExtendedStoresRes](https://37su546k19.apifox.cn/3-0-0/100376125d0.md): - Schemas [DiscountCondition](https://37su546k19.apifox.cn/3-0-0/100376126d0.md): - Schemas [AdminDiscountConditionsRes](https://37su546k19.apifox.cn/3-0-0/100376127d0.md): - Schemas [AdminProductsRes](https://37su546k19.apifox.cn/3-0-0/100376129d0.md): - Schemas [AdminProductsDeleteOptionRes](https://37su546k19.apifox.cn/3-0-0/100376130d0.md): - Schemas [AdminProductsListRes](https://37su546k19.apifox.cn/3-0-0/100376131d0.md): - Schemas [AdminProductsDeleteVariantRes](https://37su546k19.apifox.cn/3-0-0/100376132d0.md): - Schemas [AdminTaxRatesRes](https://37su546k19.apifox.cn/3-0-0/100376134d0.md): - Schemas [AdminTaxRatesListRes](https://37su546k19.apifox.cn/3-0-0/100376135d0.md): - Schemas [AdminRegionsRes](https://37su546k19.apifox.cn/3-0-0/100376137d0.md): - Schemas [AdminRegionsListRes](https://37su546k19.apifox.cn/3-0-0/100376138d0.md): - Schemas [AdminDiscountsListRes](https://37su546k19.apifox.cn/3-0-0/100376140d0.md): - Schemas [AdminDiscountsRes](https://37su546k19.apifox.cn/3-0-0/100376141d0.md): - Schemas [AdminDiscountConditionsDeleteRes](https://37su546k19.apifox.cn/3-0-0/100376142d0.md): - Schemas [AdminGiftCardsRes](https://37su546k19.apifox.cn/3-0-0/100376144d0.md): - Schemas [AdminGiftCardsListRes](https://37su546k19.apifox.cn/3-0-0/100376145d0.md): - Schemas [AdminPostOrdersOrderReq](https://37su546k19.apifox.cn/3-0-0/100376148d0.md): - Schemas [AdminOrdersRes](https://37su546k19.apifox.cn/3-0-0/100376150d0.md): - Schemas [AdminOrdersListRes](https://37su546k19.apifox.cn/3-0-0/100376151d0.md): - Schemas [AdminPostDraftOrdersDraftOrderRegisterPaymentRes](https://37su546k19.apifox.cn/3-0-0/100376152d0.md): - Schemas [ExtendedReservationItem](https://37su546k19.apifox.cn/3-0-0/100376153d0.md): - Schemas [AdminReservationsListRes](https://37su546k19.apifox.cn/3-0-0/100376154d0.md): - Schemas [AdminReturnsCancelRes](https://37su546k19.apifox.cn/3-0-0/100376155d0.md): - Schemas [AdminSwapsRes](https://37su546k19.apifox.cn/3-0-0/100376157d0.md): - Schemas [AdminSwapsListRes](https://37su546k19.apifox.cn/3-0-0/100376158d0.md): - Schemas [AdminReturnsListRes](https://37su546k19.apifox.cn/3-0-0/100376162d0.md): - Schemas [AdminReturnsRes](https://37su546k19.apifox.cn/3-0-0/100376163d0.md): - Schemas [AdminPaymentCollectionsRes](https://37su546k19.apifox.cn/3-0-0/100376167d0.md): - Schemas [AdminOrderEditsRes](https://37su546k19.apifox.cn/3-0-0/100376169d0.md): - Schemas [AdminOrderEditsListRes](https://37su546k19.apifox.cn/3-0-0/100376170d0.md): - Schemas [Error1](https://37su546k19.apifox.cn/3-0-0/111641635d0.md): - Schemas [ProductCategory1](https://37su546k19.apifox.cn/3-0-0/111641636d0.md): - Schemas [ProductCollection1](https://37su546k19.apifox.cn/3-0-0/111641637d0.md): - Schemas [ProductType1](https://37su546k19.apifox.cn/3-0-0/111641638d0.md): - Schemas [ReturnReason1](https://37su546k19.apifox.cn/3-0-0/111641639d0.md): - Schemas [AddressPayload1](https://37su546k19.apifox.cn/3-0-0/111641640d0.md): - Schemas [ProductTag1](https://37su546k19.apifox.cn/3-0-0/111641641d0.md): - Schemas [MultipleErrors1](https://37su546k19.apifox.cn/3-0-0/111641642d0.md): - Schemas [FulfillmentProvider1](https://37su546k19.apifox.cn/3-0-0/111641643d0.md): - Schemas [Country1](https://37su546k19.apifox.cn/3-0-0/111641644d0.md): - Schemas [Currency1](https://37su546k19.apifox.cn/3-0-0/111641645d0.md): - Schemas [PaymentProvider1](https://37su546k19.apifox.cn/3-0-0/111641646d0.md): - Schemas [TaxProvider1](https://37su546k19.apifox.cn/3-0-0/111641647d0.md): - Schemas [CustomerGroup1](https://37su546k19.apifox.cn/3-0-0/111641648d0.md): - Schemas [GiftCardTransaction1](https://37su546k19.apifox.cn/3-0-0/111641649d0.md): - Schemas [Address1](https://37su546k19.apifox.cn/3-0-0/111641650d0.md): - Schemas [Customer1](https://37su546k19.apifox.cn/3-0-0/111641651d0.md): - Schemas [Image1](https://37su546k19.apifox.cn/3-0-0/111641652d0.md): - Schemas [ShippingProfile1](https://37su546k19.apifox.cn/3-0-0/111641653d0.md): - Schemas [ProductVariantInventoryItem1](https://37su546k19.apifox.cn/3-0-0/111641654d0.md): - Schemas [ProductOptionValue1](https://37su546k19.apifox.cn/3-0-0/111641655d0.md): - Schemas [LineItemTaxLine1](https://37su546k19.apifox.cn/3-0-0/111641656d0.md): - Schemas [ShippingMethodTaxLine1](https://37su546k19.apifox.cn/3-0-0/111641657d0.md): - Schemas [Payment1](https://37su546k19.apifox.cn/3-0-0/111641658d0.md): - Schemas [MoneyAmount1](https://37su546k19.apifox.cn/3-0-0/111641659d0.md): - Schemas [ProductVariant1](https://37su546k19.apifox.cn/3-0-0/111641660d0.md): - Schemas [PricedVariant1](https://37su546k19.apifox.cn/3-0-0/111641661d0.md): - Schemas [ProductOption1](https://37su546k19.apifox.cn/3-0-0/111641662d0.md): - Schemas [ShippingOptionRequirement1](https://37su546k19.apifox.cn/3-0-0/111641663d0.md): - Schemas [ShippingOption1](https://37su546k19.apifox.cn/3-0-0/111641664d0.md): - Schemas [ShippingMethod1](https://37su546k19.apifox.cn/3-0-0/111641665d0.md): - Schemas [DiscountRule1](https://37su546k19.apifox.cn/3-0-0/111641666d0.md): - Schemas [SalesChannelLocation1](https://37su546k19.apifox.cn/3-0-0/111641667d0.md): - Schemas [SalesChannel1](https://37su546k19.apifox.cn/3-0-0/111641668d0.md): - Schemas [Product1](https://37su546k19.apifox.cn/3-0-0/111641669d0.md): - Schemas [PricedProduct1](https://37su546k19.apifox.cn/3-0-0/111641670d0.md): - Schemas [TaxRate1](https://37su546k19.apifox.cn/3-0-0/111641671d0.md): - Schemas [Region1](https://37su546k19.apifox.cn/3-0-0/111641672d0.md): - Schemas [GiftCard1](https://37su546k19.apifox.cn/3-0-0/111641673d0.md): - Schemas [Discount1](https://37su546k19.apifox.cn/3-0-0/111641674d0.md): - Schemas [LineItemAdjustment1](https://37su546k19.apifox.cn/3-0-0/111641675d0.md): - Schemas [LineItem1](https://37su546k19.apifox.cn/3-0-0/111641676d0.md): - Schemas [Swap1](https://37su546k19.apifox.cn/3-0-0/111641677d0.md): - Schemas [Cart1](https://37su546k19.apifox.cn/3-0-0/111641678d0.md): - Schemas [Order1](https://37su546k19.apifox.cn/3-0-0/111641679d0.md): - Schemas [PaymentSession1](https://37su546k19.apifox.cn/3-0-0/111641680d0.md): - Schemas [PaymentCollection1](https://37su546k19.apifox.cn/3-0-0/111641681d0.md): - Schemas [OrderItemChange1](https://37su546k19.apifox.cn/3-0-0/111641682d0.md): - Schemas [OrderEdit1](https://37su546k19.apifox.cn/3-0-0/111641683d0.md): - Schemas [ReturnItem1](https://37su546k19.apifox.cn/3-0-0/111641684d0.md): - Schemas [Return1](https://37su546k19.apifox.cn/3-0-0/111641685d0.md): - Admin API > Schemas [Error](https://37su546k19.apifox.cn/3-0-0/100375982d0.md): - Admin API > Schemas [ProductCollection](https://37su546k19.apifox.cn/3-0-0/100376011d0.md): - Admin API > Schemas [CustomerGroup](https://37su546k19.apifox.cn/3-0-0/100376013d0.md): - Admin API > Schemas [Currency](https://37su546k19.apifox.cn/3-0-0/100376017d0.md): - Admin API > Schemas [AddressPayload](https://37su546k19.apifox.cn/3-0-0/100376020d0.md): - Admin API > Schemas [ProductTag](https://37su546k19.apifox.cn/3-0-0/100376035d0.md): - Admin API > Schemas [ProductType](https://37su546k19.apifox.cn/3-0-0/100376037d0.md): - Admin API > Schemas [ProductCategory](https://37su546k19.apifox.cn/3-0-0/100376042d0.md): - Admin API > Schemas [ShippingProfile](https://37su546k19.apifox.cn/3-0-0/100376051d0.md): - Admin API > Schemas [ReturnReason](https://37su546k19.apifox.cn/3-0-0/100376053d0.md): - Admin API > Schemas [PaymentProvider](https://37su546k19.apifox.cn/3-0-0/100376061d0.md): - Admin API > Schemas [TaxProvider](https://37su546k19.apifox.cn/3-0-0/100376063d0.md): - Admin API > Schemas [MultipleErrors](https://37su546k19.apifox.cn/3-0-0/100376065d0.md): - Admin API > Schemas [DiscountRule](https://37su546k19.apifox.cn/3-0-0/100376066d0.md): - Admin API > Schemas [GiftCardTransaction](https://37su546k19.apifox.cn/3-0-0/100376071d0.md): - Admin API > Schemas [Payment](https://37su546k19.apifox.cn/3-0-0/100376072d0.md): - Admin API > Schemas [LineItemTaxLine](https://37su546k19.apifox.cn/3-0-0/100376074d0.md): - Admin API > Schemas [Country](https://37su546k19.apifox.cn/3-0-0/100376075d0.md): - Admin API > Schemas [FulfillmentProvider](https://37su546k19.apifox.cn/3-0-0/100376076d0.md): - Admin API > Schemas [Image](https://37su546k19.apifox.cn/3-0-0/100376077d0.md): - Admin API > Schemas [ProductVariantInventoryItem](https://37su546k19.apifox.cn/3-0-0/100376078d0.md): - Admin API > Schemas [ProductOptionValue](https://37su546k19.apifox.cn/3-0-0/100376079d0.md): - Admin API > Schemas [ShippingOptionRequirement](https://37su546k19.apifox.cn/3-0-0/100376080d0.md): - Admin API > Schemas [ShippingOption](https://37su546k19.apifox.cn/3-0-0/100376081d0.md): - Admin API > Schemas [SalesChannelLocation](https://37su546k19.apifox.cn/3-0-0/100376084d0.md): - Admin API > Schemas [SalesChannel](https://37su546k19.apifox.cn/3-0-0/100376085d0.md): - Admin API > Schemas [Address](https://37su546k19.apifox.cn/3-0-0/100376091d0.md): - Admin API > Schemas [Customer](https://37su546k19.apifox.cn/3-0-0/100376092d0.md): - Admin API > Schemas [ShippingMethodTaxLine](https://37su546k19.apifox.cn/3-0-0/100376095d0.md): - Admin API > Schemas [MoneyAmount](https://37su546k19.apifox.cn/3-0-0/100376096d0.md): - Admin API > Schemas [ProductOption](https://37su546k19.apifox.cn/3-0-0/100376100d0.md): - Admin API > Schemas [ProductVariant](https://37su546k19.apifox.cn/3-0-0/100376101d0.md): - Admin API > Schemas [ShippingMethod](https://37su546k19.apifox.cn/3-0-0/100376116d0.md): - Admin API > Schemas [Product](https://37su546k19.apifox.cn/3-0-0/100376119d0.md): - Admin API > Schemas [PricedVariant](https://37su546k19.apifox.cn/3-0-0/100376121d0.md): - Admin API > Schemas [PricedProduct](https://37su546k19.apifox.cn/3-0-0/100376128d0.md): - Admin API > Schemas [TaxRate](https://37su546k19.apifox.cn/3-0-0/100376133d0.md): - Admin API > Schemas [Region](https://37su546k19.apifox.cn/3-0-0/100376136d0.md): - Admin API > Schemas [Discount](https://37su546k19.apifox.cn/3-0-0/100376139d0.md): - Admin API > Schemas [GiftCard](https://37su546k19.apifox.cn/3-0-0/100376143d0.md): - Admin API > Schemas [LineItemAdjustment](https://37su546k19.apifox.cn/3-0-0/100376146d0.md): - Admin API > Schemas [LineItem](https://37su546k19.apifox.cn/3-0-0/100376147d0.md): - Admin API > Schemas [Order](https://37su546k19.apifox.cn/3-0-0/100376149d0.md): - Admin API > Schemas [Swap](https://37su546k19.apifox.cn/3-0-0/100376156d0.md): - Admin API > Schemas [OrderItemChange](https://37su546k19.apifox.cn/3-0-0/100376159d0.md): - Admin API > Schemas [ReturnItem](https://37su546k19.apifox.cn/3-0-0/100376160d0.md): - Admin API > Schemas [Return](https://37su546k19.apifox.cn/3-0-0/100376161d0.md): - Admin API > Schemas [Cart](https://37su546k19.apifox.cn/3-0-0/100376164d0.md): - Admin API > Schemas [PaymentSession](https://37su546k19.apifox.cn/3-0-0/100376165d0.md): - Admin API > Schemas [PaymentCollection](https://37su546k19.apifox.cn/3-0-0/100376166d0.md): - Admin API > Schemas [OrderEdit](https://37su546k19.apifox.cn/3-0-0/100376168d0.md):