etsy_get_listing
Retrieve the full record of a single Etsy listing by its ID. Returns listing data in JSON format, or null if not found.
Instructions
Fetch the full record for a single listing.
Args: listing_id: Etsy ListingID (integer).
Returns:
JSON envelope. data is the listing record, or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |