FBA Inbound API v2024-03-20 - Any way to get the Inbound Placement Fee PER INDIVIDUAL SHIPMENT in left flow? #4517
Replies: 2 comments 3 replies
-
We currently have fees displayed for packing option, placement option and prep instructions. getShipment doesn't display a fee right now. If you are able to see fee by shipment in send to amazon workflow, can you please elaborate the use case and impact of this so we can create a feature request with the team. Thanks |
Beta Was this translation helpful? Give feedback.
-
HI @MetaMan2023, But if you want to get placement level data you can call listPlacementOptions for a confirmed plan to check for the fee details. |
Beta Was this translation helpful? Give feedback.
-
When you create a shipment with the left flow (items packed up front), the Inbound Placement Fee (IPF) is provided in the "Placement Options" list and covers ALL shipments... for example if there are 2 shipments on the Placement, the IPF may show $100 in total and covers BOTH shipments.
Let's say we choose that placement option, which results in Amazon creating the two shipments (FBA-1 and FBA-2).
The question: Is there anyway to get the individual IPF being charged PER SHIPMENT? This data does not seem to exist in the "getShipment" call... the only place we can find it so far is in the listPlacementOptions, but again that includes the entire fee, not the broken down fee per shipment.
We could pro-rate it based on units, but this is not accurate as the fee is dynamic based on the size of the item -- it's not a pure per unit fee. So even if the shipments have identical quantities of identical items, the fee won't be, for example $50 each.
We do see the fee per shipment appears in Seller Central -- meaning if you look at an individual shipment it does show the per shipment fee.
Is there any way to get the PER SHIPMENT fee?
If not, it seems that the "getShipment" call should return the fees at a minimum after the shipments are created.
@puppsupr
Beta Was this translation helpful? Give feedback.
All reactions