Get Store Info
Definition
Gets a store by identifier (ID).
You can get store details for many different reasons, for example, you can use them in your email templates.
You can checkout this activity usage in Follow-up Emails workflow.
Properties
Property | Description |
---|---|
Store ID | The ID of the store. |
tip
To get default store, leave the ID field blank.
Outcomes
Outcome | Description |
---|---|
Done | Returns the output model. |
Output Model
{
Id: number,
Name: string,
Url: string,
SslEnabled: boolean,
Hosts: string,
DefaultLanguageId: int,
CompanyName: string,
CompanyAddress: string,
CompanyPhoneNumber: string,
CompanyVat: string
}