> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/oms-wms/goflow/schema-information.md).

# Schema Information

## Tables/APIs&#x20;

The following is the list of tables or APIs associated with the Goflow connector:

* [List\_Orders](#list_orders)
* [Inventory\_Adjustments](#inventory_adjustments)

#### List\_Orders

Get the list of orders. The orders resource represents sales orders. Orders are generally imported directly from the channels but may have been manually entered or uploaded from a file. For more information, see [Orders](https://goflow.com/api-spec#tag/Orders).

**Fields**

<table><thead><tr><th width="164">Field Name</th><th width="83">Data Type</th></tr></thead><tbody><tr><td>id</td><td>NUMERIC</td></tr><tr><td>order_number</td><td>STRING</td></tr><tr><td>date</td><td>TIMESTAMP</td></tr><tr><td>status</td><td>STRING</td></tr><tr><td>status_updated_at</td><td>TIMESTAMP</td></tr><tr><td>store</td><td>RECORD</td></tr><tr><td>warehouse</td><td>RECORD</td></tr><tr><td>lines</td><td>RECORD</td></tr><tr><td>billing_address</td><td>RECORD</td></tr><tr><td>shipping_address</td><td>RECORD</td></tr><tr><td>purchase_order_number</td><td>STRING</td></tr><tr><td>is_gift</td><td>BOOLEAN</td></tr><tr><td>is_pii_removed</td><td>BOOLEAN</td></tr><tr><td>is_reserving_inventory</td><td>BOOLEAN</td></tr><tr><td>shipment</td><td>RECORD</td></tr><tr><td>ship_dates</td><td>RECORD</td></tr><tr><td>summary</td><td>RECORD</td></tr></tbody></table>

#### Inventory\_Adjustments&#x20;

Get the list of adjustments. The adjustments resource represents inventory adjustments. Adjustments are manual, arbitrary changes to product inventory that are not connected to any other transaction. A single adjustment may contain adjustments for many different products. For more information, see [Inventory Adjustments](https://goflow.com/api-spec#tag/Inventory-*-Adjustments).

**Field**

<table><thead><tr><th width="164">Field Name</th><th width="83">Data Type</th></tr></thead><tbody><tr><td>id</td><td>NUMERIC</td></tr><tr><td>created_at</td><td>TIMESTAMP</td></tr><tr><td>reference_number</td><td>STRING</td></tr><tr><td>warehouse</td><td>RECORD</td></tr><tr><td>lines</td><td>RECORD</td></tr></tbody></table>


---

# 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:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/oms-wms/goflow/schema-information.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.
