ShippingMethod
Represents shipping methods used to define delivery options, including estimated transit time and entity assignments.
Columns
| Name | Type | ReadOnly | Description |
| daysInTransit | Int | False |
The estimated number of days in transit for this shipping method. |
| entity_Href | String | True |
The URL of the entity associated with this shipping method. |
| entity_Id | String | True |
The Id of the entity associated with this shipping method. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this shipping method. |
| entity_Name | String | True |
The name of the entity associated with this shipping method. |
| href | String | True |
The URL of the shipping method resource. |
| id | String | False |
The unique identifier of the shipping method record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the shipping method record. |
| status | String | False |
The current status of the shipping method, such as active or inactive. |