post https://app.ecwid.com/api/v3//storage/
Use this method to put a new data into the storage. If the key you specify in the request already exists, the corresponding value in the storage will be replaced with the submitted one. You can also create app public config data by using public
as storage key in your request.
Access scopes
Requires the following access scope: read_store_profile
Request
A key for the new key-value pair will be taken from the request URL. The data (value) is the request body (1MB max)
Response
A JSON object with the following fields
Field | Type | Description |
---|---|---|
updateCount | number | The number of updated items (1 or 0 depending on whether the update was successful) |