# Overview

Order Lines represent individual items within an order in VU Custom. Each order line contains product details, customization information, manufacturing data, and fulfillment status. They are the fundamental units of order processing and fulfillment.

### Core Concepts

#### Order Line Structure

An order line contains:

* Product information (SKU, description, price)
* Customization details (recipe token)
* Manufacturing information (factory code)
* Delivery dates and status
* Fulfillment details
* Tags for categorization

### Common Use Cases

1. **Order Processing**
   * Track individual line items
   * Monitor manufacturing status
   * Manage delivery dates
2. **Manufacturing Management**
   * Factory assignments
   * Production scheduling
   * Recipe token reference
3. **Fulfillment Tracking**
   * Shipping status
   * Partial fulfillments
   * Delivery confirmation

#### System-Generated Fields

* ID
* Created at
* Updated at
* Status


---

# 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://vu-custom.gitbook.io/vu-custom/admin-api/order-lines/overview.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.
