How to enable shipment line for transportation planning — Cloud Customer Connect
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

How to enable shipment line for transportation planning

edited Sep 2, 2025 12:18PM in Inventory Management

Summary:

As part of our scope, we are trying to update transport planning related attributes through the REST API. However, when we attempt to use the POST operation with the payload detailed below, we are getting response as "TransactionStatus": "Awaiting processing" means record got created successfully in interface table but when we tried to push to base using Receive Shipment Request we are getting below error.

shipment line is not enabled for transportation planning.

How we can make shipment lines enabled for transportation planning?

Payload Used:

{
"ActionCode": "TPUpdate",
"OrderTypeCode": "SALES_ORDER",
"SourceSystemId": 300000000348311,
"SourceOrder": "1003158",
"shipmentLines": [
{
"SourceOrderFulfillmentLine": "1.1.1",
"SourceOrderLine": "1",
"SourceRequestedQuantity": 1,
"SourceRequestedQuantityUOM": "Each",
"TransportationPlanningStatusCode":"PLANNED",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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