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
1:02AM FTL error="[PUT /listings/2021-08-01/items/{sellerId}/{sku}][403] putListingsItemForbidden {\"errors\":[{\"code\":\"Unauthorized\",\"message\":\"Access to requested resource is denied.\"}]}"
and when I put random gibberish, like params.Sku = "W9-EYD8-3O", it is back to normal.
1:02AM FTL error="[PUT /listings/2021-08-01/items/{sellerId}/{sku}][400] putListingsItemBadRequest {\"errors\":[{\"code\":\"InvalidInput\",\"message\":\"The provided payload is invalid.\"}]}"
Literally nothing changed between this two requests, I only supplied a SKU value.
I dont even know where to report this, I know this is just a models repository, but, currently, this is very misleading and confusing behavior.
The text was updated successfully, but these errors were encountered:
caner-cetin
changed the title
PUT /listings/2021-08-01/items/{sellerId}/{sku} is returning 403 when SKU is empty.
PUT /listings/2021-08-01/items/{sellerId}/{sku} returns 403 when SKU is empty.
Mar 12, 2025
Using https://github.com/go-swagger/go-swagger generated client with the models provided from this repository.
When the
Sku
parameter for https://developer-docs.amazon.com/sp-api/docs/listings-items-api-v2021-08-01-reference#put-listings2021-08-01itemsselleridsku is empty, API returnsand when I put random gibberish, like
params.Sku = "W9-EYD8-3O"
, it is back to normal.Literally nothing changed between this two requests, I only supplied a SKU value.
I dont even know where to report this, I know this is just a models repository, but, currently, this is very misleading and confusing behavior.
The text was updated successfully, but these errors were encountered: