Create a new product with optional variants, custom fields, and tags.
Kit Products:
When creating a kit product (type = KIT), the kit_items field is required and must contain at least one kit item.
Each kit item must specify either product_id or sku, along with a quantity.
Documentation Index
Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Product name
200ID of the product category
Internal SKU
100Product category information
ID of the preferred supplier
Product preferred supplier information
URL to product image
255Whether the product can be sold
Whether to track product by lots
ID of the product subcategory
Product sub-category information
Default location ID for receiving this product
Product description
Wholesale price
x >= 0Retail price
x >= 0Cost per unit
x >= 0Length of the product (in inches)
x >= 0Width of the product (in inches)
x >= 0Height of the product (in inches)
x >= 0Length of the box (in inches)
x >= 0Width of the box (in inches)
x >= 0Height of the box (in inches)
x >= 0Length of the carton (in inches)
x >= 0Width of the carton (in inches)
x >= 0Height of the carton (in inches)
x >= 0Shipping length (in inches)
x >= 0Shipping width (in inches)
x >= 0Shipping height (in inches)
x >= 0Length of the pallet (in inches)
x >= 0Width of the pallet (in inches)
x >= 0Height of the pallet (in inches)
x >= 0UPC/Barcode
ID of the fulfillment priority list to assign to this product
Priority list to assign by ID or name (alternative to priority_list_id)
Custom field values
Tags to associate with the product
Product variants
Product type. PRODUCT for regular products, KIT for kit products that contain other products as components.
PRODUCT, KIT Array of kit items (components) for kit products. Required when type = KIT. Each kit item must specify either product_id or sku, and quantity.
Array of BOM IDs to attach to the product. If null or empty array, all BOMs will be detached.
BOM ID
Successful response