| Field Name | Data Type | Description | Nested Fields |
|---|---|---|---|
| _id | string | Unique identifier for each document within the collection. | 0 |
| carrier_id | string | Unique identifier for carrier | 0 |
| carrier_name | string | Name of carrier | 0 |
| carrier_type | string | Field for carrier type | 0 |
| contact_info | object | Object containing contact info details | 2 |
| contact_info.phone | string | Phone number for phone | 0 |
| contact_info.email | string | Email address for email | 0 |
| tracking_url_template | string | Field for tracking url template | 0 |
| is_active | boolean | Field for is active | 0 |
| created_at | date | Timestamp when the record was created | 0 |
| updated_at | date | Timestamp when the record was updated | 0 |
| is_deleted | boolean | Field for is deleted | 0 |
| carrier_options | object | Object containing carrier options details | 4 |
| carrier_options.overnight | object | Object containing overnight details | 2 |
| carrier_options.overnight.available | boolean | Field for available | 0 |
| carrier_options.overnight.cost_multiplier | float | Field for cost multiplier | 0 |
| carrier_options.express | object | Object containing express details | 2 |
| carrier_options.express.available | boolean | Field for available | 0 |
| carrier_options.express.cost_multiplier | float | Field for cost multiplier | 0 |
| carrier_options.standard | object | Object containing standard details | 2 |
| carrier_options.overnight.available | boolean | Field for available | 0 |
| carrier_options.standard.cost_multiplier | float | Field for cost multiplier | 0 |
| carrier_options.ground | object | Object containing ground details | 2 |
| carrier_options.ground.available | boolean | Field for available | 0 |
| carrier_options.ground.cost_multiplier | float | Field for cost multiplier | 0 |
Example
Example