Contact

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 Email? Nullable. Email address

Examples

Example 1

{
    "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"
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.2 stable