> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/support/faq/why-is-a-product-name-null.md).

# Why is a Product Name NULL?

A NULL Product Name indicates the SKU exists in *order\_line\_revenue* but does NOT exist in *sku\_attributes*. &#x20;

{% hint style="success" %}
*order\_line\_revenue* comes from the O**rder Item Data** and *sku\_attributes* comes from the P**roduct Data**.  So if you delete a product it won’t join as defined product.
{% endhint %}

If a SKU is missing, Daasity will replace a blank SKU with "tmp12345678901234" and group it up with the NULL (**∅**) sign, **Still Counting Sales for Undefined Product.**

Un-list the merchandise without actually removing it - To Avoid This

### How to Tag Your SKUs

{% hint style="success" %}
You must add SKU numbers to your product variants in **Shopify admin for** SKUs to appear as a defined product data, instead of NULL **∅**
{% endhint %}

1. From your **Shopify Admin**, go to **Products** > **All products**.
2. Click on the Product to Edit.
3. For Products with multiple variants, in the **Variants** section, add your SKU numbers:

![Product Name showing up as NULL 1](https://support.daasity.com/hs-fs/hubfs/Knowledge%20Base/Dashboards%20Overview/Product%20and%20Inventory/Product%20Name%20showing%20up%20as%20NULL%201.jpeg?width=631\&name=Product%20Name%20showing%20up%20as%20NULL%201.jpeg)\
\
For products without variants, in the **Inventory** section, add your SKU number:\
\
![Product Name showing up as NULL 2](https://support.daasity.com/hs-fs/hubfs/Knowledge%20Base/Dashboards%20Overview/Product%20and%20Inventory/Product%20Name%20showing%20up%20as%20NULL%202.jpeg?width=631\&name=Product%20Name%20showing%20up%20as%20NULL%202.jpeg)

4\. Click **Save**.<br>

{% hint style="success" %}
After the data is refreshed - SKUs will be defined respectively after the next update.
{% endhint %}


---

# 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://help.daasity.com/support/faq/why-is-a-product-name-null.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.
