'How do I upload FBA Inbound Shipment carton weight and carton dimensions information via the MWS or SP API interface?

I am aware we need to send in a feed POST_FBA_INBOUND_CARTON_CONTENTS (XSD is enter link description here) but this feed has no mentions of dimensions, nor weight. NonPartneredSmallParcelPackageInput only TrackingId。What can we do? enter image description hereenter image description here



Solution 1:[1]

It is in the in the putTransPortDetails api call use SP as shipmentType. There is a PackageList in the PartneredSmallParcelDataInput. The PackageList is weights and dimensions.

https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-reference#partneredsmallparceldatainput

I don't know why they don't just let you give the weights and dimensions with the cartons, that would make a lot more sense, but that doesn't work.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Martin Müller