object WholesaleShippingDetails
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
account_number | String | Account number. |
scac | String | SCAC code for the shipping details. |
carrier | String | Shipping carrier. |
shipping_method | String | Shipping method. |
bill_of_lading | String | Bill of lading number. |
cost | Decimal | Shipping cost. |
trailer_number | String | Trailer number. |
pro_number | String | Carrier PRO number used for freight tracking. |
gs1_company_prefix | String | Company prefix for GS1 labels. |
courier | String | Name of the courier. |
Referenced By
- WholesaleOrder Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"account_number": "2",
"scac": "STANDARD",
"carrier": "ups",
"shipping_method": "ups_ground",
"bill_of_lading": "BOL-100045",
"cost": 19.99,
"trailer_number": "TRL-1001",
"pro_number": "PRO1234567",
"gs1_company_prefix": "Acme Corp",
"courier": "UPS Freight"
}