Contact details of a shop
Field | Type | Description |
---|---|---|
address | Address.simple | An address |
telephone | Phone | International phone number |
vat | VAT number | VAT number |
social | Social | Social links |
website | URL? | Nullable. An URL field starting with http:// or https:// |
Email? | Nullable. Email address |
{
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"telephone": "+32 475 00 00 00",
"vat": "BE0123.456.789",
"social": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"snapchat": "https://example.com",
"instagram": "https://example.com",
"pinterest": "https://example.com",
"youtube": "https://example.com"
},
"website": "https://example.com",
"email": "example@domain.com"
}