You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: