> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Update proposal tasks

> Per-operation reference for the buyer update proposal API

Each page below documents a single update proposal operation — request, parameters, response shape, and errors. Poll a proposal until it leaves `PENDING`, or cancel it before the sales agent resolves it. For the model, see the [Update proposals overview](/v2/buyer/update-proposals/overview).

## Manage

<CardGroup cols={2}>
  <Card title="Get update proposal" href="/v2/buyer/update-proposals/tasks/get-update-proposal" icon="magnifying-glass">
    `GET /update-proposals/:id` — poll resolution status
  </Card>

  <Card title="Cancel update proposal" href="/v2/buyer/update-proposals/tasks/cancel-update-proposal" icon="ban">
    `DELETE /update-proposals/:id` — withdraw a pending proposal
  </Card>
</CardGroup>
