# How to get your Integration ID

The Integration ID is needed for embedding Sign Customiser on your website. This is how we know which e-commerce backend we should create your products in. To find your Integration ID: Log in to Sign Customiser. Open the Integrations page. Universal: in the left sidebar, under Integrate, click Integrations. Shopify: from the home page, click Tools & Settings, then Integrations and Webhooks. Click on your integration. Underneath its title, you will see a badge with ID: 123 — copy the number after "ID:". Now in your HTML, use that number where it says integration-id="": Note: the above example omitted other required attributes for brevity, ensure you have all of the required attributes noted in your Integrations Setup Instructions.

- Source URL: https://www.signcustomiser.com/help/universal-app/how-to-get-your-integration-id/
- Markdown URL: https://www.signcustomiser.com/help/universal-app/how-to-get-your-integration-id.md
- Category: Universal App
- Last updated: 2026-04-20

## Article

The Integration ID is needed for embedding Sign Customiser on your website. This is how we know which e-commerce backend we should create your products in.

To find your Integration ID:

1.  Log in to Sign Customiser.

2.  Open the **Integrations** page.

    -   **Universal**: in the left sidebar, under **Integrate**, click **Integrations**.

    -   **Shopify**: from the home page, click **Tools & Settings**, then **Integrations and Webhooks**.

3.  Click on your integration.

4.  Underneath its title, you will see a badge with `ID: 123` — copy the number after "ID:".

Now in your HTML, use that number where it says `integration-id=""`:

```html
<sign-customiser-embed
  integration-id="123"
  ...
></sign-customiser-embed>
```

Note: the above example omitted other required attributes for brevity, ensure you have all of the required attributes noted in your [Integrations Setup Instructions](../../integrations/integration-guides/).
