Hi!
we are trying to create the shipment for the order via Shiphero API, as we could see in the documentation we need to create shipment, then reduce inventory and change order status. The two mutations are working fine but with inventory_remove mutation we are getting the error with the message “Product not found”. I am sure that product is assigned to the warehouse. For the reference our request id is 650af8b9db4dac2346b873c0 and sample mutation is
The warehouse_id that’s passed in the mutation points to WH 78209, which as far as I can tell has no products in it. I believe the correct warehouse id is V2FyZWhvdXNlOjk2Mzgx (96381).
Please let me know if you have any questions or concerns.
Hello @sh-agent
Thank you for look into it but this does not looks the case, because i am using the same warehouse ID in the requests to create order, create shipment and mark the order fulfilled. I will check once again.
Hello @sh-agent
I am facing another issue while trying to create the shipment. I get the error with message “Invalid line item id” while i confirmed that item id is correct. Can you take a look please to see whats wrong. Request id is 650e92bde24ac6d8619e0b49 for your reference