Sign in

Upload store logo image

documented

Update one of the store logo images by providing an external image URL (externalUrl) or image data; logo types include logo, invoicelogo, emaillogo.

PUT /api/v3/{storeId}/profile/{logo}?externalUrl={externalUrl}Store Profileno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.ecwid.com/api/v3/{{$storeId}}/profile/{{$logo}}?externalUrl={{$externalUrl}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"