etsy_get_shop
Fetch the full shop record for an Etsy shop by providing the shop ID. Returns details like name, currency, active listings count, and number of favorers.
Instructions
Fetch the shop record for a single shop.
Args: shop_id: Etsy ShopID (integer).
Returns:
JSON envelope. data is the shop record (with name, currency_code,
listing_active_count, num_favorers, etc.), or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |