In Etsy Api V2 we can use __SELF__
as shopID but in Api v3 that gives error (Expected int value for 'shop_id' (got string)).
Endpoint in v2 (successful):
https://openapi.etsy.com/v2/shops/__SELF__/receipts
Endpoint in v3 (error):
https://openapi.etsy.com/v3/application/shops/__SELF__/receipts
So, how can we use __SELF__
method in v3?
If not how can we get id of permission granted shop?