Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.auctionnow.io/llms.txt

Use this file to discover all available pages before exploring further.

Live Demo

See Auction Now in action

Source Code

View the demo code on GitHub

Overview

This demo shows one of the best ways to get started with the Auction Now API - creating live auctions for products in an existing e-commerce store.

How It Integrates with the API

It uses the POST /merchant/auctions endpoint with product details to create a live auction.

Live Demo Walkthrough

To create an auction, first sign in to the example admin account. Then, use the top nav to open the admin dashboard. Choose a product to edit, and click “Create Auction” to start a new auction. You can then

Running Locally

To run the demo yourself, you can clone it from the GitHub repository and follow the setup instructions in the README.