Understanding the structure of your JSON output is crucial for seamless integration.

Top-Level Structure

The JSON output contains two main sections: product_info and seo_description.

Product Info Object

This object contains structured data about your product:

"product_info": {
  "name": "Product Name",
  "sku": "SKU123",
  "category": "Category",
  "features": ["Feature 1", "Feature 2"],
  "specifications": {
    "dimension": "10x10x10",
    "weight": "1kg"
  }
}