Site Settings Tutorial
How to create a new site
curl -L
--request POST
--url 'https://api.emporix.io/site/{tenant}/sites'
--header 'Content-Type: application/json'
--data '{
"code": "example",
"name": "ExampleName",
"active": false,
"default": false,
"defaultLanguage": "en",
"languages": [
"en"
],
"currency": "GBP",
"homeBase": {
"address": {
"country": "GB",
"zipCode": "12345"
}
},
"shipToCountries": [
"GB"
],
"mixins": {},
"metadata": {}
}'How to set a list of countries to which a site ships products
How to enable payment methods
How to set up direct debit payments
Before you start
Configure your business bank account information
Configure settings for direct debit payments
Specify your business's SEPA Creditor ID
How to add custom attributes to a site
Define a JSON schema
Apply custom attributes to a site
Add or modify mixins when updating a site
Last updated
Was this helpful?

