Walmart UCC-128 Label Requirements
This page details the label requirements for Walmart Domestic. For more general information about Orderful's shipping label product, see Generate a UCC-128 (GS1-128) Label.
Detail | Context |
---|---|
Logistical Unit Level | Carton |
Pack method | Single SKU |
UCC-128 Compatible | Yes |
This is the shipping label for a domestic case shipment. Other types of shipping labels are not currently supported.
In addition to the type
property with value WALMART_CASE_DOMESTIC
, the following properties can be included in your label payload:
Property | Required | Max Length |
---|---|---|
shipFrom.name | No | 20 |
shipFrom.address1 | No | 20 |
shipFrom.address2 | No | 20 |
shipFrom.city | Yes | 15 |
shipFrom.state | Yes | 2 |
shipFrom.zip | Yes | 5 |
shipTo.name | No | 20 |
shipTo.address1 | No | 20 |
shipTo.address2 | No | 20 |
shipTo.city | Yes | 15 |
shipTo.state | Yes | 2 |
shipTo.zip | Yes | 5 |
carrier.name | No | 40 |
shipment.proNumber | No | 40 |
shipment.billOfLadingNumber | No | 40 |
distributionCenter.number | No | 5 |
purchaseOrder.type | No | 5 |
department.number | No | 5 |
purchaseOrder.number | No | 10 |
item.number | No | 30 |
shipment.sscc-18 | Yes | 26 |
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^GB305,270,2^FS
^FO20,20^FDShip From:^FS
^FO20,60^FDYour Company^FS
[...]
^XZ
Walmart Shipping Label Example
Updated 3 months ago