---
title: "Retrieve Simplified Product Checkout Catalog"
method: GET
path: "/public/user/checkout/catalog"
tags: ["Checkout"]
---

# Retrieve Simplified Product Checkout Catalog

`GET /public/user/checkout/catalog`

This endpoint returns a simplified product list that is both visible
and enabled for API checkouts. It helps clients to quickly identify and
purchase available products without any search or pagination parameters.
Ideal for basic API-based purchasing.

## Response `200`

Successfully retrieved the simplified checkout catalog.

- object
  - `data` object — Object containing available products keyed by product ID
  - `message` string — A success message.

---

[API](https://skmtc.dev/byteful/apis/byteful-public-user-api.md) · [All operations](https://skmtc.dev/byteful/apis/byteful-public-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteful/byteful-public-user-api/revisions/3db1a6fc0099/schema)
