Closed xupucha closed 1 year ago
NonPartneredSmallParcelDataInput = isPartnered: false
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.
closed for inactivity
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.