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
611 stars 735 forks source link

Create shipments - Invalid input #2155

Closed herolzwcj closed 1 year ago

herolzwcj commented 2 years ago

I am trying to make a call to Merchanfullfillment - create shipment (POST /mfn/v0/shipments ), but it returns the error

{ "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] }

{"ShipmentRequestDetails":{"AmazonOrderId":"111-4570444-244XX21","ItemList":[{"OrderItemId":"630915XXX6922","Quantity":1}],"ShipFromAddress":{"Name":"WUO HOUSEWARE","AddressLine1":"2XXX Belleza Lane","Email":"test@test.com","City":"XXX","StateOrProvinceCode":"NV","PostalCode":"89074","CountryCode":"US","Phone":"+1 763-225-XXX ext. XXX"},"PackageDimensions":{"Unit":"inches","Length":5.0,"Width":5.0,"Height":5.0},"Weight":{"Unit":"oz","Value":2.0},"ShippingServiceOptions":{"DeliveryExperience":"DeliveryConfirmationWithoutSignature","CarrierWillPickUp":false}},"ShippingServiceId":"USPS_PTP_FC"}

herolzwcj commented 2 years ago

ID9445207211

Shoprunners commented 2 years ago

Same here, case ID: 9445693511

github-actions[bot] commented 1 year ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.

github-actions[bot] commented 1 year ago

closed for inactivity