Get all storage data

Retrieves all stored data for the given store ID. Public application config can be found in the public key of your application storage.

Response

A JSON array of the objects in the following format

StorageElement

FieldTypeDescription
keystringThe key you set for the stored data
valuestringThe stored data

Errors

In case of error, Ecwid responds with an error HTTP status code and JSON-formatted body containing error description

HTTP codes

HTTP StatusMeaning
415Unsupported content-type: expected application/json or text/json
500Cannot retrieve the data because of an error on the server

Error response body (optional)

FieldTypeDescription
errorstringType of the error
errorMessagestringError message
Language
Authorization
Query