Closed nighttrain7 closed 1 year ago
I have this same problem. Is there any update? These are updated URLs: MWS Document: https://docs.developer.amazonservices.com/en_US/fba_guide/FBAGuide_CreateShipment200Items.html
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
Still an issue. Shouldn't be closed
3-Mar-2023: the problem still exists
The API document does not mention about this limitation. https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-reference#inboundshipmentplanrequestitem
But if we create a shipment plan that has >200 SKUs, we will receive error:
Error: Number of InboundShipmentPlanRequestItems exceeded the maximum allowed limit of 200 per createInboundShipmentPlan request.
Please solve the issue before close this ticket
Thank you
I myself need help with this issue. Why are they penalizing big sellers like us? The current work around is to make multiple shipments and just put those shipments on the same truck (as long as they go to the same FC).
@sungolivia @rugved1991 Are we able to get this thread re-opened and this considered for enhancement? We are experiencing the same frustrations from our merchants who regularly have shipments over 200 SKUs as it causes numerous separate shipments to the same FC.
Any update here? This is causing issues for several clients of mine.
All issues and concerns with regards to this issue, we have as well. We are a large seller and this issue penalizes us, as ALL of our shipments are over 200 SKUs. This becomes unmanageable for our vast and diverse inventory.
Update inboundShipment also states: "Adding new items is not supported." This was supported under the MWS API and has now been removed. https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-reference#updateinboundshipment
I have built a script to use Send To Amazon to create 1500 sku shipments. Shoot me a private message and I'll send it to you
I have built a script to use Send To Amazon to create 1500 sku shipments. Shoot me a private message and I'll send it to you
How to PM you?
has anyone figured out how to send shipments with > 200 SKUs?
I have built a script to use Send To Amazon to create 1500 sku shipments. Shoot me a private message and I'll send it to you
How to PM you?
haha! I thought you can! Send me a DM on Insta : "robo.profit"
fulfillment_inbound/feeds In MWS the creation of larger shipments was done by combining shipments through 'UpdateInboundShipment' as seen here: https://docs.developer.amazonservices.com/en_US/fba_guide/FBAGuide_CreateShipment200Items.htmlhttps://docs.developer.amazonservices.com/en_US/fba_guide/FBAGuide_CreateShipment200Items.html However, it seems the SP_API doesn't allow for that https://github.com/amzn/selling-partner-api-docs/blob/main/references/fulfillment-inbound-api/fulfillmentInboundV0.md#updateinboundshipment "Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported."
When Using feeds it is possible to create larger shipment plans via POST_FLAT_FILE_FBA_CREATE_INBOUND_PLAN https://developer-docs.amazon.com/sp-api/docs/feed-type-values#fulfillment-by-amazon-feeds However, there is no function to turn that plan into a real shipment through feeds, and the createInboundShipment operation, which I use for small shipment plans, requires a shipment identifier originally returned by the createInboundShipmentPlan operation (not run when using feeds). This seems like a glaring oversight that needs to be added now so large companies can integrate this API. Any solutions? Thank you