TenantClient#getApplication(applicationParams, options);
An Application is the main container for all the data that your storefront maps to. In Broadleaf, all catalogs, products, offers, etc are assigned to an application. The following operations allow you to resolve the current application based on its Id, token or Url.
Parameter | Type | Required? | Description |
---|---|---|---|
|
✅ |
Provide an application Id, Url or token |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns an ApplicationResolverResponse.
This is a helper function to resolve an application by it’s Id.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide an application Id to resolve |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns an ApplicationResolverResponse.
This is a helper function to resolve an application by it’s Url.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide an application Url to resolve. |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns an ApplicationResolverResponse.
This is a helper function to resolve an application by it’s token.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide an application token to resolve. |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns an ApplicationResolverResponse.