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
API ReferenceHow to enable payment methods
How to set up direct debit payments
Before you start
Configure your business bank account information
API ReferenceAPI ReferenceConfigure settings for direct debit payments
API ReferenceSpecify your business's SEPA Creditor ID
API ReferenceHow to add custom attributes to a site
Define a JSON schema
Apply custom attributes to a site
API ReferenceAdd or modify mixins when updating a site
API ReferenceLast updated
Was this helpful?

