Clear the fulfillment freeze a dispute placed on its order
POST
/admin/v1/disputes/{id}/unfreeze-fulfillment
const url = 'https://your-store.example.com/admin/v1/disputes/example/unfreeze-fulfillment';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://your-store.example.com/admin/v1/disputes/example/unfreeze-fulfillmentParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string