GS1 Label Field Mapping & Setup

Julie  Houlton
Julie Houlton
  • Updated

The RyderShip API is used to map required GS1 label fields for each retailer so data passes correctly. RyderShip also supports a legacy method, which is no longer used for new setups. 

Retailer mapping requirements are detailed below.

In this article:

Required steps before using a template

GS1 field setup via RyderShip API

GS1 field setup using metafields (legacy)

For more information on RyderShip’s GSI label process and requirements, see GS1 Label Overview.

Required steps before using a template

Warning.png Important!  Each template must be approved by the retailer to ensure the label setup is correct before you start using the template.  

GS1-approval-flow.png

Key items to remember: 

  • The order dropped into the RyderShip Sandbox must have data that mimics a Production order to ensure accurate testing.
  • The test label must be printed at a workstation at the customer’s designated warehouse.
  • Once the retailer approves, then the template is ready to use.
  • Use this approval process for each individual retailer using a GS1 label. 

Back to top

GS1 field setup via RyderShip API

With this method, you’ll use the RyderShip API to set up required GS1 label fields for each retailer. This is RyderShip’s method for all future GS1 setups.

Fields at the order and order item levels for each retailer must be set up appropriately to produce compliant GS1s. Data requirements for each retailer vary – see below for the specific requirements.

Warning.png Important setup note:  You must nest the content using the following nested stylewholesale_attributes: { }

Order level code example: 

Wholesale_attributes-code-sample.png

Order Item level code example: 

Wholesale_attributes-code-order-item.png

Back to top

Belk required mappings

  Data element to map Belk required?   Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Partner Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Checkmark-green.png {{order.wholesale_attributes.store}}
FOB Code Checkmark-green.png

{{order.wholesale_attributes.fob_code}}

Ex: Womens, Mens, Shoes

Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Bloomingdales required mappings

  Data element to map Bloomingdales required?   Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Vendor Checkmark-green.png {{order.wholesale_attributes.vendor_number}}
Store Address Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.address_1}}
Store Address City Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.city}}
Store Address State Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.state}}
Store Address Zip Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.zip}}
Store Address Name Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.name}}
Replenishment Checkmark-green.png {{order.wholesale_attributes.replenishment}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Blue Mercury required mappings

  Data element to map Blue Mercury required?   Field to map to
Order Level
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Number Checkmark-green.png {{order.wholesale_attributes.store}}
Seller Name Checkmark-green.png {{order.wholesale_attributes.seller_name}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Dick's Sporting Goods required mappings

  Data element to map DSG required?   Field to map to
Order Level
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Checkmark-green.png {{order.wholesale_attributes.store}}
Store Address Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.address_1}}
Store Address City Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.city}}
Store Address State Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.state}}
Store Address Zip Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.zip}}
Store Address Name Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.name}}
Sort Code Checkmark-green.png {{order.wholesale_attributes.sort_code}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}
UPC

Checkmark-green.png

Required when: 
Retailer UPC differs from the SKU or scancode stored on RyderShip

Not required when: 
You are already storing the retailer’s UPC within RyderShip 

{{order.order_items_attributes.wholesale_item_attributes.upc}}

Back to top

Dillards required mappings

  Data element to map Dillards required?   Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Checkmark-green.png {{order.wholesale_attributes.store}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Fanatics required mappings

  Data element to map Fanatics required?   Field to map to
Order Level
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Macys required mappings

Data element to map Macys required? Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Vendor Checkmark-green.png {{order.wholesale_attributes.vendor_number}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Store Address Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.address_1}}
Store Address City Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.city}}
Store Address State Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.state}}
Store Address Zip Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.zip}}
Store Address Name Checkmark-green.png {{order.wholesale_attributes.store_address_attributes.name}}
Replenishment Checkmark-green.png {{order.wholesale_attributes.replenishment}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Nordstrom | Nordstrom Rack required mappings

  Data element to map Nordstrom required?   Field to map to
Order Level
Distribution Center (DC#) Checkmark-green.png {{order.wholesale_attributes.distribution_center}}
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Vendor Checkmark-green.png {{order.wholesale_attributes.vendor_number}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Checkmark-green.png {{order.wholesale_attributes.store}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Saks required mappings

  Data element to map Saks required?   Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Checkmark-green.png {{order.wholesale_attributes.store}}
Group Checkmark-green.png {{order.wholesale_attributes.group}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

Scheels required mappings

  Data element to map Scheels required?   Field to map to
Order Level
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Location Checkmark-green.png {{order.wholesale_attributes.location}}
CO (customer order) Optional 
(CO or CR)
{{order.wholesale_attributes.reference}}
CR (special order) Optional 
(CO or CR)
{{order.wholesale_attributes.reference}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}
UPC

Checkmark-green.png

Required when: 
Retailer UPC differs from the SKU or scancode stored on RyderShip

Not required when: 
You are already storing the retailer’s UPC within RyderShip 

{{order.order_items_attributes.wholesale_item_attributes.upc}}

Back to top

Shopbop required mappings

  Data element to map Shopbop required?   Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}
UPC

Checkmark-green.png

Required when: 
Retailer UPC differs from the SKU or scancode stored on RyderShip

Not required when: 
You are already storing the retailer’s UPC within RyderShip 

{{order.order_items_attributes.wholesale_item_attributes.upc}}

Back to top

Ulta required mappings

  Data element to map Ulta required?   Field to map to
Order Level
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Checkmark-green.png {{order.wholesale_attributes.store}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}
Item Style Checkmark-green.png {{order.order_items_attributes.wholesale_item_attributes.style}}
Item Description

Checkmark-green.png

Required when: 
Retailer Item Description differs from the Description stored on RyderShip

Not required when: 
You are already storing the retailer’s Item Description within RyderShip 

{{order.order_items_attributes.wholesale_item_attributes.description}}
SKU

Checkmark-green.png

Required when: 
Retailer SKU differs from the SKU or scancode stored on RyderShip

Not required when: 
You are already storing the retailer’s SKU within RyderShip 

{{order.order_items_attributes.wholesale_item_attributes.
alternate_sku}}

Back to top

Von Maur required mappings

   Data element to map Von Maur required?    Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Store Checkmark-green.png {{order.wholesale_attributes.store}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}

Back to top

World Wide Golf required mappings

  Data element to map World Wide Golf required?   Field to map to
Order Level
Department Checkmark-green.png {{order.wholesale_attributes.department}}
Wholesaler Encouraged

{{order.wholesale_attributes.partner}}

Example:  Shopbop 
Passing the Retailer Name as text will help warehouse teams process Shopbop orders & ensure accurate reporting

Purchase Order # Checkmark-green.png {{order.wholesale_attributes.po_number}}
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Item ID eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.item_id}}
Order Line # eZCom orders only {{order.order_items_attributes.wholesale_item_attributes.line_no}}
Item #

Checkmark-green.png

Required when: 
Retailer Item # differs from the SKU or scancode stored on RyderShip

Not required when: 
You are already storing the retailer’s Item # within RyderShip 

{{order.order_items_attributes.wholesale_item_attributes.
alternate_item_number}}
Item Description

Checkmark-green.png

Required when: 
Retailer Item Description differs from the Description stored on RyderShip

Not required when: 
You are already storing the retailer’s Item Description within RyderShip 

{{order.order_items_attributes.wholesale_item_attributes.
description}}

Back to top

GS1 field setup using metafields (legacy) 

The information below describes the RyderShip legacy metafields process for setting up GS1 label templates for retailers. Data requirements for each retailer vary – see below for the specific requirements.

Warning.pngThis process is not used for any new setups.

Fields at the order and order item levels for each retailer must be set up appropriately for GS1 labels in RyderShip via a RyderShip API request.

With this method:

  • Order level fields are mapped in the fields block of the API request.
  • Order item level fields are mapped in the associated_fields block of the API request.

For more details about the API request and metafields, see the API example in the eZCom Integration article.

Back to top

Dillards required mappings

Data element to map Dillards required? Metafield to map to
Order Level
Department Checkmark-green.png edi_department
Purchase Order # Checkmark-green.png edi_po_number
Store Checkmark-green.png edi_store
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Order Line # Checkmark-green.png edi_line_no

Back to top

Nordstrom | Nordstrom Rack required mappings

Data element to map Nordstrom required? Metafield to map to
Order Level
Distribution Center Checkmark-green.png edi_distribution_center
Department Checkmark-green.png edi_department
Vendor Checkmark-green.png edi_vendor_number
 
Purchase Order # Checkmark-green.png edi_po_number
Store Checkmark-green.png edi_store
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Item Level
Order Line # Checkmark-green.png edi_line_no

Back to top

Von Maur required mappings

Data element to map Von Maur required? Metafield to map to
Order Level
Department Checkmark-green.png edi_department
Purchase Order # Checkmark-green.png edi_po_number
Store Checkmark-green.png edi_store
Customer Name Checkmark-green.png  
Shipping Name Checkmark-green.png  
Shipping Street 1 Checkmark-green.png  
Shipping Street 2 Checkmark-green.png  
Shipping City Checkmark-green.png  
Shipping State Checkmark-green.png  
Shipping ZIP Checkmark-green.png  
Order ID Checkmark-green.png  
Order Number Checkmark-green.png  
Order Item Level
Order Line # Checkmark-green.png edi_line_no

Back to top

 

Related questions: 

How do I set up the data for GS1 labels?

Was this article helpful?

2 out of 2 found this helpful

Have more questions? Submit a request