Content > Content Models
Commerce APIContentContent Models

Content Models

Content models enable you to establish flexible custom content structures and fields for products and content blocks. This feature is beneficial when you need additional content fields for your products or content blocks. For example, you might create a content model to append a manufacturer's part number or a list of ingredients to a product.

Each content model delineates the custom content fields, which can consist of data types such as string, number, boolean, datetime, or objects.

Endpoints

EndpointDescriptionJSON API
contentModelsGet content modelsGET:content_models.json
contentModelsCreateCreate content modelsPOST:content_models.json
contentModelsDeleteDelete content modelsDELETE:content_models.json
contentModelsModifyModify content modelsPOST:content_models.json

Types

Types
ContentModel
ContentModelCreate
ContentModelModify