You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Is this a bug, just something the API is lacking, or am I missing something?
Thank you
This discussion was converted from issue #404 on February 24, 2022 02:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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).
Is this a bug, just something the API is lacking, or am I missing something?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions