orderState is pending or running, poll until it reaches a terminal state.
Poll for results
- API
- CLI
- Dashboard
running state indefinitely.Order states
| State | Meaning | Terminal? |
|---|---|---|
pending | Order created, execution not yet started | No |
running | ZAM is calling the seller’s endpoint | No |
completed | Seller’s endpoint returned successfully | Yes |
failed | Seller’s endpoint returned an error or timed out | Yes |
List all orders
- API
- CLI
- Dashboard