orders_list
List orders within a specified time window to retrieve order IDs, product IDs, purchase states, quantities, and offer phase details.
Instructions
List orders within a time window. Returns OrderId, productId, purchase state, quantity, offerPhaseDetails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | ||
| orderIds | No | ||
| pageToken | No | ||
| startTime | No | ||
| maxResults | No | ||
| packageName | Yes | Android application package name, e.g. com.example.app |