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
  • Important Features
  • Common Use Cases
  1. Fulfillments

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

PreviousRetrieving RecipesNextCreate a fulfillment

Last updated 6 months ago