Regarding Inventory transfer using API

Hi Team,

I am trying to implement an inventory transfer operation using GraphQL API to transfer the inventory quantity from one warehouse to another warehouse. I could able to perform this from UI without any issues. However, using the GraphQL API I am not able to find a suitable operation to perform this action.

I have tried to use inventory_add and inventory_remove operations but it is failing with the error product not found and I am not able to add warehouse_product.

Is there a way to achieve this?

Appreciate any help on this.

Regards,
Sena

Hi @sena !
And welcome to our community!
Absolutely, that should be possible, we might need to figure out where is failing and point you in the right direction

Do you have the Request ID of those operations that are failing by any chance?
We can start by looking into those and understanding why they might be failing

Thanks in advance!
Tom

Hi Tom,

Thanks for your response. I could able to resolve the issue.

Regards,
Sena