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/

111 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
  • 8,769
  • 13
  • 53
  • 74
10
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,696
  • 3
  • 34
  • 72
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
  • 258
  • 2
  • 13
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…
Michael Tranchida
  • 2,054
  • 18
  • 25
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
  • 419
  • 6
  • 16
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,197
  • 2
  • 29
  • 59
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
  • 2,992
  • 18
  • 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
  • 613
  • 1
  • 12
  • 22
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
  • 258
  • 2
  • 13
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,354
  • 3
  • 20
  • 43
2
votes
0 answers

ETSY API OAuth Issue

I have response correct first time going to Etsy page and allow access but after getting response with http://192.168.0.107/SAHL/ETSY/etsy.php?oauth_token=d751a108d6b1eb7a278ece3537a4a6&oauth_verifier=2420edbf this URL then reload getting below…
BhAvik Gajjar
  • 399
  • 1
  • 15
2
votes
0 answers

Oauth 1.0 compatiability with Amazon Oauth 2.0

I'm currently working with PhpoAuthLib Library Here and i'm working with trying to integrate it into an Alexa skill for the Amazon echo. I have pretty much got the entire workflow and I am stumped on the last step as Amazon's error reporting is…
Lewis Thomas
  • 119
  • 10
2
votes
1 answer

Etsy API won't return store's listings

Working on my first API call for a WordPress widget I am confused why the request is returning nothing when I try to target a store. When I read the documentation I saw findAllShops and tried: $apikey = 'xxxxxxxxxx'; $apishop = 'FooBar'; $apiurl =…
DᴀʀᴛʜVᴀᴅᴇʀ
  • 4,253
  • 12
  • 46
  • 84
2
votes
0 answers

Implement a custom StaggereGrid in UIView like Etsy app in SWIFT

I want to implement a StaggeredGrid like Etsy app, but i have no idea about it. Can you give me any advices to do that? this is an screenshot of what i need to do:
Patonz
  • 754
  • 1
  • 5
  • 17
2
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
  • 1,988
  • 2
  • 16
  • 35
1
2 3 4 5 6 7 8