Replies: 3 comments 2 replies
-
can you give us sample for the code used when you get this error |
Beta Was this translation helpful? Give feedback.
2 replies
-
I am also having this issue. @Ali-DNos , did you resolve this?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I ended up using GetShipmentsAsync, GetShipmentItemsByShipmentIdAsync and then GetShipmentItemsByNextTokenAsync.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was migrating from MWS to SP API and found this library to be great and very intuitive to use.
I have been facing an issue calling FulFillmentInbound.GetShipmentItems. I am adding ShipmentId and MarketPlaceId to the parameters however it throws the following exception:
Either the ShipmentId or a pair of LastUpdatedAfter and LastUpdatedBefore must be passed in input
Just to test I added the LastUpdatedAfter and LastUpdatedBefore parameters in the Parameter class object as well but it still gave the same error. Am I missing something here? Need assistance.
Beta Was this translation helpful? Give feedback.
All reactions