# Label Templates

Label Templates let you design printable labels for items or shelves. These are typically used in warehouse or retail environments where physical labels are needed for products, bins, or shelf edges.

## Accessing Label Templates

{% stepper %}
{% step %}

### Open the NetSuite Admin view

Switch to **NetSuite Admin** in <code class="expression">space.vars.productName</code>.
{% endstep %}

{% step %}

### Open Printers

Click **Printers** in the left sidebar.
{% endstep %}

{% step %}

### Open the Label Templates editor

Make sure the **Templates** tab is selected, then click **Label Templates**.
{% endstep %}
{% endstepper %}

## Template editor

The Label Template editor works the same way as the Receipt and Invoice editors:

* **Left panel:** Template settings and section controls.
* **Right panel:** Live preview of the rendered label.

## Template actions

| Action                     | Description                                    |
| -------------------------- | ---------------------------------------------- |
| **Create New Template**    | Start a new blank label template               |
| **Load Existing Template** | Load a previously saved label template to edit |

Enter a **Template Name** before saving.

## Customising the label

Use the **Custom HTML** field to design the label layout. The **Recommended Variables** panel shows available data fields you can insert: for example, item name, SKU, barcode, price, or location.

For the full variable reference (item fields, format specifiers, store variables), see [Print Templates Reference](/netsuite-admin-guide/overview-2/printers-and-templates.md).

## Saving a template

Click **Save** at the top of the page. The template appears in the **Available Templates** list.

## Tips

* Label size matters; design your template to match the physical label stock loaded in your label printer. Common sizes include 2" × 1", 4" × 2", and 4" × 6".
* Barcodes can be rendered using HTML and CSS if your label printer supports it, or use a barcode font.
* Keep label content minimal: name, SKU, and price are usually enough for most retail use cases.

## Related Pages

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Receipt Templates</strong></td><td>Templates for POS receipts.</td><td><a href="/pages/8hHHrjkvabDRVl6pLjNM">/pages/8hHHrjkvabDRVl6pLjNM</a></td></tr><tr><td><strong>Invoice Templates</strong></td><td>Templates for printed invoices.</td><td><a href="/pages/ratQ79sBuy8vJWucXwwq">/pages/ratQ79sBuy8vJWucXwwq</a></td></tr><tr><td><strong>Print Templates Reference</strong></td><td>Variable syntax, format specifiers, and worked examples.</td><td><a href="/pages/Z3oJQeu6wooY5h9xlZsy">/pages/Z3oJQeu6wooY5h9xlZsy</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.in8sync.com/netsuite-admin-guide/overview-2/label-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
