Skip to content
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

FulFillmentInboundServicev20240320.ListShipmentBoxesAsync fails to map paginationToken and retrieve pages properly #795

Open
dmelendezhikrutech opened this issue Nov 29, 2024 · 4 comments

Comments

@dmelendezhikrutech
Copy link

Same issue as #786, this time for operation "ListShipmentBoxesAsync"
This time, I'm making a fix more general for having the query parameters in cammel case

@dmelendez35
Copy link
Contributor

I created a pull request to fix this

abuzuhri added a commit that referenced this issue Dec 4, 2024
@dmelendez35
Copy link
Contributor

hi @abuzuhri , when can I expect this change to be released?

@rfatica
Copy link

rfatica commented Dec 13, 2024

You can search for PaginationToken in all the v202-03-20 folder and change them to paginationToken to test it out.

@dmelendez35
Copy link
Contributor

Hi @rfatica , with this new general fix, there is no more need to rename PaginationToken to paginationToken , actually I restored back to PaginationToken ( pascal case) those that were changed. Now every query parameters get converted to cammel case just before being sent to amazon in the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants