get_shop_receipts
Retrieve and filter shop orders/receipts by creation date, payment status, or shipment status to manage Etsy sales data.
Instructions
List orders/receipts for a shop with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop_id | Yes | The shop ID | |
| min_created | No | Minimum creation timestamp (epoch seconds) | |
| max_created | No | Maximum creation timestamp (epoch seconds) | |
| was_paid | No | Filter by payment status | |
| was_shipped | No | Filter by shipment status | |
| limit | No | Results per page | |
| offset | No | Offset for pagination |