# Fulfillment with Vinoshipper

### The Fulfillment Flow

1. **Order syncs to Vinoshipper** — CrushSuite sends the complete order (products, quantities, customer info, shipping address).
2. **Vinoshipper picks and packs** — The order enters Vinoshipper's fulfillment queue.
3. **Carrier pickup** — Vinoshipper ships the order via the carrier selected at checkout.
4. **Status updates flow back** — Vinoshipper sends fulfillment status updates back to CrushSuite, which updates the Shopify order.
5. **Tracking information** — Tracking number and carrier details appear on the Shopify order for both you and the customer.

### What You See in Shopify

Once Vinoshipper marks an order as fulfilled:

* The Shopify order status updates to "Fulfilled"
* Tracking number and carrier link appear on the order
* The customer receives a shipping notification email (from Shopify)

### When to Intervene

Fulfillment is largely automated, but you may need to step in if:

* Vinoshipper flags an issue with the order (address problem, inventory shortage)
* A customer requests a change after purchase (address update, cancellation)
* Shipping is delayed and you need to check status in Vinoshipper directly

> 📸 **Screenshot:** Shopify order page showing fulfilled status with Vinoshipper tracking information


---

# 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://crushsuite.gitbook.io/docs/compliance/orders-and-fulfillment/fulfillment-with-vinoshipper.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.
