You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Updating the shipment lines using shipmentLineTransactionRequests

edited Mar 20, 2024 1:46PM in Inventory Management 1 comment

Summary:

Hi,

I am trying to update the shipment using shipmentLineTransactionRequests Rest api.

Payload :

{

 "ActionCode": "UPDATE",

 "DocumentNumber": "160000##1##1991",--getting the detail from Transportation Shipment Line

 "SourceSystemId": 300000000338584,

 "Order": "1991", -- Sales Order number

 "SourceOrder": "1991",-- Sales Order number

 "OrderTypeCode": "SALES_ORDER",

 

 "shipmentLines": [{

  "ScheduledShipDate": "20240328090000"

  

 }]

}

I am getting below error:

"MessageName": "WSH_SHPCN_SR_INVALID_ORD",

  "MessageText": "The request cannot be processed because the sales order or sales order line does not exist.",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!