- Subcategories:
- Attachments
- Flexfields for Inventory Striping Attributes
- Flexfields for Shipment Lines
- Lots
- Packing Units
- Serials
Shipment Lines REST Endpoints
Inventory Management/Inbound Shipments/Shipment Lines
The Shipment Lines resource manages details about the shipment lines for a specific shipment header.
- Get all shipment lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines
- Get one shipment line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}
- Update one shipment line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}