Questions tagged [etsy]

Etsy is an e-commerce website focused on handmade or vintage items as well as art and craft supplies.

Etsy is an e-commerce website focused on handmade or vintage items as well as art and craft supplies.

See http://etsy.com

Etsy also has an engineering blog at http://codeascraft.etsy.com/

140 questions
31
votes
2 answers

Blur effect like in the app Etsy?

During this weeks Android Design in Action episode, Adam Koch talked about an app called Etsy, which featured this very cool blur effect applying to the main layout when the Navigation Drawer is pulled out. Does anyone know how the devs behind Etsy…
Jakob Harteg
  • 9,587
  • 15
  • 56
  • 78
11
votes
1 answer

Getting all listing images from an Etsy shop

THE SITUATION I've been tooling around in the Etsy sandbox API trying to figure out a solution for a client who wants to show the default image and title to all their Etsy listings. Upon clicking, they want it to direct them off the website and…
cereallarceny
  • 4,913
  • 4
  • 39
  • 74
8
votes
1 answer

Fatal Error when implementing an OAuth library to connect to an ETSY store

I am using an OAuth library to connect to my Etsy store (etsy.com) and try to retrieve some information regarding sold orders. This is the library: https://github.com/Lusitanian/PHPoAuthLib/blob/master/examples/etsy.php However, I keep getting an…
user2509541
  • 268
  • 4
  • 14
7
votes
2 answers

Making Etsy OAuth2.0 call via Postman

I am new to Etsy API development and I have been stuck on it for days. I have tried going through the doucmentation to find some resource so that I can make a simple API call (I plan to convert it to code but I want to get it running via Postman to…
Jeff Benister
  • 468
  • 3
  • 12
7
votes
1 answer

Etsy oauth authentication c# RestSharp

I'm trying to do the sample Authorized Request (or anything with Etsy's api that requires authentication) given in their documentation. The response I get is "oauth_problem=token_rejected". I used this SO answer along with the OAuth base that…
MikeT
  • 2,530
  • 25
  • 36
5
votes
2 answers

How to use Etsy's updateInventory() call to update Stock/Price for a listing

It is not at all clear to me how to update the price/stock for a listing once it has been created initally using listing->createListing(). To update the stock/price, Etsy's documentation says to call listing->updateInventory(). However, this call…
err1
  • 499
  • 9
  • 22
5
votes
4 answers

Way to get item details + images in Etsy API?

I'm not sure if this is the place to ask, but the Etsy developer support is stupidly slow to reply (been waiting 4 days, and that was just to see if I could go ahead with the project - as I didn't want to break their TOS). Anyway, that aside... I…
Andrew Newby
  • 4,941
  • 6
  • 40
  • 81
4
votes
1 answer

Etsy: After requesting an authorisation code, I cannot log in to grant access, to gain an access token

I have tried to tell the entire story in one screenshot, so feel free to look at it first before reading on. You may notice the problem before I even tell you what it is. (This is live production code, but all sensitive information is redacted in…
4
votes
2 answers

Etsy PHP API - Delivery Options

Using the Etsy Listing API, i have listings returned that match a keyword and I can paginate through them no problems. However, I want to find only listings that deliver to the UK. I have tried to use the region URL parameter, but i still get items…
Andrew Hall
  • 3,058
  • 21
  • 30
3
votes
0 answers

Uploading an image using the Python Etsy API

I am trying to upload an image to Etsy through the API. However, the example on their website is given in PHP which I don't know how to code. I only know how to work with Python. On their website it says: Image uploads can be performed using a POST…
ben olsen
  • 663
  • 1
  • 14
  • 27
3
votes
2 answers

Performing requests to ETSY store allowing access automatically PHP OAUTH

I am using a library to connect to my ETSY store and pull data from receipts to bring them into my personal website (database). After making the request using OAuth, I get to the ETSY site to "Allow…
user2509541
  • 268
  • 4
  • 14
3
votes
1 answer

How can i get list of orders that are placed with in supplied time frame

I wanted to get list of orders that were placed/updated between given time. I have went through the documentation but did not find any way to get list based on time, instead i can see orders has an parameter 'order_id' and 'user_id' i dont have…
Chirag B
  • 2,106
  • 2
  • 20
  • 35
3
votes
2 answers

Creating new list on Etsy

I am trying to create a new listing on Etsy. I used oauth to authenticate and got OAUTH_CONSUMER_KEY and OAUTH_CONSUMER_SECRET I check it with this code and I got return og all the seller data, so everything is ok with the OAuth. $oauth = new…
Yan
  • 1,424
  • 4
  • 21
  • 44
2
votes
2 answers

Etsy Authentication changes

I am working on Etsy Authentication. I have created an app and tried to test the Authentication via Postman in the same above process but I was not able to Authenticate I was getting an error Error And I was unable to Edit the App and also there is…
2
votes
1 answer

Etsy Api v3 __SELF__

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…
Erhan Rden
  • 231
  • 1
  • 3
  • 7
1
2 3
9 10