Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1004 Bytes

File metadata and controls

17 lines (12 loc) · 1004 Bytes

com.ultracart.admin.v2.Model.SfvbCompileRequest

Properties

Name Type Description Notes
Cjson string The container JSON to compile. [optional]
ContainerName string Optional container name, used to derive the container id the same way a .cjson file name would. Omit and the id on the document is kept. [optional]
StorefrontOid int Optional storefront oid. Required when theme_oid is supplied. [optional]
ThemeOid int Optional theme oid. Supplies the theme's inherit groups configuration so compilation matches what the theme would produce. Omit to compile without inheritance. [optional]
Validate bool Run validation before compiling and fail on errors. Defaults to true. [optional]

[Back to Model list] [Back to API list] [Back to README]