Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.49 KB

File metadata and controls

23 lines (18 loc) · 1.49 KB

com.ultracart.admin.v2.Model.SfvbLibraryEntry

Properties

Name Type Description Notes
Bookmarked bool True when the calling user has bookmarked this entry. [optional]
Cjson string The fragment's CJSON. Omitted from search results to keep them terse; fetch a single entry to get it. [optional]
Description string What this fragment is for. [optional]
LibraryOid int Library entry oid. [optional]
Name string Entry name. [optional]
Owned bool True when the calling user owns this entry. [optional]
ReferencedFiles List<string> Storefront file paths this fragment references. Installing the fragment copies them into the storefront; reading it does not. [optional]
ScreenshotKey string S3 listing key for the large screenshot, when one has been generated. [optional]
ShareWithAccount bool True when the entry is shared across the merchant account. [optional]
ThumbnailKey string S3 listing key for the medium thumbnail, when one has been generated. Thumbnails are produced asynchronously and can lag a save by a minute or two. [optional]
WidgetType string Element type at the root of the fragment. [optional]

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