object WholesaleShippingDetails
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
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 | PRO number |
gs1_company_prefix | String | Company prefix for GS1 labels |
courier | String | Name of the courier |
Referenced By
- WholesaleOrder Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_number": "abc123",
"scac": "abc123",
"carrier": "abc123",
"shipping_method": "abc123",
"bill_of_lading": "abc123",
"cost": "abc123",
"trailer_number": "abc123",
"pro_number": "abc123",
"gs1_company_prefix": "abc123",
"courier": "abc123"
}