I want to take orders #983
-
Hello, I am getting 403 error. I get transaction authorizations with the following scope while logging in. scope=transactions_w%20transactions_r%20address_r%20address_w%20billing_r%20cart_r%20cart_w%20email_r%20favorites_r%20favorites_w%20feedback_r%20listings_d%20listings_r%20listings_w%20profile_r%20profile_w%20recommend_r%20recommend_w%20shops_r%20shops_w
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Hey. Couple of things here.
A transaction is not the order, it's the line item of an order.
To get Orders, then you need to hit this URL
https://openapi.etsy.com/v3/application/shops/{shop_id}/receipts<https://openapi.etsy.com/v3/application/shops/%7Bshop_id%7D/receipts>
Secondly, 403 (Forbidden) means you likely haven't got the right scopes for your Auth token, you need to make sure you generated your Auth token with the scope `transactions_r`
|
Beta Was this translation helpful? Give feedback.
-
Hey @Gareth064 how can I change the discount rate for my items via api v3? Is this possible? |
Beta Was this translation helpful? Give feedback.
-
Are you looking for a way to track and convert majority of your traffic into potential buyers in an easy way? Kindly contact us now for more details or use the link below. THANKS. |
Beta Was this translation helpful? Give feedback.
Thank you for your help. Actually, I was entering the shop id incorrectly. :) Using .NET, I am now able to login and receive tokens and receive Receipts. I also extracted it from JSON and converted it to object based. I would like to support your library. If you share, I'll wait at the bottom of this post.