- Subcategories:
- Attachments
- Costs for Shipments
- Errors
- Flexfields for Inventory Striping Attributes
- Flexfields for Shipment Lines
- Lots for Unpacked Shipment Lines
- Notes
- Serials for Unpacked Shipment Lines
Packed Shipment Lines REST Endpoints
Inventory Management/Shipment Transaction Requests/Shipments/Outer Packing Units/Outer Packing Units/Packed Shipment Lines
The Packed Shipment Lines resource manages details about the shipment lines that are packed within a packing unit.
- Create one shipment line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/innerPackingUnits/{LPNInterfaceId3}/child/packedLines - Get all shipment lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/innerPackingUnits/{LPNInterfaceId3}/child/packedLines - Get one shipment line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/innerPackingUnits/{LPNInterfaceId3}/child/packedLines/{DeliveryDetailInterfaceId} - Update a shipment line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/innerPackingUnits/{LPNInterfaceId3}/child/packedLines/{DeliveryDetailInterfaceId}