Flock Freight Accessorial Codes
Flock Freight does not publish accessorial codes. Additional services are set as fields on the request instead.
No match in Flock Freight's codes. Search every carrier →
Services set as request fields
Flock Freight expresses these as fields on the request rather than as codes. The service is supported; there is simply no code to send.
stops[].liftgateRequired
boolean
Liftgate Delivery
Set per stop.
stops[].insideStop
boolean
Inside Delivery
Set per stop.
additionalServices.blindShipmentCoordinationRequired
boolean
Blind Shipment
additionalServices.insuredAmountUsd
amount
Excess Liability Coverage
USD amount rather than a flag.
stops[].hasPalletJackAndForklift
boolean
Pallet Jack
Set per stop.
additionalServices.loadBarCount
count
Load Bar
Integer 0-99 rather than a flag.
additionalServices.strapCount
count
Straps
Integer 0-99 rather than a flag.
How codes are sent
Accessorials are typed booleans, counts and amounts rather than codes. Load bars and straps take a quantity from 0 to 99, and insurance takes a USD amount.
Same lookup at another carrier
Common questions
How are accessorial codes sent to Flock Freight?
Accessorials are typed booleans, counts and amounts rather than codes. Load bars and straps take a quantity from 0 to 99, and insurance takes a USD amount.
Does Flock Freight have accessorial codes?
No. Flock Freight expresses additional services as fields on the request rather than as codes — for example Liftgate Delivery is set through stops[].liftgateRequired. The service is supported; there is simply no code to send.
Is the Flock Freight accessorial code list free to use?
Yes. The lookup is free with no signup, and the same data is available from the /api/accessorials REST endpoint on every plan including the free tier.
Need this programmatically? /api/accessorials/carrier/flockfreight returns the same data as JSON on every plan.