Burlington Coat Factory 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 BURLINGTON_COAT_FACTORY, the following properties can be included in your label payload:

PropertyRequiredMax Length
shipFrom.nameYes30
shipFrom.address1Yes30
shipFrom.address2No30
shipFrom.stateYes2
shipFrom.cityYes15
shipFrom.zipYes5
shipTo.nameYes30
shipTo.address1Yes30
shipTo.address2No30
shipTo.stateYes2
shipTo.cityYes15
shipTo.zipYes5
carrier.nameYes30
carton.numberYes5
item.colorYes12
item.sizeYes12
item.styleYes12
purchaseOrder.numberYes30
shipment.sscc-18Yes26
store.numberYes3

Example Payload

{
    "type": "BURLINGTON_COAT_FACTORY",
    "shipFrom": {
        "name": "Supplier Name",
        "address1": "123 Example St",
        "address2": "Chocolate Warehouse",
        "state": "SC",
        "city": "Supplier City",
        "zip": "00123"
    },
    "shipTo": {
        "name": "Burlington Coat Factory",
        "address1": "1830 Route 130 N",
        "address2": "-",
        "state": "NJ",
        "city": "Burlington",
        "zip": "08075"
    },
    "carrier": {
        "name": "CARRIER"
    },
    "carton": {
        "number": 5
    },
    "item": {
        "color": "Green",
        "size": "45",
        "style": "Large"
    },
    "purchaseOrder": {
        "number": "3000312345"
    },
    "shipment": {
        "sscc-18": "(00)0123456789098756"
    },
    "store": {
        "number": "053"
    }
}

ZPL Response

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

^XA
^CF0,25
^FO0,0^GB406,200,2^FS

[...]

^FO0,839^GB812,379,2^FS
^FO20,854^FDSSCC:^FS
^FO80,909^BCN,251,Y,Y^FD(00)0123456789098756^FS
^XZ

Burlington Coat Factory's Shipping Label Example