Skip to content

ShopInfo

The ShopInfo object represents info about the shop in the storefront.

classDiagram
  ShopInfo --> Country
  direction LR
  class ShopInfo{
    string name
    ?Country country
    string email
    string profile
    string phoneNumber
    string addressLine1
    string addressLine2
    string city
    string zipCode
    string state
    string taxId
    string regon
    string id
    string version
  }

Properties

Attribute name Type Description
name string The name of the shop
country null| Country Reference to the Country object that represents the Country.
companyName string The name of the company
email string The email of the shop
profile string The profile of the shop
phoneNumber string The phone number of the shop
addressLine1 string The address data of the shop
addressLine2 string The address data of the shop
city string The city of the shop
zipCode string The zip code of the shop
state string The state of the shop
taxId string The tax id of the shop
regon string The regon of the shop
id string The id of the shop
version string The version of the shop

Examples

name property

{{ shopInfo.name }}
My shop

country property

{{ shopInfo.country }}
Poland

companyName property

{{ shopInfo.companyName }}
My company

email property

{{ shopInfo.email }}
myShop@test.com

profile property

{{ shopInfo.profile }}
clothes

phoneNumber property

{{ shopInfo.phoneNumber }}
123456789

addressLine1 property

{{ shopInfo.addressLine1 }}
StreetName 123

addressLine2 property

{{ shopInfo.addressLine2 }}
Additional address data 456

city property

{{ shopInfo.city }}
Cracow

zipCode property

{{ shopInfo.zipCode }}
31-154

state property

{{ shopInfo.state }}
Lesser Poland

taxId property

{{ shopInfo.taxId }}
1122334455

regon property

{{ shopInfo.regon }}
112233445

id property

{{ shopInfo.id }}
7110eda4d09e062aa5e4a390b0a572ac0d2c0220

version property

{{ shopInfo.version }}
5.24.40