> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-customer-portal/invoices.md).

# Invoices

The **Invoices** section (`/apps/orbit-boost-wholesale/portal/invoices`) gives B2B buyers a single place to find and act on every quote they've accepted.

## What's listed

Each **accepted quote** appears as an invoice row, with an action that depends on the [payment terms](/orbit-b2b-docs/quotes-rfq/payment-terms.md) chosen when the quote was accepted:

| Payment terms                                    | Action shown     | What it does                                                                                                 |
| ------------------------------------------------ | ---------------- | ------------------------------------------------------------------------------------------------------------ |
| **Net 15 / 30 / 60**, **Prepay 50%**, **Custom** | **Download PDF** | Downloads the generated PDF invoice with payment instructions (bank transfer / wire / check)                 |
| **Due on receipt**                               | **Pay / View**   | Opens the Shopify checkout invoice / order receipt so the buyer can pay immediately or review what they paid |

This mirrors how each accepted quote was handled at acceptance time — Due-on-receipt quotes go straight to Shopify checkout, while Net / Prepay / Custom quotes generate a PDF the buyer pays offline.

## Scope

Invoices currently cover **accepted quotes only**. Regular Shopify orders that weren't created through the Quotes workflow don't appear here — buyers view those through their normal Shopify order history (or the portal's [My Orders](/orbit-b2b-docs/b2b-customer-portal/overview-1.md) section).

## Next

* [Payment terms — Net 30 / PDF invoice](/orbit-b2b-docs/quotes-rfq/payment-terms.md)
* [My Quotes](/orbit-b2b-docs/b2b-customer-portal/my-quotes.md)
* [Quotes (RFQ) overview](/orbit-b2b-docs/quotes-rfq/overview.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-customer-portal/invoices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
