Pick the winning module for a contested slot (admin choice)
PUT
/admin/v1/slots/{slot}/resolution
const url = 'https://your-store.example.com/admin/v1/slots/example/resolution';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://your-store.example.com/admin/v1/slots/example/resolutionParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” slot
required
string