Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1 KB

File metadata and controls

18 lines (13 loc) · 1 KB

com.ultracart.admin.v2.Model.SfvbLibraryResponse

Properties

Name Type Description Notes
Facets List<SfvbLibraryFacet> Available narrowing dimensions. Send a chosen option back as facet_{name}={option}. [optional]
FirstResultNumber int 1-indexed position of the first result on this page. [optional]
LastResultNumber int 1-indexed position of the last result on this page. [optional]
Results List<SfvbLibraryEntry> Matching library entries, without their CJSON. Fetch a single entry to get the fragment itself. [optional]
TotalPages int Total pages available. [optional]
TotalResults int Total matches across all pages. [optional]

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