- 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/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/unpackedLines - Get all shipment lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines - Get one shipment line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10} - Update a shipment line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}