mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-11 04:21:34 +00:00
11 lines
1.3 KiB
Markdown
11 lines
1.3 KiB
Markdown
# ListShipmentRatesRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
|
|
| `shipment_id` | *str* | :heavy_check_mark: | Object ID of the shipment to update |
|
|
| `page` | *Optional[int]* | :heavy_minus_sign: | The page number you want to select |
|
|
| `results` | *Optional[int]* | :heavy_minus_sign: | The number of results to return per page (max 100) |
|
|
| `shippo_api_version` | *Optional[str]* | :heavy_minus_sign: | String used to pick a non-default API version to use | |