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.
我有一家商店,它通过使用其他付款方式累积了许多无需信用卡即可接受的订单。因此,它们被记录为未结、挂单。使用 API,我需要能够创建一个将状态从 Pending 更改为 Paid 的新事务。
当我针对类型设置为“捕获”的待处理订单创建新交易时,API 返回 403 禁止,这是有道理的,因为它旨在从信用卡中捕获授权付款。
您能否在 API 中添加一种交易类型,以允许将状态从待处理更改为已付款。
谢谢
capture仅当您尝试使用除 之外的其他类型,或者您实际上无权创建事务时,才应返回 403 Forbidden 。仔细检查应用程序的权限以确保您拥有write_orders权限。如果您这样做,请向 Shopify 发送一封包含应用详细信息的电子邮件,以便我们进一步调查。
capture
write_orders