Add data to 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

FieldTypeDescription
updateCountnumberThe number of updated items (1 or 0 depending on whether the update was successful)
Language
Click Try It! to start a request and see the response here!