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
Admin
Front End API
Alerts
Cart
Collections (service)
Favorites
Settings (API)
User
User.addBillingProfile()
User.addShippingProfile()
User.fillInfo()
User.getProfiles()
User.guestLogin()
User.loadCustomer()
User.login()
User.logout()
User.redirectToAttempted()
User.redirectToLogin()
User.register()
User.removeBillingProfile()
User.removeShippingProfile()
User.roles()
User.updateGroup()
User.updateInfo()
User.validatePasswordReset()
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
User.fillInfo()
Gets the user's basic information: name, email, id and company name.
This method only retrieves basic information. For more user information use
loadCustomer
.
1
User
.
fillInfo
()
2
.
then
(
resolve
=>
{
3
let
user
=
resolve
.
data
.
info
;
4
});
Copied!
Previous
User.addShippingProfile()
Next
User.getProfiles()
Last modified
1yr ago
Copy link