Replies: 1 comment
-
At this time there is no way to get the image as part of the receipt object. You will have to call to the |
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
-
Is there an existing ticket for this?
Is your feature request related to a problem? Please describe
In the Etsy API v2 call to get shop receipts we used to be able to append to the querystring the "includes" parameter in order to retrieve an image url associated to each transaction like so:
var uri = Uri.parse('https://openapi.etsy.com:443/v2/shops/${shopName}/receipts?includes=Transactions/MainImage(url_75x75),Transactions
');`This doesn't seem to work anymore in v3.
Describe the solution you'd like
I do see that the transaction payload contains "listing_image_id" in the getShopReceipts v3 API call, but it seems like we will need to do a separate api call to get each transaction image. I'm hoping to not have to do that. Is there a way to get the image url on the new receipts call with the "includes" parameter or by other means?
Describe any alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions