Upload store logo image
Update one of the store logo image with an image URL passed as the 'externalUrl' query parameter.
PUT
https://app.ecwid.com/api/v3/{storeId}/profile/{logo}?externalUrl={externalUrl}
Required access scopes
Requires the following access scope: update_store_profile
Path params
All path params are required.
storeId
number
Ecwid store ID.
logo
string
Type of logo you want to update. Must be one of:
logo
- Main store logo visible on the storefront.
invoicelogo
- Logo image for invoices/receipts.
emaillogo
- Logo for other store emails.
Query params
All query params are optional.
externalUrl
string
Image URL available for public download.
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
id
number
Internal image ID.
Last updated
Was this helpful?