amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
601 stars 730 forks source link

No estimated cost for LTL transportation options #4252

Open lightningja opened 1 week ago

lightningja commented 1 week ago

I called the generateTransportationOption api to generate transportation options for LTL placement options. I got the paginated options. But none of the options provides the quote field. So how does the new API provide estimated transportation cost for LTL shipments?

MeenaAmz commented 6 days ago

@lightningja Did you try using listTransportationOptions? You should be able to get the quote for small parcel and LTL shipments for Amazon Partnered carriers ("shippingSolution": "AMAZON_PARTNERED_CARRIER") using this operation as explained here.You might not see the quote for non partnered options ("shippingSolution": "USE_YOUR_OWN_CARRIER").

Thanks Meena Selling Partner Developer Services

lightningja commented 4 days ago

@MeenaAmz thx for the quick response! I figured our the problem. I was not passing the correct dimensions of the pallets for LTL. Now I did get quote from amazon partnered carriers. However, some quote has "$cost.amount" as value. Guess this is a bug from SPAPI side. Hope you guys fix it soon.

MeenaAmz commented 3 days ago

@lightningja Thanks for confirming.

The quote issue requires further investigation, Please open a support case following the guidance here. Once you open a support case, please feel free to share your case ID here so we can continue to monitor the issue status. Thanks, Meena Selling Partner API Developer Services