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
  • Introduction
  • Core Concepts
  • Key Features
  1. Products

Overview

Introduction

The Products API enables you to manage product catalog entries in VU Custom. It provides endpoints for creating, retrieving, updating, and deleting products, along with their variants and associated properties.

Core Concepts

Product Structure

A product in VU Custom consists of:

  • Basic product information (name, category, etc.)

  • Product variants (specific SKUs, UPCs)

  • B2B specific settings

  • Customization settings

  • Product status (active/inactive)

Key Features

Product Categories

  • Products can be assigned to specific categories

  • Categories help organize products logically

  • Used for filtering and organization

Product Variants

  • Multiple variants can exist for a single product

  • Each variant can have:

    • Unique SKU

    • Unique UPC

    • Specific name

    • Individual price point

B2B Support

  • Products can be flagged for B2B channels

  • Special B2B-specific attributes

  • Business customer targeting

Customization Settings

  • Flag for customize-only products

  • Integration with customization templates

  • Product-specific customization rules

PreviousDelete tags from many ordersNextCreate a product

Last updated 6 months ago