Search code examples
c#etsy

Etsy V3 API Get Listing by SKU


I am trying to build a C# library for the Etsy API. I only see Etsy 2.0 and 1.0 APIs available on nuGet.

  1. How do I find a listing, based on SKU? I find no endpoint: https://developers.etsy.com/documentation/reference#operation/getListing

  2. If no endpoint exists, do I need to pull all the listings, enumerate and match the SKU?


Solution

  • There is no endpoint available (currently) which allows you to get a listing using its SKU, only using the internal Etsy ListId.

    I'd recommend that you raise an issue on Etsy's API Github repo to request it as a new feature and who knows, they may build an endpoint for it.

    https://github.com/etsy/open-api/issues