Closed AisxLee closed 1 year ago
Anything involving Excel sounds like an absolute nightmare. We use POST_FBA_INBOUND_CARTON_CONTENTS
which is XML (not good), but better than Excel. There is no box sizing on there. FBA has never asked. The SKU/ASIN has box sizing though, so I assume FBA could make use of that knowledge if they wanted to for some reason.
See also bug amzn/selling-partner-api-models#391 which would replace the hideous XML with just a normal REST post.
@johnkw I have seen this issue, but I have not been helped. I use the request in the SDK, but the SDK is uploaded after encrypting xlsx into a string, and the type is still “application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;”. Is it possible that xlsx must be encrypted for uploading? However, if encryption is not required to upload the "payload" returned by "createFeedDocument", is it unnecessary
Like I said don't use it. Use the one I mention above instead. And don't use the extra encryption layer garbage - use the new feed that removed that pointless cruft.
I tried. If it is not encrypted, calling "getFeed" returns "processingStatus=FATAL"
Well make sure you're using /feeds/2021-06-30/feeds/
I have tried both /feeds/2021-06-30/feeds/
and /feeds/2021-06-30/feeds/
, but they still return an error
original-record-number sku error-code error-type error-message 100001 - 1 Error The file format is invalid. The Excel pack list should be uploaded as a .xlsx file. ()
The feed you are talking about isn't even mentioned in the feeds API docs anymore as far as I can tell. Like Johnkw mentioned, it would be better to migrate away from your feed and onto POST_FBA_INBOUND_CARTON_CONTENTS which is an XML based feed not an Excel based feed. This is what my implementation uses. As long as you follow the steps in the docs (create document, upload to that doc with the given url, and then create the feed based on that) then you shouldn't have to mess with an extra encryption layer.
Anything involving Excel sounds like an absolute nightmare. We use
POST_FBA_INBOUND_CARTON_CONTENTS
which is XML (not good), but better than Excel. There is no box sizing on there. FBA has never asked. The SKU/ASIN has box sizing though, so I assume FBA could make use of that knowledge if they wanted to for some reason.
Amazon help documentation says box and weight information is required.
I should clarify that it's possible that weight thing becomes important if you put more than one SKU into a box. We only stack SKUs on the pallets. There is never any extra "box" other than the SKU itself in a box.
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
I have some questions about SP API uploading carton information:
I'm almost depressed!