fix
This commit is contained in:
@@ -421,7 +421,7 @@ export const DOCS_GUIDE_TREE: DocsGuideTree = {
|
||||
synonyms: ["ean", "items[].ean", "products/process"],
|
||||
title: "Public process (EAN batch)",
|
||||
outcome: "Start and poll enrichment using POST/GET /products/process.",
|
||||
body: "POST body uses items[].ean (preferred). Handler also accepts raw_product_ids as an alternate on this same path. Responses use HTTP 200 with { data: { process_id, … } } and completed items[] when done.",
|
||||
body: "POST body uses items[].ean (preferred). Responses use HTTP 200 with { data: { process_id, … } }. Poll GET until COMPLETED. items[].description is generated HTML product copy (headings, paragraphs, lists) whose length follows the category description formula — not a one- or two-sentence blurb. Some categories request very long multi-section articles. Handler also accepts raw_product_ids as an alternate on this same path.",
|
||||
authNote: AUTH_NOTE,
|
||||
endpoints: [
|
||||
endpoint("POST", "/products/process", "Start processing by EAN"),
|
||||
|
||||
Reference in New Issue
Block a user