> For the complete documentation index, see [llms.txt](https://help.dollarlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dollarlabs.io/dollarlabs-ultimate-discounts.md).

# Dollarlabs: Ultimate Discounts

<mark style="color:green;">Dollarlabs: Ultimate Discounts</mark> is a Shopify Functions based discount app that allows you to create complex discounts with a simple and easy to use UI.&#x20;

***

### Supported function types&#x20;

The platform is built on Shopify Functions APIs, and here is a support table that defines the current and planned capabilities of the platform.&#x20;

| Function               | Description                                                                                          | Support    |
| ---------------------- | ---------------------------------------------------------------------------------------------------- | ---------- |
| Product Discounts      | Create a new type of discount that's applied to a particular product or product variant in the cart. | :thumbsup: |
| Order Discounts        | Create a new type of discount that's applied to the entire cart as a whole.                          | :thumbsup: |
| Shipping Discounts     | Create a new type of discount that's applied to one or more shipping rates at checkout.              | :thumbsup: |
| Cart transform         | Bundle items in cart and offer the bundle at a discounted price.                                     | 👍         |
| Checkout validation    | Block cart or checkout from completion                                                               | 👍         |
| Payment customisation  | Sort and hide payment methods conditionally                                                          | 👍         |
| Delivery customisation | Sort, Hide, Show delivery methods conditionally                                                      | ⏳          |

***

{% hint style="info" %}
If you are looking to setup a Shipping discount, please feel free to reach out to us at <hi@dollarlabs.io> with your requirement and we're pretty sure we can get you sorted :ok\_hand:
{% 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://help.dollarlabs.io/dollarlabs-ultimate-discounts.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.
