Dear Shopify API dev team,
Currently, the request body of the inventory_levels/update webhook looks like this:
{
"inventory_item_id": 271878346596884015,
"location_id": 48752903,
"available": 55,
"updated_at": "2020-07-29T19:03:44-04:00",
"admin_graphql_api_id": "gid:\/\/shopify\/InventoryLevel\/48752903?inventory_item_id=271878346596884015"
}
This shows the amount of currently available inventory items - which is great. However, since the InventoryLevel API has functions such as `/admin/api/2020-07/inventory_levels/adjust.json`, it would make sense - and be incredibly helpful to me right now - if the inventory_levels/update webhook body included an `available_adjustment` value which describes the change in the available inventory items which caused this webhook to fire as a signed integer.
Looking forward to your response.
Sincerely,
Eric
User | Count |
---|---|
13 | |
12 | |
10 | |
8 | |
7 |