Orders: Identifying warehouse from where its deducting stock

Hi!
While looking at an order in a VTEX store, I’m having trouble to identify the warehouses where the sold items are taken from.

I’m calling the request:

http://{{accountName}}.{{environment}}.com.br/api/oms/pvt/orders/{{order_Id}}

And I can see that the warehouses are described under the field:

shippingData.logisticsInfo[ i ].deliveryIds[0].warehouseId

Being each i (element in logisticsInfo) an item (I think). But there’s no id or SKU that relates this objects to the objects that represents the sold items in the “items” field. How are they related then?

Is it by the index? meaning the fist element in items is the same in the logisticsInfo?

Thanks very much!

Hi, MartinOrtiz!

Your assumption is correct! Each item in shippingData.logisticsInfo has an itemIndex, which indicates the items’ position in the items array.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.