H-E-B Standard UCC-128 Label Requirements

For more general information about Orderful's shipping label product, see Generate a UCC-128 (GS1-128) Label.

In addition to the type property with value HEB_STANDARD, the following properties can be included in your label payload:

PropertyRequiredMax Length
shipFrom.nameYes30
shipFrom.address1Yes30
shipFrom.cityYes15
shipFrom.stateYes2
shipFrom.zipYes5
shipTo.nameYes30
shipTo.address1Yes30
shipTo.cityYes15
shipTo.stateYes2
shipTo.zipYes5
carrier.nameYes40
shipment.sscc-18Yes26
shipment.proNumberNo40
shipment.billOfLadingNumberYes40
pallet.numberYes5
carrier.nameYes10
purchaseOrder.numberYes10
item.numberNo30
item.descriptionYes30
item.gtinYes5
item.productDateYes10

Example Payload

{
    "type": "HEB_STANDARD",
    "shipFrom": {
        "name": "Supplier Name",
        "address1": "123 Example St",
        "city": "Linden",
        "state": "NJ",
        "zip": "07036"
    },
    "shipTo": {
        "name": "H-E-B",
        "address1": "4750 Wendeland Rd",
        "city": "Temple",
        "state": "TX",
        "zip": "76504"
    },
    "shipment": {
        "sscc-18": "(00)00052177513895717",
        "billOfLadingNumber": "1234567890",
        "proNumber": "1234567890"
    },
    "pallet" : {
        "number": 10
    },
    "carrier":{
        "name": "Carrier Name"
    }, 
    "purchaseOrder": {
        "number": "12345"
    },
    "item": {
        "number": "10",
        "description": "Item description",
        "gtin": "92834",
        "productDate": "07/07/2023"
    }
}

ZPL Response

Orderful will return a HTTP 201 Created along with the ZPL-format text to send to your label printer:

^XA
^CF0,30
^FO0,0^GB406,250,2^FS
^FO20,15^FDFROM:^FS

[...]

^XZ

H-E-B (Standard) Shipping Label Example