My Products
Help
Theis
CONTRIBUTOR ***

Premium freight in API

by Theis

Hi all, we want to get the preium freight from the sales order total, out via API.

Neither the endpoint Shipment or Sales order (v1 or v2), seems to have Premium freight shown.

Sales order v3 has it indirectly, as it shows total freight and freight.

 

Anyone know how we can get it?

 

Theis_0-1717157902929.png

 

2 REPLIES 2
Theis
CONTRIBUTOR ***

by Theis

Thank Rozhat, I can see that I need to do expand: Freight, to get those values, thank you.

Any way to get it on shipment?

Accepted solution
Rozhat
VISMA

by Rozhat

Hi,

you can find it form the Salesorder API on endpoint: 

/api/v3/SalesOrders/{type}/{orderId}

-> PremiumAmount

 

Rozhat_0-1717160435379.png