Checkout products

Create and manage products for hosted checkout.

Products are reusable items you sell through checkout. Manage them in Dashboard → Checkout → Products (/dashboard/checkout/products), or via the API (POST /products).

Create a product

New Product dialog with name, price, SKU, image, and description fields
The New Product dialog.

Click New Product and fill in:

FieldRequiredNotes
NameYesDisplay name.
Price (USD)YesUp to 2 decimal places, e.g. 9.99.
SKUYesUnique per organization. Duplicate → duplicate_sku.
Image URLNoShown on the checkout page.
DescriptionNo

Edit and archive

  • Edit updates any field (PATCH /products/:id).
  • Delete archives the product (DELETE /products/:id) — it stops appearing in Active but is not permanently removed. Filter by Active / Archived at the top of the list.

Creating a product does not create a checkout link. Create a checkout (with a hosted URL) from the product via the API.