Queue Product From Url
Queue a product for enrichment from a product page URL.
Authentication Required: Requires product:write permission.
Supports both user session authentication and M2M authentication.
Cookies
Body
Request model for queuing product from URL.
ProductType key
Product page URL
Run AI enrichment (description, features, attributes)
Optional product key (auto-generated from URL if not provided)
Scrape brand website during enrichment
Search product lakehouse for existing data
Optional vendor ID
Response
Successful Response
Response model for a single Product.
MongoDB ObjectId as string
Internal unique identifier
Product type reference
Source of product data
Confidence score (0-1)
Creation timestamp
User who created this
Enrichment completeness score (0-1)
Buckets that contributed to merged product
Error message if status=failed
DEPRECATED manual flag; superseded by publish_status
Job ID for tracking enrichment progress
Version labels
Did lakehouse_search contribute any property?
Properties sourced from lakehouse
Langfuse trace ID
Last modification timestamp
User who last modified this
Product data keyed by PropertyDefinition key
Per-property metadata
Number of properties with values
Per-enabled-target publish chips: {target_key, target_env, name, state(in_sync|drifted|never_published), published_version, published_at}
Computed publish status: draft | live | changed
Scrape-quality warnings if the brand-site scrape returned suspect content
Status: complete, failed, partial
Version number