# How to disable the shipping for digital product ?

By default, Shopify treats all products as **shippable**, meaning it will prompt customers to enter a shipping address at checkout. For digital products or free items that don’t require shipping, you can disable this option.

***

#### Steps to Disable Shipping for Your Digital Product:

1. In your **Shopify Admin dashboard**, look at the left-hand panel and click on **Online Store**.
2. Click on **Products**.
3. Select the product for which you want to disable shipping.
4. Scroll down to the **Shipping** section.
5. **Uncheck** the box labeled **“This is a physical product”**.

<figure><img src="/files/DUBRrMs21wpJ2wHYmelj" alt=""><figcaption></figcaption></figure>

Once unchecked, Shopify will no longer request a shipping address for that product during checkout.


---

# Agent Instructions: 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://helpdesk.ldtsoft.work/ldt-digital-downloads/frequently-asked/how-to-disable-the-shipping-for-digital-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.
