How to Build: Localization webinar on March 23rd @ 10am PST. Register Now
Use Cases
Pricing
Blog
×
Visual CMS
Drag-and-drop visual editor and headless CMS for any tech stack
Theme Studio for Shopify
Build and optimize your Shopify-hosted storefront, no coding required
Resources
Blog
Get StartedLogin☰
It can be helpful to keep product details in a CMS like Builder, in place of or in complement to an e-commerce platform.
In this way, you can do things such as extend your product info with additional rich content, localize product info, or a/b testing and personalize this info.
A structured data model named product-details
is all you need, with a couple fields:
name | type | notes | ||||||
---|---|---|---|---|---|---|---|---|
name | text | Product Name | ||||||
description | html | Rich text for your product detailed description | ||||||
images | list | List with subfields:
| ||||||
handle | text | A unique URL handle for this product, e.g. | ||||||
collection | reference | Reference to a collection, either to your backend via an e-commerce plugin or to another data model in Builder that represents your product collections |
You can create as many additional fields as you like for additional product info.