> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The Products API allows you to define virtual items for purchase in your web store. Products can be quantity-based or time-based. You can set names, images, and display properties to control how each one appears in an offer.

Learn more about [products](/../../guides/webstore/design/add-a-product).

With the Products API, you can:

* [Create a product](./create-product).
* [Retrieve](./get-product) a specific product.
* [Retrieve a list of all products](./get-all-products).
* [Update a product](./update-product).
* [Delete a product](./delete-product).

## Before you begin

It’s important to note the following point before starting to code:

* Create a product before using the [Offers API](/../api-reference/webstore/offers-v2/introduction).
