Lab data possibilities and codes

8 min read·Updated 12/05/2026

Lab data possibilities and codes

Below you will find an overview of all fields that can be labeled.

Below that is an overview of how this should be shown in the code.

Available data to display on a label

  1. Product name

  2. Sale of sale incl. VAT

  3. Product number supplier

  4. Article number shop

  5. Brand name

  6. Ean

  7. Diamond information

  8. Product weight

  9. Label description

  10. Article group

  11. Variant collection

  12. Brand collection

  13. Total carat weight

  14. Last sign-up date

  15. Supplier name

  16. Supplier code

  17. Recommended retail selling price

  18. Product category

  19. Product size

  20. Jewelry type

  21. Jewelry material

  22. Watch width

  23. Watch band material

What data is displayed on the standard label?

On the left:

Barcode

Sale price

Article number

On the right:

Supplier product number

Tag description

Brand

Code to show field on a label

The code can be adjusted at Store Settings -> Print settings -> Labels -> Button with the edit icon under Action behind the relevant label.

Product name

{

name: '%PRODUCT_NAME%%',

Value: "name",

Keyword: "NAME",

}

Sale price including VAT

{

name: '%%SELLING_PRICE%',

Value: "sellingPrice",

keyword "TEXT_RECOMMENDED_PRICE",

}

Product number supplier

{

name: '%PRODUCT_NUMBER%%',

value: 'variants[0].productNumber',

keyword "TEXT_PRODUCT_NUMBER",

}

Article number shop

{

name: '%ARTICLE_NUMBER%',

Value: "articleNumber",

keyword: "ARTICLE_NUMBER",

}

Brand name

{

"%Brand_name%%",

Value: "brand.name",

Keyword: "BRAND",

}

EAN number

{

Name: "%%%%%",

Value: 'variants[0].ean',

Keyword: "EAN",

}

Diamond information

{

"%Diamondinfo%%",

Value: "diamondinfo",

keyword "DIAMONDINFO",

}

Product weight

{

name: '%PRODUCT_WEIGHT%%',

Value: "weight"

Keyword: "WEIGHT",

}

Tag description

{

"%Description%%",

Value: 'labelDescription',

Keyword: "LABEL_DESCRIPTION"

}

Article group

{

name: "%MY_OWN_COLLECTION%%",

Value: "ownCollection",

Keyword: "OWN_COLLECTION"

}

Variant collection

{

name: "%VARIANTS_COLLECTION%%",

Value: 'VariantsCollection',

Keyword: "VARIANTSCOLLECTION"

}

Brand collection

{

name: "%BRAND_COLLECTION1%",

Value: "brandCollection1",

Keyword: "FIRST_BRANDCOLLECTION"

}

{

name: "%BRAND_COLLECTION2%",

Value: "brandCollection2",

Keyword: "SECOND_BRANDCOLLECTION"

}

Total carat weight

{

name: "%TOTALCARATWEIGHT%%",

Value: TotalCaratWeight,

Keyword: "TOTAL_CARAT_WEIGHT"

}

Last sign-up date

{

name "%LAST_DELIVIERY_DATE%%",

Value: 'lastDeliveryDate',

Keyword: "LAST_DELIVERY_DATE'

}

Supplier name

{

name: "%%SUPPLIER_NAME%",

Value: 'supplier.name',

Keyword: "SUPPLIER_NAME"

}

Supplier code

{

name: "%%SUPPLIER_CODE%",

Value: 'supplier.startingDigits',

Keyword: "SUPPLIER_CODE"

}

Recommended retail selling price

{

name: '%SUGESTED_RETAIL_PRICE%%',

Value: "suggestedRetailPrice",

Keyword: "SUGESTED_RETAIL_PRICE"

}

Product category

{

name: '%PRODUCT_CATEGORY%%',

Value: "category",

Keyword: "PRODUCT_CATEGORY"

}

Product size

{

name: '%PRODUCT_SIZE%%',

Value: "size",

Keyword: "SIZE"

}

Jewelry type

{

"%Jewel_type%%",

Value: "Your.type",

Keyword: "JEWEL_TYPE"

}

Jewelry material

{

name: '%JEWEL_MATERIAL%%',

Value: "ywell.material",

Keyword: "JEWEL_MATERIAL"

}

Watch width

{

name: '%STRAP_WIDTH%%',

Value: "strap.width",

Keyword: "STRAP_WIDTH"

}

Watch band material

{

"%Strap_material%%",

Value: "strap.material",

Keyword: "STRAP_MATERIAL"

}

Was this article helpful?

Another question?

Ask Linde — answers come with sources.

Open chat