New FBA Inbound API v2024-03-20 - Impossible to ship pallets to more than one center when box information is known up front? #4398
Unanswered
MetaMan2023
asked this question in
General
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems more and more clear there are serious technical aspects missing from the API and that for the "left hand process" (where you know box content info up front) that it's impossible (or nearly impossible) to send to more than one center -- especially if you want to use LTL.
Can someone please solve this for me:
Now if we are shipping UPS ground -- no problem**. Every box is unique and gets it own UPS labels.
But what if we want to ship LTL? In step 5.2 (Generate transportation options) we need to provide Pallet weights, dimensions and sizes.
Can someone explain to me how to know which box (that we provided in Step 3) is going to which center?
For example if I have boxes:
#1 #2 #3 #4 #5 #6
And I need to build two pallets, one to center A and one to center B ...
How do I know when 3 boxes go on pallet A and which 3 boxes go on pallet B?... This seems impossible to do under the current system unless every box is identical.
There is a "listShipmentItems" function (** WHICH IS NOT TECHNICALLY LISTED IN THE LEFT HAND PROCESS BUT SEEMS TO FUNCTION AFTER "Generate placement options") -- but this call only returns the SKU + QTY going in that shipment, not the BOXES that are going in that shipment.
Beta Was this translation helpful? Give feedback.
All reactions