A ShippingOption represents a service level and carrier for shipments.
Properties
| Name | Type | Description |
|---|---|---|
| Name | string | The name of the shipping option. |
| DisplayName | string | The account-specific display name for the shipping option. |
| Code | string | The system code for the shipping option. |
| Carrier | string | The shipping option's carrier name, if applicable. |
| DeliveryTime | string | A brief description of the typical delivery parameters for the shipping option. |
| ServiceArea | string | The service area for the shipping option. |
| MaxWeight | string | The maximum weight the shipping option allows for shipments. |
| MarkupType | string | The type of markup added to the standard rate for the shipping option. Values are None, Fixed, and Percentage. |
| MarkupAmount | string | The amount of markup added to the standard rate for the shipping option. |
