Skip to content

Configuration

https://{cluster-id}.api.esales.apptus.cloud/api/admin/v4/import/configuration

POST

An import of the cluster configuration is made through using the standard HTTP POST method, with personal cluster credentials provided during onboarding. Configuration imports can be used to set up new markets or remove existing markets and all related data. Requests to this endpoint should be made with care. See Config specification for more information

Request

Header parameters

Name Description Example
Api-Key
Required
Api-key that was supplied during on-boarding pkA123456789AB1BE..
Accept-Encoding Allows responses to be compressed using Gzip. gzip
Content-Encoding Defines which encoding was used to compress the data. gzip
Content-Type application/json application/json

Query parameters

Name Description Example
allowDestructiveImport If true, allows imports that removes existing markets or locales. If false or omitted, such imports will fail. false
blockingTimeout Maximum time to wait before getting a response. Valid values are in the range of 0 to 5 minutes. Defaults to 5 minutes. PT3M
name A name to identify the import in logs

Supported Content-Type

application/json

Request body

Example
application/json
{
  "edit" : {
    "markets" : {
      "se" : {
        "locales" : [ "sv-SE", "en-GB" ],
        "appSettings" : {
          "name" : "Sweden",
          "currency" : "SEK",
          "pageBaseUrl" : "www.example.com/se/categories",
          "searchPageUrl" : "www.example.com/se/home",
          "navigationUrl" : "www.example.com/se/categories"
        }
      },
      "uk" : {
        "locales" : [ "en-GB" ],
        "appSettings" : {
          "name" : "UK",
          "currency" : "GBP"
        }
      }
    }
  }
}
Schema

Configuration

A config import must include exactly one of 'remove', 'replace', or 'edit'

Name Type Description Example
edit ConfigEdit The edit operation adds or changes the included markets
remove ConfigRemove The remove operation removes specific markets
replace ConfigReplace The replace operation fully replaces the configuration, removing all markets not included in the requests
curl -i \
-X POST \
-H 'Api-Key: pkA123456789AB1BE..' \
-H 'Accept-Encoding: gzip' \
-H 'Content-Encoding: gzip' \
-H 'Content-Type: application/json' \
"https://{cluster-id}.api.esales.apptus.cloud/api/admin/v4/import/configuration?allowDestructiveImport=false&blockingTimeout=PT3M&name=name" \
-T request-body.file.gz

Response

Response codes

Status Description
202 The import exceeded the maximum time, and an identifier for the import will be returned which can be used to poll its progress. The maximum wait time is 5 minutes by default.
204 The import was valid and has completed.
400 The import was invalid or exceeds the contracted number of markets/locales. In case of the latter, please contact support if you wish to further extend your cluster.
403 Incorrect cluster credentials.
404 Cluster not found.
405 The import is not allowed due to incomplete upgrade. Perform a full v4 catalog import to upgrade.
409 An import is currently in progress.
500 Server error such as cluster unavailable, busy or internal error. If 5xx errors persist, contact support and attach any information found in the response body.
503 The server in the cluster that received the request is currently unavailable or busy. It is recommended to retry the request. The time between request attempts should be increasing.

Schemas

Inner schemas

ConfigEdit

Name Type Description Example
markets <string, MarketDefinition> A mapping from market key to a market configuration

ConfigRemove

Name Type Description Example
markets string[] Which markets to delete. Deleting a market will delete everything on that market, including products and settings (promotions, pages, etc.)!

ConfigReplace

Name Type Description Example
markets <string, MarketDefinition> A mapping from market key to a market configuration

MarketDefinition

A complete or partial market definition

Name Type Description Example
appSettings AppSettings How the market should be presented in the Elevate app interface. It is highly recommended to provide a display name and currency for the market.
locales string[] A list of which locales this market should support. New markets must include at least one locale!
×
Copyright

This online publication is intellectual property of Voyado Lund AB. Its contents can be duplicated in part or whole, provided that a copyright label is visibly located on each copy and the copy is used in conjunction with the product described within this document.

All information found in these documents has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither Voyado Lund AB nor the authors shall be held liable for possible errors or the consequences thereof.

Software and hardware descriptions cited in these documents might be registered trademarks. All trade names are subject to copyright restrictions and may be registered trademarks. Voyado Lund AB essentially adheres to the manufacturer’s spelling. Names of products and trademarks appearing in this document, with or without specific notation, are likewise subject to trademark and trade protection laws and may thus fall under copyright restrictions.

CLOSE