How to enable shipment line for transportation planning
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",