Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 shopify api 服务来构建一个项目,问题是我没有看到任何可以帮助我实现这一目标的服务。
订单无法在 Shopify 中合并。不过,您可以使用订单中的行项目组合为订单创建多个履行。订单中的每个行项目只能履行一次。
这通过创建履行请求并指定要履行的行项目来实现。
发布 /admin/orders/#{id}/fulfillments.json
{“履行”:{“tracking_number”:空,“line_items”:[{“id”:466157049}]}}