georgicodes / etsy-js

etsy-js is an asynchronous nodeJS wrapper for the etsy v2 api.
https://www.npmjs.org/package/etsy-js
35 stars 25 forks source link

How can I get the variations for a listing ? #9

Open mandeepm91 opened 8 years ago

mandeepm91 commented 8 years ago

As per Etsy API docs, the url to be used is /listings/:listing_id/variations. Using this API, I am not able to find a way to fetch the variations. Would really appreciate a documentation for the same.