Skip to main content

Authenticated Account
API

The API for interacting with an account in which the customer is fully authenticated.

The base API object provided to this and other customer-account extension targets.

Anchor to authenticatedAccount
authenticatedAccount
required

Information about the authenticated account.

Was this section helpful?

Anchor to useAuthenticatedAccountCustomer
useAuthenticatedAccountCustomer()

Returns the current authenticated Customer. The value is undefined if the customer isn't authenticated.

| undefined
Was this section helpful?

Anchor to useAuthenticatedAccountPurchasingCompany
useAuthenticatedAccountPurchasingCompany()

Provides information about the company of the authenticated business customer. The value is undefined if a business customer isn't authenticated.

| undefined
Was this section helpful?