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
1
vote
0 answers

phpoauthLib Etsy login getAbsoluteUri() on a non-object

I've been trying to set up OAuth for Etsy to use in a project but having trouble even getting the login page to load using PhpoAuthLib. Highly likely my low level of knowledge regarding the use of Oauth. Currently this is my login page which is…
Lewis Thomas
  • 129
  • 11
1
vote
1 answer

In python what is a response object returned from a website?

I'm trying to use the etsy API and I was finally able to get it running from the source. I gave it my key, and it returned the following when printed out. However I have no idea what to do with it. The…
RknRobin
  • 391
  • 2
  • 6
  • 21
1
vote
1 answer

Etsy API Pagination with PHP

So, I'm fairly new to working with APIs, and am just trying to play around with using the Etsy API to display a certain set of listings. By default, the API returns a set of 25 results, and can do a max of 100 at a time. I'd like to show more than…
1
vote
3 answers

Etsy API: Can I get a number of active listings by shop id without paginating through all listing items

I want to know the total number of active listings by shop id. Is there any such API available ? I could find the API which returns paginated results for all the listings in a shop. '/shops/:shop_id/listings/active' I cannot give a limit of over…
Mandeep Singh
  • 7,674
  • 19
  • 62
  • 104
1
vote
1 answer

Create Listing in Etsy using PHP api not working

I'm creating a listing into Etsy using php oAuth.I'm sending following params to api call "quantity,title,description,price,who_made,when_made,is_supply". I'm following the document as reference here This is the process flow Authenticating with…
Gowri
  • 1,832
  • 3
  • 29
  • 53
1
vote
0 answers

Sharing a page in Etsy will have the same currency

It seems no matter what I try, the currency of the Etsy shop/item is determined by the page after accessing it. So I can't share a page with a currency set by me and let the other person see that same currency. I don't know if it is saved by a…
Nick Ginanto
  • 31,090
  • 47
  • 134
  • 244
1
vote
2 answers

etsy API with coldfusion

trying to request_login with ETSY api but nothing seems working…
Rikhi Sahu
  • 655
  • 1
  • 7
  • 19
1
vote
0 answers

How to properly set the column count/cell size of StaggeredGrid based on screen configuration

I'm using the AndroidStaggeredGrid by Etsy and want to support different screens by providing appropriate columns count and cell size. Each cell of the grid contains an ImageView and some text. Following the official documentation (screens support…
bachr
  • 5,780
  • 12
  • 57
  • 92
1
vote
1 answer

Android maven missing artifact errors

I have been at this for a day and half and need help figuring out why I still get missing artifact errors. Perhaps I'm missing something fundamental about the way maven works, but I assumed that you need to have the android deployer because the…
Alex McClary
  • 107
  • 1
  • 11
1
vote
0 answers

Alternatives to PECL OAuth to use on ETSY APIs

I am building an API that will import order's information from ETSY to a proprietary back office platform. However, while creating the OAuth connection, I got this error: "Fatal error: Class 'OAuth' not found in..." I did some research and…
samyb8
  • 2,560
  • 10
  • 40
  • 68
1
vote
1 answer

Access Etsy API oauth using c# RestSharp

I set up a developer acct under our shop, to access our sales receipts. I decided to use RestSharp to make my requests. I have proved it works for none Oauth required calls. I have successfully received my accessToken and accessTokenSecret. So i…
benSharper
  • 51
  • 1
  • 6
1
vote
1 answer

Replace an API call using $.ajax() and JSONP with a server-to-server API call

I have a javascript application calling an ajax function that looks like this $.ajax({ url: apiURL, dataType: 'jsonp', success: function(data) { if (data.ok) { //do things }}}); the ajax url im trying to access is through…
Gazow
  • 1,019
  • 2
  • 11
  • 16
0
votes
0 answers

When sending a Etsy api request in Python to Create a Draft Listing, it isn't seeing a parameter that is there. Possibly more? and this is the first?

So I've been working with the Etsy Api for some days now and it seems to be one problem after another. Their examples and their Authentication are not very clear to me and many others it seems. So i'm having problems with it. And getting any sort of…
Liamdaniel
  • 11
  • 3
0
votes
0 answers

How to change the Mini Etsy background color and text color?

I'm using blogger and decided to add etsy to it. I found an old interactable plugin to show the etsy shop and it worked perfectly. Here is the Reddit link for reference. The code snippet that displays Etsy store: