Inventory_changes response warehouse_id differs from input warehouse_id

Hi,

We noticed the returned warehouse_id is not same as warehouse_id in query parameters.

Please help us take a look at this example request id: “5f886cca17735ce61db19c40”

{
  inventory_changes(
    warehouse_id: <variable>,
    date_from: "2020-10-12T14:00:00+00:00",
    date_to:"2020-10-12T140500"

  ) {
    request_id
    complexity
    data(first: 2) {
      edges {
        node {
          user_id
          account_id
          warehouse_id
          previous_on_hand
          sku
          created_at 
        }
      }
    }
  }
}

Thank you!

Hi, would appreciate update on this. Thank you!

Hi @jwz!
I apologize for the delayed response to this post.
Thank you very much for those details!
I have escalated this to our engineers to see what might be happening and will let you know as soon as I get a response back from them.
Thanks again!
Tom

1 Like

Hi @tomasw
Are there any updates from engineers?

Thank you!

Hi @jwz!
This is currently being worked on by one of our engineers.
We should be having an update these next days. I will see if I can get an ETA
Thanks for the patience while we work on this!
Tom

1 Like

Hi @jwz!
A fix for this has been just released.
Thanks again for the patience, and please let me know if there is anything else I could help you with!
Tom

1 Like