---
title: "Checkout Buttons UI"
method: GET
path: "/stores/{storeId}/checkout-buttons-ui"
tags: ["Checkout Buttons"]
---

# Checkout Buttons UI

`GET /stores/{storeId}/checkout-buttons-ui`

Generate rendered HTML and CSS for checkout buttons.

## Path parameters

- `storeId` string, required

## Response `200`

Success

- object
  - `css` string — Boilerplate checkout button CSS, plus any merchant configured styles or A/B tests.
  - `html` string — Boilerplate checkout button HTML

---

[API](https://skmtc.dev/redoapp/apis/redo-api.md) · [All operations](https://skmtc.dev/redoapp/apis/redo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redoapp/redo-api/revisions/119714540a45/schema)
