Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 570 Bytes

File metadata and controls

20 lines (14 loc) · 570 Bytes

UltracartClient::SfvbPreviewSessionRequest

Properties

Name Type Description Notes
containers Object Containers to preview, keyed by container id. Each value is a full container document. [optional]
theme_oid Integer Theme to compile against. Supplies the inherit groups configuration. Defaults to the active theme. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::SfvbPreviewSessionRequest.new(
  containers: null,
  theme_oid: null
)