Get one Etsy listing by id
get_etsy_listingGet one Etsy listing by id, full detail — the only endpoint where Etsy's API populates views (search and shop-listings results always have views: null, since Etsy doesn't carry that field there). Errors honestly until this engine is fully live upstream: currently returns not_found (route not yet redeployed on the production commerce-api), then credentials_required once deployed without ETSY_KEYSTRING/ETSY_SHARED_SECRET provisioned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | IETF language tag, e.g. de, en, es, fr. | |
| listing_id | Yes | Etsy listing id, e.g. 1234567890. Required. |