Update specific app storage data
Last updated
Was this helpful?
Last updated
Was this helpful?
PUT
https://app.ecwid.com/api/v3/{storeId}/storage/{key}
Your app must have the following access scopes to make this request: update_store_profile
All path params are required.
storeId
number
Ecwid store ID.
key
string
Key for updating specific app storage data.
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON object with the following fields:
value
string
Data for saving in the app storage. Size limit: Private keys – 1MB
Public keys - 256KB
success
boolean
Defines if the request was successful.