Discussions

Ask a Question
Back to all

Allocated Cost Current API

I'm trying to find the URL API to get cost data for each order/manifest. I am able to find the Carrier Cost (sell quote) but I'm trying to get the buy quote. I'm using the
https://platform.roserocket.com/api/v1/customers/customerid/orders/orderid/quotes
API to get:
{'quotes': [{'charges': {'accessorials': 111.5,
'freight_cost': 411.08,
'fuel_cost': 0,
'total': 522.58},

But I also want the "Allocated Cost Current" value for a particular order.