Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.66 KB

File metadata and controls

20 lines (17 loc) · 1.66 KB

# SfvbRenderRequest

Properties

Name Type Description Notes
ancestors_cjson string The chain of ancestor nodes above this one, as CJSON. Elements that inherit layout or styling from a parent render differently without it, so supply it when rendering a node from inside a container rather than a standalone fragment. [optional]
child_containers_json string Child containers this node references, as a JSON object keyed by container id. Compiled into the render context so nested containers resolve. [optional]
cjson string The CJSON node to render. [optional]
context_affiliate_oid int Affiliate oid for the rendering context. [optional]
context_blog_post_oid int Blog post oid for the rendering context. [optional]
context_group_path string Catalog group path for the rendering context. [optional]
context_item_id string Item id for the rendering context. Required for item bound elements. [optional]
context_order_id string Order id for the rendering context. [optional]
context_page_number string Page number for paginated elements. Defaults to 1. [optional]
context_upsell_offer_oid int Upsell offer oid for the rendering context. [optional]
language_iso_code string Language ISO code. Defaults to ENG. [optional]
uri string Storefront URI the node would appear on. Affects rendering of anything page relative. [optional]

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