Navy Exchange Service Command UCC-128 Label Requirements
This page details the label requirements for the Navy Exchange Service Command. 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 |
In addition to the type
property with value NAVY_EXCHANGE_SERVICE_COMMAND
, the following properties can be included in your label payload:
Property | Required | Max Length |
---|---|---|
shipFrom.name | Yes | 30 |
shipFrom.address1 | Yes | |
shipFrom.city | Yes | 15 |
shipFrom.state | Yes | 2 |
shipFrom.zip | Yes | 5 |
shipTo.name | Yes | 30 |
shipTo.address1 | Yes | 30 |
shipTo.city | Yes | 15 |
shipTo.state | Yes | 2 |
shipTo.zip | Yes | 5 |
store.number | Yes | 30 |
store.name | Yes | 30 |
carrier.name | Yes | 30 |
shipment.sscc-18 | Yes | 26 |
shipment.billOfLadingNumber | Yes | 30 |
department.number | Yes | 5 |
purchaseOrder.number | Yes | 30 |
carton.number | Yes | 5 |
carton.max | Yes | 5 |
Example Payload
{
"type": "NAVY_EXCHANGE_SERVICE_COMMAND",
"shipFrom": {
"name": "Happy Supplier",
"address1": "123 Fun Ave",
"city": "New York",
"state": "NY",
"zip": "90182"
},
"shipTo": {
"name": "Good Time Retailer",
"address1": "123 Good Ave Bldg 1234",
"city": "Orlando",
"state": "FL",
"zip": "82839"
},
"store": {
"number": "1234",
"name": "1234"
},
"carrier": {
"name": "Good Carrier"
},
"shipment": {
"sscc-18": "00029393834939284938",
"billOfLadingNumber": "123533453"
},
"department": {
"number": "12321"
},
"purchaseOrder": {
"number": "009283829"
},
"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 [...] ,,^FD00029393834939284938^FS ^XZ
Navy Exchange Service Command's Shipping Label Example
Updated 3 months ago