# Flows

- [Order Import](https://docs.in8sync.com/idc/ebay/flows/order-import.md): How eBay orders are imported into NetSuite as Sales Orders with all order details.
- [Fulfillment Export](https://docs.in8sync.com/idc/ebay/flows/fulfillment-export.md): How shipment information from NetSuite is sent to eBay to confirm order fulfillment.
- [Item Update](https://docs.in8sync.com/idc/ebay/flows/item-update.md): How NetSuite items are exported to eBay as inventory records and published as listings.
- [Return Authorization](https://docs.in8sync.com/idc/ebay/flows/return-authorization.md): How eBay return cases are imported into NetSuite as Return Authorizations for tracking.
- [Return Received](https://docs.in8sync.com/idc/ebay/flows/return-received.md): How returned items received from eBay are recorded in NetSuite as Item Receipts.
- [Order Cancellation](https://docs.in8sync.com/idc/ebay/flows/order-cancellation.md): How cancelled eBay orders are closed in NetSuite to release inventory and deposits.


---

# 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://docs.in8sync.com/idc/ebay/flows.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.
