Hi @bbarrett!
We currently don’t have this, but you could use a Bearer associated to the customer account, would that work for you?
Something like this:
query {
inventory_changes(
warehouse_id: "V2FyZWhvdXNlOjExNzkz"
date_from: "2020-09-18"
) {
request_id
complexity
data {
edges {
node {
user_id
account_id
warehouse_id
sku
previous_on_hand
change_in_on_hand
reason
cycle_counted
location_id
created_at
}
}
}
}
}
But instead of using the 3PL User Bearer, use the Bearer from the Customer account user instead.
Let me know if this still won’t work for you.
Thanks in advance!
Tom