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

I test it in sandbox with calling putTransportDetails(PUT /fba/inbound/v0/shipments/{shipmentId}/transport) method, but return 500 error.[BUG] Documentation #2060

Closed xupucha closed 1 year ago

xupucha commented 2 years ago

Selling Partner API for Fulfillment Inbound PUT /fba/inbound/v0/shipments/{shipmentId}/transport Operation: putTransportDetails

I need sends transportation information to Amazon about an inbound shipment refer to fulfillmentInboundV0.json. So I test it in sandbox with calling putTransportDetails(PUT /fba/inbound/v0/shipments/{shipmentId}/transport) method, but return 500 error.

invove params: class PutTransportDetailsRequest { isPartnered: true shipmentType: SP transportDetails: class TransportDetailInput { partneredSmallParcelData: null nonPartneredSmallParcelData: class NonPartneredSmallParcelDataInput { carrierName: USPS packageList: class NonPartneredSmallParcelPackageInputList { [class NonPartneredSmallParcelPackageInput { trackingId: werwrwerwrwrer }] } } partneredLtlData: null nonPartneredLtlData: null } }

error: { "errors": [ { "message": "We encountered an internal error. Please try again.", "code": "InternalFailure" } ] }

any help? Thanks a lot.

Call the createFeedDocument operation, specifying the content type for the feed that you are submitting.

15184351573 commented 2 years ago

NonPartneredSmallParcelDataInput = isPartnered: false

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