> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v4.3.0/catalog/creating-products/virtual-product.md).

# Virtual Product

<div align="left"><img src="/files/-MKEz34EdQLuLYOiF180" alt=""></div>

Virtual products are non-tangible items like subscriptions, services, digital downloads, etc. Virtual products can be used as a part of bundle or grouped products.&#x20;

ScandiPWA supports virtual products display as well as respects the settings in the Back-End.

**NOTE!** During the checkout process, the shipping step will not appear unless there is another tangible product in the shopping cart.&#x20;

### To create a virtual product: <a href="#virtualproduct-tocreateavirtualproduct" id="virtualproduct-tocreateavirtualproduct"></a>

1. Complete the **Required Settings**&#x20;
2. Complete the **Basic Settings**
3. Complete the **Product Information.** To see, which settings are supported by ScandiPWA, refer to Product Settings.&#x20;
4. When complete, tap **Save.**&#x20;

{% hint style="info" %}
**Caching Note**

After any change, the product will be updated on the Front-End immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and new cache entry will be stored.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.scandipwa.com/v4.3.0/catalog/creating-products/virtual-product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
