> 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/shipping-platforms/shipbob/schema-information.md).

# Schema Information

## Tables/APIs&#x20;

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

* [Inventory](#inventory)&#x20;
* [Orders](#orders)&#x20;
* [Products](#products)&#x20;
* [Return Orders](#return-orders)

#### Inventory&#x20;

The Inventory API accesses real-time data and manages product inventory across multiple locations within ShipBob's fulfillment centers.

For more information, see [Shipbob- Inventory](https://developer.shipbob.com/api-docs#tag/Inventory).

**Fields**

| Field Name                                     | Data Type |
| ---------------------------------------------- | --------- |
| id                                             | NUMERIC   |
| name                                           | STRING    |
| is\_digital                                    | BOOLEAN   |
| is\_case\_pick                                 | BOOLEAN   |
| is\_lot                                        | BOOLEAN   |
| dimensions                                     | RECORD    |
| total\_fulfillable\_quantity                   | NUMERIC   |
| total\_onhand\_quantity                        | NUMERIC   |
| total\_committed\_quantity                     | NUMERIC   |
| total\_sellable\_quantity                      | NUMERIC   |
| total\_awaiting\_quantity                      | NUMERIC   |
| total\_exception\_quantity                     | NUMERIC   |
| total\_internal\_transfer\_quantity            | NUMERIC   |
| total\_backordered\_quantity                   | NUMERIC   |
| is\_active                                     | BOOLEAN   |
| fulfillable\_quantity\_by\_fulfillment\_center | RECORD    |
| fulfillable\_quantity\_by\_lot                 | RECORD    |
| packaging\_attribute                           | STRING    |

#### Orders&#x20;

The Orders API creates, tracks, and manages orders, enabling efficient order fulfillment processes.

For more information, see [Shipbob- Orders](https://developer.shipbob.com/api-docs#tag/Orders).

**Fields**

| Field Name       | Data Type |
| ---------------- | --------- |
| id               | NUMERIC   |
| created\_date    | TIMESTAMP |
| purchase\_date   | TIMESTAMP |
| reference\_id    | STRING    |
| order\_number    | STRING    |
| status           | STRING    |
| type             | STRING    |
| channel          | RECORD    |
| shipping\_method | STRING    |
| recipient        | RECORD    |
| shipments        | RECORD    |
| financials       | RECORD    |

#### Products&#x20;

The Products API provides programmatic control over your product catalog, allowing you to update and retrieve product information.

For more information, see [Shipbob- Products](https://developer.shipbob.com/api-docs#tag/Products).

**Fields**

| Field Name                                     | Data Type |
| ---------------------------------------------- | --------- |
| id                                             | NUMERIC   |
| reference\_id                                  | STRING    |
| created\_date                                  | TIMESTAMP |
| channel                                        | RECORD    |
| sku                                            | STRING    |
| name                                           | STRING    |
| total\_fulfillable\_quantity                   | NUMERIC   |
| total\_onhand\_quantity                        | NUMERIC   |
| total\_committed\_quantity                     | NUMERIC   |
| fulfillable\_inventory\_items                  | RECORD    |
| fulfillable\_quantity\_by\_fulfillment\_center | RECORD    |

#### Return Orders

The Return Orders handles return-related operations, including creating, tracking, and processing return orders for a smoother customer experience.

For more information, see [Shipbob- Return Orders](https://developer.shipbob.com/api-docs#tag/Returns).

**Fields**

| Field Name             | Data Type |
| ---------------------- | --------- |
| id                     | NUMERIC   |
| channel                | RECORD    |
| insert\_date           | TIMESTAMP |
| status                 | STRING    |
| invoice\_amount        | NUMERIC   |
| transactions           | RECORD    |
| fulfillment\_center    | RECORD    |
| reference\_id          | STRING    |
| tracking\_number       | STRING    |
| inventory              | RECORD    |
| original\_shipment\_id | NUMERIC   |
| return\_type           | STRING    |
| completed\_date        | TIMESTAMP |
| store\_order\_id       | STRING    |


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/shipping-platforms/shipbob/schema-information.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.
