Upload shop logo
Deprecated
PUT
/shops/{id}/logo
const url = 'https://example.com/shops/example/logo';const options = {method: 'PUT'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request PUT \ --url https://example.com/shops/example/logoParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string