Get a paginated list of products with optional filtering.
For detailed information about the filtering system and available operators, refer to the Filter System Documentation.
name: Product namedescription: Product descriptionsku: Product SKU (searches both internal SKU and alternate SKUs)upc: Product UPC/Barcodetag: Product tagsq: General search matches name OR upc OR skucategory.name: Filter by category namesub_category.name: Filter by sub-category namesupplier.name: Filter by supplier namecategory.id: Filter by category IDsub_category.id: Filter by sub-category IDsupplier.id: Filter by supplier IDbom.id: Filter by Bill of Materials ID (returns products attached to the specified BOM)kit_items.product_id: Filter by kit item product ID (returns kit products that contain the specified product as a component)type: Filter by product type (PRODUCT or KIT)retail_price: Product retail pricewholesale_price: Product wholesale priceproduct_weight_oz: Product weight total in ouncesproduct_weight_lb: Product weight total in poundsproduct_length: Product length (in inches)product_width: Product width (in inches)product_height: Product height (in inches)box_length: Box length (in inches)box_width: Box width (in inches)box_height: Box height (in inches)carton_length: Carton length (in inches)carton_width: Carton width (in inches)carton_height: Carton height (in inches)shipping_length: Shipping length (in inches)shipping_width: Shipping width (in inches)shipping_height: Shipping height (in inches)pallet_length: Pallet length (in inches)pallet_width: Pallet width (in inches)pallet_height: Pallet height (in inches)Weight fields are stored as JSON with multiple unit support. Filter by total weight using:
box_weight_oz / box_weight_lb: Box weight totalcarton_weight_oz / carton_weight_lb: Carton weight totalshipping_weight_oz / shipping_weight_lb: Shipping weight totalpallet_weight_oz / pallet_weight_lb: Pallet weight totaldimensional_weight_oz / dimensional_weight_lb: Dimensional weight totalsellable: If the product is sellable or notdiscontinued: If the product is discontinuedcreated_at: When the product was createdupdated_at: When the product was last updated# Find products by SKU (includes alternate SKUs)
?sku[eq]=SKU-001
# Find products with specific price range
?retail_price[gte]=50.00&retail_price[lte]=100.00
# Find recently updated products
?updated_at[gte]=2024-01-01 00:00:00
# Search products by name
?name[contains]=Test Product
# Find products by category and sub-category
?category.name[eq]=Electronics&sub_category.name[eq]=Smartphones
# Find products by supplier
?supplier.name[contains]=Acme
# Find products by type
?type=PRODUCT
?type=KIT
# Find kit products that contain a specific product as a component
?kit_items.product_id=123
# Find products by dimension filters
?product_length[gt]=10.0&product_width[lt]=20.0
?box_length[eq]=12.5
?carton_height[gte]=10.0
?shipping_length[lte]=18.0
?pallet_width[gt]=40.0
# Find products by weight (filter by total oz or lb)
?shipping_weight_oz[gte]=64
?shipping_weight_lb[gt]=5.0
?product_weight_oz[lt]=200
Authenticate using a bearer token. To obtain a token, contact developers@joinluminous.com
Page number for pagination
Number of items per page (max 100)
x <= 100Filter by name OR upc OR sku
Filter by product name
Filter by product description
Filter by SKU (searches both internal and alternate SKUs)
Filter by UPC/Barcode
Filter by sellable status
Filter by whether the product is discontinued
Filter by retail price
Filter by wholesale price
Filter by creation date
Filter by last update date
Filter by product tags
Filter by category ID
Filter by category name
Filter by sub-category ID
Filter by sub-category name
Filter by supplier ID
Filter by supplier name
Filter by Bill of Materials ID (returns products attached to the specified BOM)
Filter by kit item product ID (returns kit products that contain the specified product as a component)
Filter by product type (PRODUCT for regular products, KIT for kit products)
PRODUCT, KIT Filter by product weight total in ounces
Filter by product weight total in pounds
Filter by product length (in inches)
Filter by product width (in inches)
Filter by product height (in inches)
Filter by box weight total in ounces
Filter by box weight total in pounds
Filter by box length (in inches)
Filter by box width (in inches)
Filter by box height (in inches)
Filter by carton weight total in ounces
Filter by carton weight total in pounds
Filter by carton length (in inches)
Filter by carton width (in inches)
Filter by carton height (in inches)
Filter by shipping weight total in ounces
Filter by shipping weight total in pounds
Filter by shipping length (in inches)
Filter by shipping width (in inches)
Filter by shipping height (in inches)
Filter by pallet weight total in ounces
Filter by pallet weight total in pounds
Filter by dimensional weight total in ounces
Filter by dimensional weight total in pounds
Filter by pallet length (in inches)
Filter by pallet width (in inches)
Filter by pallet height (in inches)