Search…
Installing VendorFuel
Signing up for a VendorFuel account
Getting Started
Support & Contact
Plugin
Dashboard
Catalog
Orders
Purchasing
Punchout
Customers
Reports
Accounting
Payments
Taxes
Shipping
Email
Template Editor
Admin Accounts
Settings
Changelog
API
Front End API
Alerts
Cart
Collections (service)
Favorites
Settings (API)
User
Utils
Templates
Account
Addresses
Cart
Catalog
Checkout
Favorites
Forgot Password
Group Account
Group Orders
Login
Order By SKU
Orders
Product Detail
Punchout Return
Register
Reset Password
Saved Cart
Saved Carts
View Order
Theme
Installing the VendorFuel theme
Powered By
GitBook
Collections (service)
Details of the VendorFuel API Collections service.
Methods
getCollections()
Gets an array of collections.
1
Collections
.
getCollections
()
2
.
then
(
data
=>
{
3
let
collections
=
data
.
collections
;
4
});
Copied!
viewCollection(col_id)
Gets details of a specific collection.
1
const
col_id
=
1
;
2
​
3
Collections
.
viewCollection
(
col_id
)
4
.
then
(
data
=>
{
5
let
collection
=
data
.
collection
;
6
});
Copied!
Param
Type
Details
col_id
number
Collection ID.
Previous
Cart.update()
Next
Favorites
Last modified
3mo ago
Copy link
Contents
Methods
getCollections()
viewCollection(col_id)