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

Product Pricing API: Issue of retrieve the response for SKUs containing spaces #805

Open
BrijalAescope opened this issue Dec 10, 2024 · 0 comments

Comments

@BrijalAescope
Copy link

When calling the Product Pricing API's "getListingOffersBatch" API method with an SKU like "Earrings GIA HDS 14K 3.4," the function returns an error: "Earrings%20GIA%20HDS%2014K%203.4 is an invalid SKU for the marketplace." This issue occurs because SKUs containing spaces are not properly encoded. Spaces in SKUs can lead to encoding problems when forming API requests, as they are typically encoded as %20.
Is there a way to retrieve the response for SKUs containing spaces?

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

1 participant