#Content
This section covers creating all the content the e-commerce project needs and understanding how the content editor reflects the schema built in earlier lessons.
Every field, dropdown, reference, and component you see here was configured in lessons 1 through 5. If a product variant presents only size and color fields for the selected product type, that is the modular component from lesson 4.1 working as intended. If a category reference allows selecting multiple categories per product, that is the many-to-many configuration from lesson 2.1. The content editor is where schema decisions become testable.
By the end of lesson 6.3, the project contains:
- Published product categories
- Core product entries with related products, images, and variants
- Seller information entry
- Landing pages with
Stripescomponents - Navigation entry with links
- Localized Spanish content for the Summer Campaign and products
- Published content ready to query in the API Playground
#Lessons in this section
| Lesson | What you will do |
|---|---|
| 6.1 Create content | Create product categories, seller information, products, landing pages, and navigation entries |
| 6.2 Localize content | Add a Spanish locale and write localized content for the Summer Campaign and products |
| 6.3 Understand content stages | Learn how DRAFT and PUBLISHED stages affect what the Content API returns and what the frontend displays |
#What's next
Lesson 6.1 - Create contentOr, go to the Tutorial overview for the full lesson list.