API – Settings
General Online Reference
http://4221117.shop53.dandomain.dk/admin/webapi/endpoints/v1_0/SettingService/help
GetSites [GET]
The GetSites operation retrieves a list of sites.
Input
The operation takes the following input:
- an authentication key (see Authentication for details)
Validation
The following validation will determine whether the operation succeeds:
- the authentication key must be valid (see Authentication for details)
The settings READ permission is required to perform this operation.
Output
When successful the operation returns list of sites.
Request and response format
GetCountries [GET]
The GetCountries operation retrieves a list of countries.
Input
The operation takes the following input:
- an authentication key (see Authentication for details)
Validation
The following validation will determine whether the operation succeeds:
- the authentication key must be valid (see Authentication for details)
The settings READ permission is required to perform this operation.
Output
When successful the operation returns list of countries.
Request and response format
GetCurrencies [GET]
The GetCurrencies operation retrieves a list of currencies.
Input
The operation takes the following input:
- an authentication key (see Authentication for details)
Validation
The following validation will determine whether the operation succeeds:
- the authentication key must be valid (see Authentication for details)
The settings READ permission is required to perform this operation.
Output
When successful the operation returns list of currencies.
Request and response format
GetPaymentMethods [GET]
The GetSites operation retrieves a list of payment methods.
Input
The operation takes the following input:
- an authentication key (see Authentication for details)
Validation
The following validation will determine whether the operation succeeds:
- the authentication key must be valid (see Authentication for details)
The settings READ permission is required to perform this operation.
Output
When successful the operation returns list of payment methods.
Request and response format
GetShippingMethods [GET]
The GetSites operation retrieves a list of shipping methods.
Input
The operation takes the following input:
- an authentication key (see Authentication for details)
Validation
The following validation will determine whether the operation succeeds:
- the authentication key must be valid (see Authentication for details)
The settings READ permission is required to perform this operation.
Output
When successful the operation returns list of shipping methods.
Request and response format
GetCompanyInfo [GET]
The GetCompanyInfo operation retrieves information about a company.
Input
The operation takes the following input:
- an authentication key (see Authentication for details)
- a site id
Validation
The following validation will determine whether the operation succeeds:
- the authentication key must be valid (see Authentication for details)
The settings READ permission is required to perform this operation.
Output
When successful the operation returns a company info object.
Request and response format