Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:cart_template"
links: { fx:cache: Cache; fx:store: Backend.Rels.Store; fx:template_sets: TemplateSets; self: CartTemplate }

Type declaration

  • fx:cache: Cache

    POST here to cache your template using the content_html_url and content_text_url.

  • fx:store: Backend.Rels.Store

    Store this template belongs to.

  • fx:template_sets: TemplateSets

    Template sets using this template.

  • self: CartTemplate

    This resource.

props: { content: string; content_url: string; date_created: null | string; date_modified: null | string; description: string }

Type declaration

  • content: string

    The content of your cart template. Leave blank to use the default responsive template. This shouldn't be set directly unless all of your image references are already over https. If they are not, set the content_url to point to your template content online and then POST to the cache link relationship.

  • content_url: string

    The URL of your cart template hosted on your own server online and publicly available for our server to cache.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    The description of your cart template.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc