estimateShipGroup
Tracks shipping groups associated with estimates, used for managing multiple shipping locations or methods in a single deal.
Columns
| Name | Type | References | Description |
| destinationaddress | String | The address where the items are being shipped to, typically used for delivery or fulfillment purposes. | |
| doc | String | A document associated with the record, often used to track related paperwork, orders, or shipping instructions. | |
| handlingrate | Decimal | The rate applied for handling the items, typically used to cover additional logistical or processing costs. | |
| shippingmethod | String | The method of shipping used for the order, such as 'Standard', 'Express', or 'Overnight', typically selected based on customer preference or urgency. | |
| shippingrate | Decimal | The rate charged for shipping, typically calculated based on factors like weight, distance, or delivery speed. | |
| sourceaddress | String | The address from which the items are being shipped, typically used to track the origin of goods or materials. | |
| uniquekey | Integer | The unique identifier key for the record, used to track and reference it within the system for data management and integrity. |