Sending Options will include carrier and its account details, sender details, and parcel details.
| Name | Type | Description | Notes |
|---|---|---|---|
| carrier | CarrierEnum | Name of the carrier. E.g., FedEx. | [optional] |
| service | String | Name of the carrier-based service. E.g., 2DA. | [optional] |
| carrierAccounts | SendingOptionsCarrierAccounts | [optional] | |
| labelSize | LabelSizeEnum | Size of the label, e.g., DOC_4X6. | [optional] |
| labelType | String | Type of the Label, e.g., Shipping_Label. | [optional] |
| labelFormat | String | Format of the Label, e.g., PDF. | [optional] |
| fromAddress | FromAddressV2 | [optional] | |
| parcel | ParcelV2 | [optional] |
| Name | Value |
|---|---|
| FED_EX | "FedEx" |
| USPS | "USPS" |
| Name | Value |
|---|---|
| DOC_4_X6 | "DOC_4X6" |