Bass Pro Shops UCC-128 Label Requirements

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

DetailContext
Logistical Unit LevelCarton
Pack methodSingle SKU
UCC-128 CompatibleYes

In addition to the type property with value BASS_PRO_CARTON, 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.nameYes30
carrier.codeYes30
shipment.sscc-18Yes20
shipment.proNumberYes30
shipment.locationNumberYes10
purchaseOrder.numberYes8
item.upcNumberYes30
carton.numberYes5
carton.maxNo5

Example Payload

{
    "type": "BASS_PRO_CARTON",
    "shipFrom": {
        "name": "Good Time Supplier",
        "address1": "1155 Battery St",
        "city": "San Francisco",
        "state": "CA",
        "zip": "94111"
    },
    "shipTo": {
        "name": "Bass Pro Distribution #123",
        "address1": "Bldg 123, 829 San Antonio Dr",
        "city": "Albuquerque",
        "state": "NM",
        "zip": "90210"
    },
    "carrier": {
        "name": "CARRIER",
        "code": "123"
    },
    "shipment": {
        "sscc-18": "(00)0005217751389571",
        "proNumber": "853930",
        "locationNumber": "10401"
    },
    "purchaseOrder": {
        "number": "12345"
    },
    "item": {
        "upcNumber": "012345678905"
    },
    "carton": {
        "number": 1,
        "max": 10
    }
}

ZPL Response

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

^XA
^CF,15

^FO0,0^GB320,150,2^FS
^FO20,20^FDFROM:^FS
^FO20,50^FDGood Time Supplier^FS

[...]
 
^FO0,820^GB812,398,2^FS
^FO20,840^CF0,25^FDSSCC:^FS
^FO100,890^BCN,210,,,,^FD(00) 0 00521775138957172^FS
^XZ

Bass Pro Shops' Shipping Label Example