---
title: "Update abandoned checkout note"
method: PUT
path: "/admin/checkouts/{checkout_id:\\\\d+}/update-note.json"
tags: ["Abandoned Checkout"]
---

# Update abandoned checkout note

`PUT /admin/checkouts/{checkout_id:\\d+}/update-note.json`

Update abandoned checkout note

## Path parameters

- `checkout_id` number, required

## Request body

- AbandonedCheckoutsNoteUpdateSwaggerRequest
  - `checkout` AbandonedCheckoutNoteSwaggerRequest
    - `note` string

## Response `200`

OK

- AbandonedCheckoutsUpdateSwaggerResponse
  - `success` boolean

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
