# Overview

Fulfillments in VU Custom represent shipping and delivery information for order line items. They track how products are shipped to customers, including carrier details, tracking information, and delivery specifications.

### Core Concepts

#### Fulfillment Structure

A fulfillment record contains:

* Shipping carrier information
* Tracking details
* Package dimensions and weight
* Recipient information
* Associated order line items
* Delivery specifications

### Important Features

#### Multiple Line Items

* One fulfillment can contain multiple order lines
* Partial order fulfillment supported
* Quantity tracking per line item

#### Carrier Support

* Multiple carrier integrations
* Standardized service codes
* Tracking number validation

#### Package Information

* Detailed package specifications
* Weight and dimensions tracking
* Multiple package support

### Common Use Cases

1. **Order Shipping**
   * Recording shipment details
   * Tracking number assignment
   * Carrier service selection
2. **Delivery Tracking**
   * Package status monitoring
   * Delivery confirmation
   * Shipping documentation
3. **Fulfillment Management**
   * Partial order fulfillment
   * Multiple package handling
   * Shipping label generation


---

# 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/fulfillments/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.
