# Products

### What is the difference between Inventory and Listings?

Inventories are the single products, and listings is the combination of a group of inventories.  In Sellercraft, all inventories can be listed as listings. Listings are synchronized with the marketplaces, and this will be visible to the customers.

{% tabs %}
{% tab title="Single Item Variant" %}

<figure><img src="/files/nP589edz8kB8CRH7h5ek" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Multi Items Variant (Bundle)" %}

<figure><img src="/files/UQsLdAy9YmJbirfUpvMk" alt=""><figcaption><p>In the example above, the table and chair are inventories. The dining set (4 chairs + 1 table) is the Listing.</p></figcaption></figure>
{% endtab %}

{% tab title="Multi Variants" %}

<figure><img src="/files/vsrZDYKgs6kpkHDIlhUE" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Buyer Journey

What does the customer see, buys and receives

<figure><img src="/files/y3gN8OYCLWEbdcs5qdWk" alt=""><figcaption></figcaption></figure>


---

# 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://howto.sellercraft.co/how-to-sellercraft/oms/products.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.
