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
574 stars 730 forks source link

How to get shipping options for AMAZON_PARTNERED_CARRIER? #4167

Open Ironkyy opened 1 week ago

Ironkyy commented 1 week ago

I would like to ask what are the conditions for obtaining the shipping method AMAZON_PARTNERED_CARRIER? Why do I get USE_YOUR_OWN_CARRIER?

jawheral commented 1 week ago

Hi @Ironkyy,

Thanks for reaching out.

Please check this part of our Fulfillment Inbound API use case guide. There are pre-requisites in order to be eligible such as the region or marketplace. Please make sure to go through the seller central page depending on your region/marketplace.

I hope this helps!

Best, Jawher Selling Partner API

Ironkyy commented 1 week ago

@jawheral I am currently in the US market. This is the data I used for testing {"placementOptionId":"pl31865b3a-574b-4511-9501-06dc1a3e56ac","shipmentTransportationConfigurations":[{"contactInformation":{"name":"wangkang"," phoneNumber":"15372017762" },"freightInformation":{"declaredValue":{"amount":10000.00,"code":"CNY"},"freightClass":"FC_200"},"pallet":[{"size ":{"height": 40, "length": 48, "measurement unit": "cm", "width": 40}, "quantity": 7, "stackability": "NON_STACKABLE", "weight" :{"unit":"kilogram","value":21}}],"readyToShipWindow":{"start":{"dayOfMonth":11,"dayOfWeek":"Wednesday","dayOfYear":255," hour":0,"minute": 0,"month":"September","monthValue":9,"nano":0,"offset":{"rules":{"fixedOffset":true,"transitionRules ":[],"transitions":[ ]},"totalSeconds":0},"Second":0,"Year":2024}},"shipmentId":"sh6f194108-0903-4426-bcde-a216fe79b73c" }]}, but all returned are USE_YOUR_OWN_CARRIER. I can't figure out what the issue is. Can you double-check it for me?

jawheral commented 6 days ago

Hi @Ironkyy,

As you are in the US marketplace, please go through the Amazon Partnered Carrier program page to learn more about eligibility and requirements of this program.

If this still doesn't help, then please reach out to Developer Support.

Best, Jawher Selling Partner API