AppSettings
Returns the lists of client and server-side settings to be used by the Merchant. The original JSON string is returned in the AppSettings.ClientSettings property must be passed back to Global‑e client SDK as received.
The sample string may look like this: {"AllowTracking":{"value":"true"},"Opacity":{"value":"0.8"}}.
Method/URL
https://{server_name}/Browsing/AppSettings
Parameter
Request
Parameter Name | Type | Description | Mandatory |
|---|---|---|---|
| Object | Includes web store code and web store instance code to get the merchant app setting for the specific merchant web store instance/domain | No |
Return
Parameter Name | Type | Description | Mandatory |
|---|---|---|---|
| Object | Details about API version and client/server settings |
Example
Response
{
"WebStoreCode": "default",
"WebStoreInstanceCode": "QA1"
}