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
0
votes
1 answer

What Params need to be sent in with API request?

Hi am having some trouble sending my authenticated API request. I am trying to access the Etsy API. The access token has been obtained from a previous step. access_token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" #obfuscated intentionally access_secret =…
0
votes
1 answer

Etsy Image add returning 500 error - metadata doesn't look like a _FILES array

I am trying to add an images to an existing Etsy listing. Should be simple right? But I'm following the API code here: https://www.etsy.com/developers/documentation/reference/listingimage And am getting an internal server 500 error response: ""The…
user3314053
  • 239
  • 1
  • 3
  • 11
0
votes
1 answer

Errors with Angular $http GET and jsonp

Having a lot of difficulty connecting to Etsy API with both http an jsonp. URL works fine in the browser: https://openapi.etsy.com/v2/shops/GreatLakesModern/listings/active?api_key=5a61qc30hrvrqcperugollh5&fields=title&callback=JSON_CALLBACK But…
James
  • 117
  • 1
  • 1
  • 10
0
votes
0 answers

Can't receive request token from Etsy using PHP and OAuth

This is my first time posting here, so forgive me if I leave out something important. Anyway, I'm trying to connect to Etsy's API using PHP and OAuth. I've been following the guide here:…
0
votes
1 answer

Using RestSharp to upload an image via Etsy API

I'm trying to add an image along with a new listing to my Etsy account through a web application that I'm developing. Currently, I am using: RestRequest request = new RestRequest("listings", Method.POST); request.AddFile("image",…
Patrick
  • 3
  • 3
0
votes
2 answers

What's the best way to iterate through this structure in Rails?

I'm new to rails and having trouble figuring out how to iterate through this data. This is the output from a gem that integrates the etsy API. It looks like an array of sets of hashes, maybe? output=[#
0
votes
2 answers

Android Application Development AndroidStaggeredGrid Library, can not see the images in StaggeredGrid view format

I am developing an android application, where I suppose to show all the gallery images in a fragment. I have got the fragment working with all gallery images in it as thumbnails. Then I wanted to show all images in Mosaic Format but could not find…
0
votes
3 answers

Use Etsy's StaggeredGridView in Eclipse

I wanted to use Etsy's StaggeredGridView in a project of mine on Eclipse. Their gitHub page doesn't provide instructions to import/setup their project in Eclipse. If anyone has successfully done this and can share the steps, it would help a lot!…
user1536435
  • 129
  • 8
0
votes
1 answer

Installing Composer for PHP

I need to install PHPoAuthLib in my website. Instructions says: "This library can be found on Packagist. The recommended way to install this is through composer." However, I don't have Composer installed, and I am having a hard time to…
samyb8
  • 2,560
  • 10
  • 40
  • 68
0
votes
3 answers

Etsy API key Location

I don't know if I'm really confused or missing something but I can't find my Etsy API key anywhere. I have created a new application but all it comes up with is KEYSTRING and Share secret. I have tried to used the KEYSTRING value in…
Matt Pickard
  • 1
  • 1
  • 2
0
votes
1 answer

Parsing Multiple json elements in python

I'm trying to build a small script that will go through the Etsy API and retrieve certain information. The API returns 25 different listing all in json and I would appreciate it if someone could help me learn how to handle one at a time. Here is an…
Heisenberg
  • 37
  • 2
  • 12
0
votes
2 answers

Android 3rd Party Paging Control like the one in Etsy iPhone?

I am working on an Android app. Our designer has the idea that we need a paging control looks like Etsy iPhone. (See the image below) Basically you can swipe on the grey title bar or the content to switch screen. Is there any existing 3rd party…
Xi 张熹
  • 10,492
  • 18
  • 58
  • 86
-1
votes
1 answer

Etsy API Integration with custom ERP

I'm trying to use the Etsy API to get orders and product data into my web app. The application is in C#. My problem is that Etsy will not approve my API app because their terms state the following. we do not allow 3rd party apps to ask shop owners…
Emmanouel
  • 59
  • 4
-1
votes
1 answer

Etsy OAuth Authentication (C#)

I am working on a school project that requires the ability to send API requests to Etsy. I have been trying for a whole week to figure out how to send an API request that requires an OAuth but to no avail. If someone could help me create an API…
-1
votes
1 answer

etsy-api-oauth1 PUT Requests return invalid signature when made from python, but not from Postman

I've been troubleshooting an issue when sending a PUT Request to the ETSY REST API, when I make a PUT request, I get a signature invalid error. I have tried all the solutions found on google, but none seem to work. Sending the same request through…
1 2 3
9
10