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
  1. Account Management

Overview

Account management in VU Custom follows a hierarchical structure with two main account types: Sold-To Accounts and Ship-To Accounts.

Account Structure

Sold-To Account ├── Ship-To Account 1 ├── Ship-To Account 2 └── Ship-To Account 3

One to many - one account can have many ship to addresses.

Sold-To Accounts

  • Represent the primary customer account

  • Contains billing information and main contact details

  • Can have multiple associated ship-to accounts

  • Serves as the parent account for billing and organizational purposes

Ship-To Accounts

  • Represent delivery destinations

  • Always associated with a parent sold-to account

  • Contains specific shipping addresses and contact information

  • Multiple ship-to accounts can exist under a single sold-to account

PreviousVU OS Admin API OverviewNextCreate a sold_to_account

Last updated 6 months ago