Store Settings

Get Settings

get
/settings
Responses
200

Successfully got settings

get
/settings
200

Successfully got settings

Update store settings

post
/settings
Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Body
metaTagTitlestringOptional
metaTagDescriptionstringOptional
metaTagKeywordsstringOptional
businessNamestringOptional
siteUrlstringOptional
storeOwnerstringOptional
storeAddress1stringOptional
storeAddress2stringOptional
storeDescriptionstringOptional
storeEmailstringOptional
storeTelephonestringOptional
storeCitystringOptional
storePostalCodestringOptional
siteCategorystringOptional
maintenanceModeintegerOptional
storeLanguageNamestringOptional
storeSecondaryLanguageNamestringOptional
storeCurrencyIdintegerOptional
timeZonestringOptional
twitterstringOptional
linkedInstringOptional
instagramstringOptional
youtubestringOptional
facebookstringOptional
statusintegerOptional
invoicePrefixstringOptional
orderStatusintegerOptional
categoryProductCountintegerOptional
itemsPerPageintegerOptional
settingIdintegerOptional
accessKeystringOptional
siteNamestringOptional
timeFormatstringOptional
currencySymbolstringOptional
defaultCountryintegerOptional
zoneIdintegerOptional
countryIdintegerOptional
countrystringOptional
defaultWebsiteintegerOptional
Responses
200

Settings Updated Successfully

post
/settings

No content

Get Country List

get
/country
Query parameters
limitintegerOptional

Limit of records

Default: 0
offsetintegerOptional

Offset for pagination

Default: 0
keywordstringOptional

Search keyword

countintegerOptional

Flag to get count (0 or 1)

Default: 0
statusintegerOptional

Filter by status

Default: 1
Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Responses
200

Successfully got all country list

get
/country
200

Successfully got all country list

Get Zone List

get
/list/zone
Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Responses
200

Successfully got all zone list

get
/list/zone
200

Successfully got all zone list

Get Settings by ID

get
/settings/{id}
Path parameters
idintegerRequired

ID of the setting to fetch

Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Responses
200

Successfully fetched the settings

get
/settings/{id}
200

Successfully fetched the settings

Get complete list of currencies

get
/currency
Query parameters
limitintegerOptional

Limit the number of results

offsetintegerOptional

Offset for pagination

keywordstringOptional

Search keyword to filter the currencies

countintegerOptional

Count flag (should be 0 or true/false)

statusintegerOptional

Filter currencies by status (1 for active)

Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Responses
200

Successfully retrieved the currency list

get
/currency
200

Successfully retrieved the currency list

Get complete list of languages

get
/language
Query parameters
limitintegerOptional

Limit the number of results

offsetintegerOptional

Offset for pagination

countbooleanOptional

Count flag (should be 0 or true/false)

keywordstringOptional

Search keyword to filter the languages

statusintegerOptional

Filter languages by status (1 for active)

defaultLanguagebooleanOptional

Filter by default language

Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Responses
200

Successfully retrieved the language list

get
/language
200

Successfully retrieved the language list

Get complete list of categories

get
/category
Query parameters
limitintegerOptional

Limit the number of results

offsetintegerOptional

Offset for pagination

keywordstringOptional

Search keyword to filter the categories

sortOrderintegerOptional

Sort order (0 for ascending, 1 for descending)

statusintegerOptional

Filter categories by status (1 for active)

namestringOptional

Filter categories by name

industryIdintegerOptional

Filter categories by industry ID

Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Responses
200

Successfully retrieved the category list

get
/category
200

Successfully retrieved the category list

Last updated