Skip to main content

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

PropertyDescription
Store IDThe ID of the store.
tip

To get default store, leave the ID field blank.

Outcomes

OutcomeDescription
DoneReturns 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
}