ShipGroup
Stores shipping group data, grouping line items with shared shipping preferences or addresses in transactions.
Columns
| Name | Type | References | Description |
| destinationaddress | String | The shipping destination address where the items in this shipping group will be delivered. | |
| doc | String | The internal reference or identifier for the associated transaction or document. | |
| handlingrate | Decimal | The handling fee charged for this shipping group, typically covering packaging and processing costs. | |
| shippingmethod | String | The shipping method or carrier used to ship the items in this group (for example, UPS Ground or FedEx Overnight). | |
| shippingrate | Decimal | The shipping cost applied to this shipping group based on the selected method and weight/destination. | |
| sourceaddress | String | The origin address from which the items in this shipping group will be shipped. | |
| uniquekey | Integer | A unique identifier for this specific shipping group record, used for reference and tracking. |