Hi,
I’m trying to retrieve more detailed information about the items in a shipment.
The REST API endpoint /entity/Default/23.200.001/Shipment/<shipmentNbr> returns the InventoryID.
This InventoryID can then be used to fetch item data through either /entity/Default/23.200.001/NonStockItem/<InventoryID> or /entity/Default/23.200.001/StockItem/<InventoryID>.
However, I’m not sure which endpoint should be used in this case. Could you provide some advice?
Thanks in advance



