|
Hello everyone, I'm working on a e-commerce integrations system to etsy.com. So I try to get the listings of my customer.
but when I try to access the example end point first time, I get the error message below My request parameters are below I did this request via Postman App on my local machine. Best regards, |
Replies: 1 comment 3 replies
|
That endpoint doesn't exist, if you're trying to get all the active listings for a shop use this endpoint: API Spec: https://developer.etsy.com/documentation/reference/#operation/getListingsByShop |
That endpoint doesn't exist, if you're trying to get all the active listings for a shop use this endpoint:
https://openapi.etsy.com/v3/application/shops/{shop_id}/listings
API Spec: https://developer.etsy.com/documentation/reference/#operation/getListingsByShop