【发布时间】:2022-12-04 14:33:32
【问题描述】:
I have some questions about SP-API uploading carton information:
-
Does the box size have to be uploaded? If you don\'t upload the box size
POST_FLAT_FILE_FROM_EXCEL_FBA_CREATE_CARTON_INFO, but only upload the contents of the boxPOST_FBA_INBOUND_CARTON_CONTENTS, will Amazon charge extra because it doesn\'t have the box size? -
POST_FLAT_FILE_FROM_EXCEL_FBA_CREATE_CARTON_INFOis uploading stillworkflow for submitting a feed? -
I use
Feeds API v2020-09-04, When calling thecreateFeedDocumentinterface, the correspondingcontentTypevalue isapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet; charset=UTF-8. When calling thecreateFeedinterface, the correspondingfeedTypevalue isPOST_FLAT_FILE_FROM_EXCEL_FBA_CREATE_CARTON_INFO. However, the information returned by calling thegetFeedDocumentinterface isThe file format is invalid. The Excel pack list should be uploaded as a .xlsx file.I tried. Windows creates a new xlsx, generates xlsx with PHP,contentTypeis replaced byapplication/vnd.ms-excel; charset=UTF-8, blank excel, etc., but the information returned bygetFeedDocumentremains unchanged... -
The
TransportDetailsvalues isNonPartneredSmallParcelData
I use the PHP SDK Feeds 2020-09-04.
Have you ever encountered this problem of not recognizing file types? I\'m almost depressed!
标签: amz-sp-api