object WholesaleShippingDetails

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

account_numberString

Account number.

scacString

SCAC code for the shipping details.

carrierString

Shipping carrier.

shipping_methodString

Shipping method.

bill_of_ladingString

Bill of lading number.

costDecimal

Shipping cost.

trailer_numberString

Trailer number.

pro_numberString

Carrier PRO number used for freight tracking.

gs1_company_prefixString

Company prefix for GS1 labels.

courierString

Name of the courier.

Referenced By

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"
}