> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/coda-webstore/bulk-upload-web-store-inventory-skus/2.-creating-categories-and-skus-front-end.md).

# 2. Creating Categories and SKUs (Front End)

Now that you are done setting up the SKUs in the backend, it's time to set it up on the front end to manage how they are displayed to your potential customers!

## <mark style="color:purple;">Category Info</mark>

You can see a list of all the categories on Products (SKUs) once created.

<figure><img src="https://files.readme.io/ca00808-image15.png" alt=""><figcaption></figcaption></figure>

This is how the Categories are displayed on the Codashop product page.

<figure><img src="https://files.readme.io/f12a5bd-image6.png" alt=""><figcaption></figcaption></figure>

## <mark style="color:purple;">Product Info</mark>

You can check the product details by clicking on the <mark style="color:purple;">**View icon**</mark> under <mark style="color:purple;">**Category**</mark>.

<figure><img src="https://files.readme.io/3fcaac9-image17.png" alt=""><figcaption></figcaption></figure>

### <mark style="color:purple;">Product ID / Product SKU ID</mark>

<mark style="color:purple;">**Product ID / Product SKU ID**</mark> is the unique identifier for the product that you are planning to sell on Codashop. This value would be sent via the Codashop Integration API during transactions.

Other Examples:

* diamonds\_50
* HAT123ABC
* abc.com/skin123

This is how the Product image is displayed on a Codashop product page

<figure><img src="https://files.readme.io/3c29d0a-image10.png" alt="Note: The product images should have a transparent background."><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">**Note: The product images should have a transparent background.**</mark>
{% 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://docs.coda.co/coda-webstore/bulk-upload-web-store-inventory-skus/2.-creating-categories-and-skus-front-end.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.
