# Order items List

The Order Items List Block displays a list of a customer's orders directly on the customer account pages. It provides easy access to order details, helping customers manage their purchases efficiently.

## Key features

* **Default block**: The Order Items List Block is automatically included and does not require additional setup.
* **Customizable in Shopify editor**: Add a heading and manage its placement directly in the Shopify Account Editor.
* **Actions integration**: Enhance the block with Order Item Actions to allow features like reordering or contacting support.

## Order items List block

The Order Items List Block displays a customer’s orders directly on their account page. It is highly customizable through Shopify’s Account Editor and additional configurations unlocked by generating a Block ID.

{% stepper %}
{% step %}

#### Access Special Blocks

Open the sidebar and click the **Special Blocks** card.

<figure><img src="/files/wtqdJIkCoCLmCydUfdTg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select Order items List

Click the **Customize** button that is in the **Order Items List** card.

<figure><img src="/files/D89ZtxWc2MILTzcp6T8T" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Generate the Block ID

On the Order Items List page, click the **Generate Block ID** button (located in the “Get your Block ID” card).

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

{% hint style="warning" %}
You must generate a Block ID to unlock further configurations.
{% endhint %}
{% endstep %}

{% step %}

#### Configure additional settings

Once the Block ID is generated, the following options become available:

**Enabled:** On or Off, this controls the visibility of your block.

**Block ID:** Use this to publish your block in a later step.

**Manage Order Item Actions:** This is a link towards [Order Item Actions](/hubble/block-types/special/order-item-actions.md), a block that can be integrated.

<figure><img src="/files/RGYevRVSyuc7VzvVMNBh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Publish your block

Click the **Publish** button that is in the right-top corner and follow the steps that will appear.

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

{% hint style="success" %}
Success: The block is now live on the customer account pages.
{% endhint %}
{% endstep %}

{% step %}

#### Configure Editor settings

Layout and theming settings are available within the Shopify's Account Editor for this block.

Configure settings such as:

**Optional heading:** add a heading (e.g., “Your Orders”) above the list to improve clarity.

**Background color:** choose from these styles: Card, Base, Subdued, or Transparent.

**Toggle enable/disable Order item Actions:** toggle interactive actions (e.g., reorder, support) for each order item.

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

{% hint style="info" %}
Use Shopify’s Account Editor to adjust the block’s placement and add an optional heading.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://docs.overse.app/hubble/block-types/special/order-items-list.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.
