Unable to Proceed with Ship Confirm – Missing Shipment Number for Remaining Lines
Unable to Proceed with Ship Confirm – Missing Shipment Number for Remaining Lines
I have completed the following steps as part of the integration process:
Step 1: Created Pick Wave
- Transfer order has 3 lines
- Used:
fscmRestApi/resources/11.13.18.05/pickWaves
- All lines updated to
RELEASED_STATUS = 'S'
(Released to warehouse)
Step 2: Pick Confirm for Line 1
- Used:
pickTransactions
API - Line 1 confirmed successfully
RELEASED_STATUS
updated to'Y'
(Staged)- Shipment Number (DELIVERY_ID) assigned:
1321045
Step 3: Ship Confirm for Line 1
- Used:
shippingTransactions
API - Action:
"CONFIRM"
- Line 1
RELEASED_STATUS
updated to'C'
(Closed)
Step 4: Pick Confirm for Lines 2 & 3
- Used:
pickTransactions
API - Both lines confirmed
RELEASED_STATUS
updated to
Tagged:
0