Hi!
I’m having trouble when creating orders from the API. I want the order to be allocated to a secondary warehouse, so, in the lline_items
, I set the warehouse_id
to the one I want.
In first instance, the order is created ok and the Line Items are set to that warehouse. But after a few seconds, when the order gets allocated, the inventory gets allocated to the Primary Warehouse.
Does anyone know why is this happening? Is there any configuration that is making all the orders to be allocated to the primary warehouse, no matter what I set from the API?
Screenshots:
- The order is set to a secondary warehouse (V2FyZWhvdXNlOjg2MDkw)
- But then, the order gets allocated and the warehouse is changed (V2FyZWhvdXNlOjg1NjEz)