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