| Tag | No | Filter by order tag name. Comma-separate multiple names (e.g. "urgent,vip") to match orders with any of those tags. | |
| TxnId | No | Unique Teapplix order ID. Use to fetch a single order. | |
| SeqEnd | No | TxnSequence <= this value (inclusive). | |
| Combine | No | Combined-order handling. Default: combine. | |
| Invoice | No | Marketplace order number / invoice number. | |
| QueueId | No | Queue ID. 0 = Normal queue. | |
| Shipped | No | 0 = unshipped/open orders only; 1 = shipped orders only. | |
| PageSize | No | Records per page (default 100, max 1000). Use PageSize=1000 to minimize round-trips when iterating all pages. | |
| SellerId | No | eBay username or Amazon merchant ID. | |
| SeqStart | No | TxnSequence >= this value (inclusive). Ideal for incremental polling. | |
| StoreKey | No | 3-letter cart prefix, or 2-letter country code for Amazon. | |
| StoreType | No | Marketplace type, e.g. ebay, amazon, walmart, shopify. | |
| PageNumber | No | Page number, 1-indexed. Response includes data.Pagination.TotalPages — iterate from PageNumber=1 up to TotalPages to retrieve all orders. Response orders are in data.Orders array. | |
| DetailLevel | No | Additional data: none, shipping, inventory, dropship, marketplace. Pipe-separate multiple values. | |
| ShipDateEnd | No | Ship date <= value (YYYY/MM/DD). Interpreted as Pacific timezone. | |
| WarehouseId | No | Filter by warehouse ID. | |
| PaymentStatus | No | Filter by payment status. | |
| ShipDateStart | No | Ship date >= value (YYYY/MM/DD). Shipped orders only. Interpreted as Pacific timezone. | |
| UpdateDateEnd | No | LastUpdateDate <= value (YYYY/MM/DD). Interpreted as Pacific timezone. | |
| PaymentDateEnd | No | Payment date <= value (YYYY/MM/DD). Interpreted as Pacific timezone. | |
| UpdateDateStart | No | LastUpdateDate >= value (YYYY/MM/DD). Interpreted as Pacific timezone. | |
| PaymentDateStart | No | Payment date >= value (YYYY/MM/DD). Interpreted as Pacific timezone. | |