# Can Infinite Options display options on Shopify draft orders?

Shopify does not currently support line item properties on draft orders. Because of this, options created with Infinite Options **won’t display on draft orders.**

Infinite Options saves selected options as line item properties when a product is added to the cart. These properties are carried through checkout and appear on the final order for regular online purchases.

Draft orders work differently. Shopify’s draft order interface does not render line item properties or app-generated option fields, which means apps like Infinite Options can’t display or collect option data in that flow.

This applies to:

* Draft orders created in the Shopify admin
* Draft order invoices sent to customers

This is a current limitation of Shopify’s draft order functionality and isn’t something Infinite Options can change or develop around.


---

# 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://shoppad.gitbook.io/infinite-options/faqs-and-how-tos/can-infinite-options-display-options-on-shopify-draft-orders.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.
