Fisher Scientific Non-EDI 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 FISHER_SCIENTIFIC_NON_EDI, 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
shipment.proNumberYes30
shipment.billOfLadingNumberYes30
shipment.finalDestinationYes6
item.expirationDateYes10
item.numberYes30
item.lotNumberYes30
item.temperatureControlYes30
item.upcNumberYes30
carrier.nameYes30
carton.numberYes5
distributionCenter.nameYes30
distributionCenter.numberYes10
purchaseOrder.numberYes30

Example Payload

{
    "type": "FISHER_SCIENTIFIC_NON_EDI",
    "shipFrom": {
        "name": "Supplier Name",
        "address1": "123 Example St",
        "state": "SC",
        "city": "Supplier City",
        "zip": "00123"
    },
    "shipTo": {
        "name": "Fisher Scientific",
        "address1": "123 Example St",
        "state": "SC",
        "city": "Fisher City",
        "zip": "23401"
    },
    "shipment": {
        "billOfLadingNumber": "0123456789",
        "finalDestination": "234012",
        "proNumber": "9876543210"
    },
    "item": {
        "expirationDate": "20240221",
        "number": "009988776655",
        "lotNumber": "019283",
        "temperatureControl": "30",
        "upcNumber": "009988776655"
    },
    "carrier": {
        "name": "Carrier Name"
    },
    "carton": {
        "number": 3
    },
    "distributionCenter": {
        "name": "DC Name",
        "number": "DC Number"
    },
    "purchaseOrder": {
        "number": "1029384756"
    }
}

ZPL Response

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

^XA
^CF0,20

^FO0,0^GB406,173,2^FS
^FO20,20^FDFROM:^FS
^FO20,50^FDSupplier Name^FS

[...]
 
^FO420,666^FDFisher DC Location Name:^FS
^FO420,696^FDDC Name^FS

^FO0,825^GB812,393,2^FS

^XZ

Fisher Scientific (Non-EDI) Shipping Label Example