Costco UCC-128 Label Requirements
This page details the label requirements for Costco. For more general information about Orderful's shipping label product, see Generate a UCC-128 (GS1-128) Label.
Detail | Context |
---|---|
Logistical Unit Level | Pallet |
Pack method | Single |
UCC-128 Compatible | Yes |
In addition to the type
property with value COSTCO
, the following properties can be included in your label payload:
Property | Required | Max Length |
---|---|---|
ShipFromName | true | 30 |
ShipFromAddress1 | true | 30 |
ShipFromCity | true | 15 |
ShipFromState | true | 2 |
ShipFromZip | true | 5 |
ShipToName | true | 30 |
ShipToAddress1 | true | 30 |
ShipToCity | true | 15 |
ShipToState | true | 2 |
ShipToZip | true | 5 |
CarrierName | true | 30 |
BillOfLadingNumber | true | 30 |
ProNumber | true | 30 |
OrderNumber | true | 30 |
PalletQuantityTotal | true | 5 |
PalletUnits | true | 5 |
PalletQuantity | true | 5 |
ItemNumber | true | 20 |
DepartmentNumber | true | 6 |
ItemDescription | true | 50 |
ExpirationDate | true | 10 |
LotNumber | true | 9 |
ItemCountryOfOrigin | true | 20 |
PalletWeight | true | 10 |
PalletCubicDimensions | true | 10 |
StoreNumber | true | 6 |
ShipmentBarcode | true | 26 |
ZPL Response
Orderful will return a HTTP 201 Created
along with the ZPL-format text to send to your label printer:
^XA
^CFm,15
^FO0,0^GB406,130,2^FS
^FO20,15^FDSHIP FROM:^FS
^FO20,45^FDJohn Doe^FS
^FO20,70^FD123 Maple Street^FS
^FO20,95^FDAnytown, CA, 90210^FS
^FO406,0^GB406,130,2^FS
^FO420,15^FDSHIP TO:^FS
^FO420,45^FDCostco Warehouse^FS
^FO420,70^FD178 Conservation Way^FS
^FO420,95^FDSunderland, VT, 05250^FS
^FO0,130^GB506,100,2^FS
^FO10,140^FDITEM#/SKU^FS
^FO10,180^CFm,25^FDABC123^FS ...
Costco's Shipping Label Example
Updated 3 months ago