Update Shipping Cost VIA API After Shipped?

Is there anyway to update a shipped drop’s shipping cost after the fact? I tried to POST / PUT but it’s not working. Not sure if it’s even possible.

We’re trying to updated our drop shippers shipping cost after it’s marked as shipped as we get billed weekly from UPS and can’t put in the actual cost at the time we mark as shipped.

I tried.

{
“shipping_info”: {
“cost”: 8
}
}

Nevermind. I found it in the API Doc.

https://devapiverson.docs.apiary.io/#reference/order/orderordernumbershippinginfo/put

Sorry! :stuck_out_tongue:

1 Like

Great to hear! Hope this works out for you!