# Quantity format

#### Decimal separator

Comma or point. A comma is interpreted as a decimal separator only if followed by two digits to avoid ambiguity with a comma being used as a thousand separator.

The following notation will be ignored by Stockeo and will not update the stock of this product in your store.

<figure><img src="/files/4jgEquC3CbNxXnwgdFM3" alt="The notation with one or three decimal places that will be ingnored by Stockeo annotated"><figcaption><p>The comma notation of quantity that will be ingnored by Stockeo</p></figcaption></figure>

Shopify only allows quantity to be stored as an integer. When the quantity in the feed is a decimal number, it will be rounded in accordance with the mathematics.

<figure><img src="/files/44hRoDMTsZgOA8CeiJmz" alt="The notation with two decimal places that will be ingnored by Stockeo annotated"><figcaption><p>The comma notation of quantity that will be interpreted by Stockeo</p></figcaption></figure>

The above notation will update the stock to 3 and 4 respectively.

#### Approximate values

Sometimes in the feeds from some suppliers, there is a notation that the quantity of product is greater than a certain value. Stockeo then always sets the stock equal to this value, omitting the greater than and plus signs.

<figure><img src="/files/Z1ehxgoXr6HA41tirigs" alt="Different quantity notations in Stockeo for Shopify annotated"><figcaption><p>Different quantity notations handled by Stockeo</p></figcaption></figure>

All of the notations above are equivalent and will result in the following results:

<figure><img src="/files/5fnuXePpgAsHGhNal33X" alt="Quantity updated by Stockeo according to notations above annotated"><figcaption><p>Quantity updated by Stockeo according to the notations above</p></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://help.stockeo.solvenium.com/data-mapping/quantity-format.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.
