不再支持对 inventory_quantity 和 inventory_quantity_adjustment 的写入请求。请使用库存水平 API

Write requests to inventory_quantity and inventory_quantity_adjustment are no longer supported. Please use the Inventory Levels API

我知道 Shopify 正在贬低使用 admin/variants/13889269727345.json 更新库存水平的选项。这种方法适用于我所有的商店更新库存,直到我最近的 store.Some 产品,我仍然可以使用变体选项更新一些产品,它会收到错误 422 Unprocessable Entity。该网站没有启用位置,所以为什么会抱怨使用库存水平 API

{
    "errors": {
        "base": [
            "Write requests to inventory_quantity and inventory_quantity_adjustment are no longer supported. Please use the Inventory Levels API."
        ]
    }
}

这是我发送到服务器的示例

{
    "variant": {
        "id": 13889269727345,
        "inventory_quantity": 5
    }
}

我似乎找不到解决我的问题的方法,因为有些可以,有些不行,而且似乎无法找到导致问题的原因。

您的新朋友在这里供您使用: