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
610 stars 733 forks source link

[BUG] [SP-API] [Issue] putTransportDetails API: Non Partnered Small Parcel Data input is not taking package dimensions. Is there a way to post that data? #429

Closed abhishek-hopstack closed 5 months ago

abhishek-hopstack commented 1 year ago

I can not post the Package information and Shipping mode when i am using the Non partnered carrier. So i have to go to the Seller dashboard to fill these data manually. Is there any way to post that information and confirm shipment through the API only?

I want to somehow give the package dimension information to Amazon but i can only send only these information as of now:

PUT https://sellingpartnerapi-na.amazon.com/fba/inbound/v0/shipments/345453/transport
{
  "IsPartnered": false,
  "ShipmentType": "SP",
  "TransportDetails": { 
    "NonPartneredSmallParcelData": {
      "CarrierName": "USPS",
      "PackageList": [
        {
          "TrackingId": "werwrwerwrwrer"
        }
      ]
    }
  }
}

It is so frustrating to go to the dashboard for every single order to manually enter the details. Any kind of help is appreciated. Thanks in advance.

Resources: API link: https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-reference#puttransportdetails

mikhaill commented 1 year ago

@abhishek-hopstack You're setting up the entire PackageList as an array. Set it up so the TrackingID is an array...

 "PackageList": 
        {
          "TrackingId": ["werwrwerwrwrer"]
        }
cjill commented 1 year ago

Hello @abhishek-hopstack .I also met the same problem. Have you solved it now?

animareverse commented 1 year ago

Hi @abhishek-hopstack I have as well the same problem. Did you find a solution?

animareverse commented 11 months ago

Hi @abhishek-hopstack still nothing? We also opened a ticket with Amazon Support but they never got back to us.

shreeharsh-a commented 5 months ago

Please reach out to developer support so that we can better help you with issues related to SP API.

Note: SP API related issues / troubleshooting support is managed by a different team. We can help if the issue is related to the content published on this repo.