> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/energy-label/displaying-energy-labels/bulk-assignment.md).

# Bulk assignment

Assign EPREL numbers to many products at once with Shopify's bulk editor, or migrate them from another source.

### Using Shopify's bulk editor

1. In your Shopify admin, go to **Products** and select all relevant items. Click **Bulk edit**.
2. In the bulk editor view, click **Columns** in the top right corner. Scroll to **Metafields**, then check **EPREL Registration Number** to make the column visible.
3. Enter the correct EPREL number for each product in the newly visible field. Click **Save** in the top bar to apply the changes.

Once saved, the energy badges, labels, and product information sheets will be available on the storefront for all products with valid EPREL numbers.

<figure><img src="https://3301369913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxVJktUBFEDa8kf65lOm9%2Fuploads%2Fzevcce2dNAziCbUSEp8r%2Fimage.png?alt=media&#x26;token=3ceb6a20-394c-4a9a-991d-5eb6c8e30813" alt=""><figcaption></figcaption></figure>

### Migrating from another source

If your EPREL numbers already live somewhere else — in a different metafield after switching from another app, or in a spreadsheet from your supplier — the app can't read them from there directly. Migrate the values into the app's **EPREL Registration Number** metafield with a bulk import/export tool such as [Matrixify](https://apps.shopify.com/excel-export-import): it imports from CSV and Excel files as well as from existing metafields, so you can reuse the data you already have without re-entering it for every product or variant.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://staylime.com/docs/energy-label/displaying-energy-labels/bulk-assignment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
