Replies: 0 comments 1 reply
-
We ran into this last week and Amazon released a fix. Make sure you are escaping the path in your request and also you might need to update your signing code. |
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
-
https://sellingpartnerapi-eu.amazon.com/products/pricing/v0/listings/FLSM-GYBJ3801%2B09%2B03%2B4044-SNR-DECX1/offers
{ "errors": [ { "code": "InvalidInput", "message": "FLSM-GYBJ3801 09 03 4044-SNR-DECX1 is an invalid SKU for marketplace A1PA6795UKMFR9", "details": "" } ] }Array ( [errors] => Array ( [0] => Array ( [code] => InvalidInput [message] => FLSM-GYBJ3801 09 03 4044-SNR-DECX1 is an invalid SKU for marketplace A1PA6795UKMFR9 [details] => ) ) )
Seller_SKU : FLSM-GYBJ3801+09+03+4044-SNR-DECX1
Beta Was this translation helpful? Give feedback.
All reactions