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
Description:
I am encountering an issue while trying to upload a product to my Etsy shop using the Etsy API. The API returns the following error message:
{"error":"User does not own Shop 1190****"}
However, the shop ID 1190**** is indeed my shop ID. I have double-checked this information in my Etsy account settings, and the shop ID matches.
Steps Taken:
I verified the shop ID through my Etsy account settings and it shows 1190****.
I authenticated using OAuth and obtained an access token.
I used the access token to make a request to the Etsy API to get the shop details, and the response shows a different shop than expected (M***Boutique).
Code Snippet:
Here's a simplified version of my code for fetching the shop details and making the API request:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description:
I am encountering an issue while trying to upload a product to my Etsy shop using the Etsy API. The API returns the following error message:
However, the shop ID
1190****
is indeed my shop ID. I have double-checked this information in my Etsy account settings, and the shop ID matches.Steps Taken:
1190****
.Code Snippet:
Here's a simplified version of my code for fetching the shop details and making the API request:
Observed Behavior:
User does not own Shop 1190****
error.Troubleshooting Steps:
/users/:user_id/shops
endpoint to list all shops associated with the authenticated user, and the shop ID is listed there.Expected Behavior:
The request should succeed since the shop ID is indeed associated with my Etsy account.
Questions:
Additional Information:
Any guidance or advice on resolving this issue would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions