Not able to create Freight Cost to Sales order line using REST API
Summary
While SO conversion, i am not able to create freight cost from EBS to ERP using REST APIContent
Hi All,
I am working on Sales order conversion and we are bringing sales orders from EBS to ERP. For conversion we are using REST API.
But using the REST API i am not able to create Freight Cost as a charge component to the order line.
I am adding the charge component at line level using the below part of the Payload.
"charges":[
{
"SourceChargeId":"C1",
"ApplyToCode": "SHIPPING",
"PricedQuantity":1,
"PriceTypeCode": "ONE_TIME",
"ChargeType":"Freight",
"ChargeSubtypeCode": "ORA_PRICE",
"ChargeCurrencyCode":"CAD",
"SequenceNumber":1,
Tagged:
0