mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-07 20:57:47 +00:00
12 lines
4.9 KiB
Markdown
12 lines
4.9 KiB
Markdown
# ManifestCreateRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `carrier_account` | *str* | :heavy_check_mark: | ID of carrier account | adcfdddf8ec64b84ad22772bce3ea37a |
|
|
| `shipment_date` | *str* | :heavy_check_mark: | All shipments to be submitted on this day will be closed out. <br/>Must be in the format `2014-01-18T00:35:03.463Z` (ISO 8601 date). | 2014-05-16T23:59:59Z |
|
|
| `address_from` | [Union[components.AddressCreateRequest, str]](../../models/components/manifestcreaterequestaddressfrom.md) | :heavy_check_mark: | N/A | |
|
|
| `transactions` | List[*str*] | :heavy_minus_sign: | IDs transactions to use. If you set this to null or not send this parameter, <br/>Shippo will automatically assign all applicable transactions. | [<br/>"adcfdddf8ec64b84ad22772bce3ea37a"<br/>] |
|
|
| `async_` | *Optional[bool]* | :heavy_minus_sign: | N/A | | |