VU CUSTOM
Developer Docs
Developer Docs
  • VU OS Admin API Overview
  • Account Management
    • Overview
    • Create a sold_to_account
    • Create a ship_to_account
    • Batch update sold_to_account
    • Batch update ship_to_account
    • Get a list of sold_to_accounts
    • Get a list of ship_to_accounts
    • Delete a sold_to_account
    • Delete a ship_to_account
  • Orders
    • Overview
    • Create an order
    • Get an order
    • Get a list of orders
    • Update an order
    • Delete an order
    • Add tags to an order
    • Add tags to many orders
    • Delete tags from an order
    • Delete tags from many orders
  • Products
    • Overview
    • Create a product
    • Get a list of products
    • Get a specific product
    • Delete a product
  • Recipes
    • Overview
    • Retrieving Recipes
  • Fulfillments
    • Overview
    • Create a fulfillment
    • Retrieve a fulfillment
    • Retrieve a list of fulfillments
  • Order Lines
    • Overview
    • Add tags to an order line
    • Retrieve a list of orderlines
    • Retrieve a specific order line
    • Delete tags from an order line
    • Update a specific order line
  • Integration
    • Integrate the Customizer with Your Frontend
    • Understanding Recipe IDs in VU Custom
    • Styling the Customizer
    • Test the Customizer
    • Webhooks
Powered by GitBook
On this page
  • Core Concepts
  • Common Use Cases
  1. Order Lines

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

PreviousRetrieve a list of fulfillmentsNextAdd tags to an order line

Last updated 6 months ago