etsy_get_order
Fetch complete order details including all transactions by providing a receipt ID and optional shop ID.
Instructions
Fetch full receipt (order) detail including transactions.
Args: receipt_id: Etsy ReceiptID (integer). shop_id: Etsy ShopID. Falls back to ETSY_DEFAULT_SHOP_ID if omitted.
Returns:
JSON envelope. data is the receipt record, or null if missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | ||
| shop_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |