curl --request POST \
--url 'https://edi.stateset.com/v1/edi/outbound/204/{partner_id}' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"bol_number": "string",
"carrier_scac": "string",
"orders": [
{
"po_number": "ORD-10042",
"quantity": "string",
"weight": "string"
}
],
"payment_method": "card",
"pickup_date": "2026-08-31",
"ship_from": {
"address_lines": [
"548 Market St"
],
"city": "San Francisco",
"country": "US",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id_qualifier": "string",
"name": "Two-Person Tent",
"postal_code": "94107",
"role": "string",
"state": "CA"
},
"ship_to": {
"address_lines": [
"548 Market St"
],
"city": "San Francisco",
"country": "US",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id_qualifier": "string",
"name": "Two-Person Tent",
"postal_code": "94107",
"role": "string",
"state": "CA"
},
"shipment_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"weight": "string",
"weight_uom": "string"
}'
204
Wire-ready X12 204 load tender
POST
/
v1
/
edi
/
outbound
/
204
/
{partner_id}
curl --request POST \
--url 'https://edi.stateset.com/v1/edi/outbound/204/{partner_id}' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"bol_number": "string",
"carrier_scac": "string",
"orders": [
{
"po_number": "ORD-10042",
"quantity": "string",
"weight": "string"
}
],
"payment_method": "card",
"pickup_date": "2026-08-31",
"ship_from": {
"address_lines": [
"548 Market St"
],
"city": "San Francisco",
"country": "US",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id_qualifier": "string",
"name": "Two-Person Tent",
"postal_code": "94107",
"role": "string",
"state": "CA"
},
"ship_to": {
"address_lines": [
"548 Market St"
],
"city": "San Francisco",
"country": "US",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id_qualifier": "string",
"name": "Two-Person Tent",
"postal_code": "94107",
"role": "string",
"state": "CA"
},
"shipment_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"weight": "string",
"weight_uom": "string"
}'
Path parameters
string
required
Partner ID
Request body
Tender204
string
L11*BM — bill of lading number.
string
required
B202 — Standard Carrier Alpha Code of the tendered carrier.
TenderOrder[]
required
string
B206 — method of payment:
PP prepaid (default), CC collect.string (date)
G62*69 — requested pickup date.
object
object
string
required
B204 — shipment identification (the carrier echoes it in the 990/214).
string
AT803 — total shipment weight.
string
AT802 — weight unit (default
L pounds).Response
No response body. Wire-ready X12 204 load tender.Status codes
| Code | Meaning |
|---|---|
200 | Wire-ready X12 204 load tender |
403 | Not this credential’s partner |
422 | Invalid payload or delimiter collision |
curl --request POST \
--url 'https://edi.stateset.com/v1/edi/outbound/204/{partner_id}' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"bol_number": "string",
"carrier_scac": "string",
"orders": [
{
"po_number": "ORD-10042",
"quantity": "string",
"weight": "string"
}
],
"payment_method": "card",
"pickup_date": "2026-08-31",
"ship_from": {
"address_lines": [
"548 Market St"
],
"city": "San Francisco",
"country": "US",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id_qualifier": "string",
"name": "Two-Person Tent",
"postal_code": "94107",
"role": "string",
"state": "CA"
},
"ship_to": {
"address_lines": [
"548 Market St"
],
"city": "San Francisco",
"country": "US",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id_qualifier": "string",
"name": "Two-Person Tent",
"postal_code": "94107",
"role": "string",
"state": "CA"
},
"shipment_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"weight": "string",
"weight_uom": "string"
}'
Last modified on August 31, 2026