Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.01 KB

File metadata and controls

32 lines (16 loc) · 1.01 KB

UltraCartRestApiV2.SfvbValidateRequest

Properties

Name Type Description Notes
cjson String The container JSON to validate. [optional]
container_name String Container name it will be stored under, for example upsell-offer or email-footer. Some rules key off the name. [optional]
include_warnings Boolean Include quality warnings as well as errors. Defaults to true. [optional]
marketing_email Boolean For email containers, whether this is a marketing email. Marketing emails carry CAN-SPAM footer requirements that transactional emails do not. [optional]
owner_type String Where this container is destined to live. Determines which contextual rules apply. [optional]

Enum: OwnerTypeEnum

  • theme (value: "theme")

  • page (value: "page")

  • item (value: "item")

  • upsell (value: "upsell")

  • email (value: "email")

  • postcard (value: "postcard")