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
534 stars 722 forks source link

Fulfillment Inbound API v2024-03-20 Why is Amazon partnered carrier selected by default?How to use Fulfillment Inbound API v2024-03-20 to modify the carrier to a non-Amazon partner carrier #4002

Open Ironkyy opened 1 week ago

Ironkyy commented 5 days ago

Why is the default AGL selected for shipments created using Fulfillment Inbound API v2024-03-20? How to change it to Non-Amazon-partnered carrier?

he0212 commented 2 days ago

Excuse me, may I ask a relevant question about how you check your shipment carrier belongs to partnered-carrier or non-partnered?
All of the carrier information my team get is non-partnered carrier. We estimate it by listTransportationOptions's response key shippingSolution , and all of the responses' shippingSolution value are”USE_YOUR_OWN_CARRIER“, which is opposite to the another value "AMAZON_PARTNERED_CARRIER". I wonder if my way is avalible? Since my situation is the complete opposite of yours····

jeff-baomihua commented 2 days ago

In the Fulfillment Inbound API v2024-03-20, the listTransportationOptions response shows that all shippingSolution are USE_YOUR_OWN_CARRIER. However, when creating an inbound shipment in Amazon Seller Central, it can select UPS(Amazon partnered carrier)

he0212 commented 1 day ago

In the Fulfillment Inbound API v2024-03-20, the listTransportationOptions response shows that all shippingSolution are USE_YOUR_OWN_CARRIER. However, when creating an inbound shipment in Amazon Seller Central, it can select UPS(Amazon partnered carrier)

You are right. Inboud API v2024-03-20 doesn't provide any PCP relevant options for us to choose, at least for now.