# \[14 Oct 2023] Update

### Add "producttype" in Product API, Order API and Purchase Order API.

{% hint style="info" %}
"producttype" is showed type of product.&#x20;

0 = Product\
1 = Service
{% endhint %}

> [Get Products](/api-reference/product.md#get-products)
>
> [Get Product Detail](/api-reference/product.md#get-product-detail)
>
> [Add Product](/api-reference/product.md#add-product)
>
> [Get Orders](/api-reference/order.md#get-orders)
>
> [Get Order Detail](/api-reference/order.md#get-order-detail)
>
> [Add Order](/api-reference/order.md#add-order)
>
> [Get Purchase Orders](/api-reference/purchase-order.md#get-purchase-orders)
>
> [Get Purchase Order Detail](/api-reference/purchase-order.md#get-purchase-order-detail)
>
> [Add Purchase Order](/api-reference/purchase-order.md#add-purchase-order)


---

# 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://developers.zortout.com/announcements/api-update/14-oct-2023-update.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.
