-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FBAInboundv20240320 Case-Packed Items? #826
Comments
There's no way to explicitly set casepack quantity in the newer version, but considering each casepack a "box" and setting box quantity to casepack quantity in the setPackingInformation step has worked fine for me. Not sure about the packing options error you're getting...have you tried just calling confirmPackingOption with one of the packing options you see in listPackingOptions? |
I tried setting the box quantity to the case pack quantity in setPackingInformation, and on the generatePlacementOptions, all the options seem to break up the cases |
I mean, when I do the step for "listPackingGroupItems", is when it breaks them up |
also, I say that I'm sending in like 20 mskus, and when it does the packing groups, it only shows 1 or 2, is that normal? |
Problem description:
in V0, there was an option to set the quantity in the case, do they not offer that anymore?
also, I keep getting the error:
Operation GeneratePackingOptions cannot be processed because the inbound plan does not support packing options.
however, when I list the packing options all of them are set..
The text was updated successfully, but these errors were encountered: