Import¶
Data¶
An import of the data feed is made through using the standard HTTP POST method, with personal cluster credentials provided by Voyado.
- For information about the different import types and formats, see Format specification.
- For information about scheduling imports, see Scheduling.
- For the API specification for Imports, see Specification.
Force imports¶
Protection from potentially harmful imports is built into Voyado Elevate. If an import looks dangerous, e.g. it removes half of all products in a market, it will be rejected with an appropriate error message and code 400. To override the protection and force Elevate to accept such an import, a force=true
argument can be added to the post request of the import.
Navigation¶
Navigation trees can be imported into Elevate using the Import navigation endpoint. The import is based on the market attribute which must be supplied the request body for the import. The endpoint require the Api-Key
header.
For additional information, see Import and export navigation.
Pages¶
Pages can be imported into Elevate using the Import pages endpoint. The import of pages is based on the market attribute which must be supplied in the request body. The endpoint require the Api-Key
header.
For additional information, see Import and export pages.