list_addresses
Lists addresses from your address book with filters for category, name, phone, and verification status. Retrieve shipping addresses for your operations.
Instructions
查询地址簿中的地址列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address_category | No | 地址类型:ship_from / ship_to | |
| name | No | 收件人姓名(first name 或 last name) | |
| phone | No | 电话号码 | |
| address_type | No | 地址类型:residential / commercial | |
| verified | No | 是否已验证 | |
| page | No | 页码 | |
| page_size | No | 每页数量 | |
| sort_field | No | 排序字段 | created_at |
| order_by_direction | No | 排序方向:asc / desc | desc |