Upload store logo image
Update one of the store logo image with an image URL passed as the 'externalUrl' query parameter.
Last updated
Was this helpful?
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}
Requires the following access scope: update_store_profile
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.
All query params are optional.
externalUrl
string
Image URL available for public download.
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON object with the following fields:
id
number
Internal image ID.
Last updated
Was this helpful?
Was this helpful?
