Skip to main content

UI Checklist

Below is a list of UI views mock-ups that you will need to integrate in your codebase if you want to offer a 100% native checkout experience.

Catalog Browser

You can display a paginated list of products fetched from our Catalog API along with UI elements that let the customer filter or sort the results.

Product Viewer

Typically users click on a single product and need to see more information about that product, such as Reviews, Similar Products, Description and some actions such as Add to Cart or Buy Now.

You can fetch this additional information through the Catalog API and you can execute cart-related actions through the Cart API.

Cart Viewer

Before customers can process payments, they typicall see an overview of their cart.

Orders History

A list of all historical orders.

Order Viewer

An extended view that shows details relative to a single order, typically along with a return action button.

Return Request View

The form that the customer needs to fill to request their return by the merchant.