I would like to do something like this:
inventory_changes(date_from:“2020-08-01” customer_account_id:“12345”)
Why wouldn’t the inventory_changes query support filtering by customer account?
Is there some other efficient way to get the adjustments for a single account? So I can avoid wasting API call credits returning Adjustments across all accounts?
The request has been approved and now is on our engineering board to be built (to be able to filter for customer_account_id on the inventory_changes query).
It might take some time until this gets implemented, but I will let you know as soon as I have a better ETA for it.
The reason is that using the customer bearer (as in my previous suggestion above) is not bringing back all the information needed.