> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loopreturns.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Welcome to the development guides! These resources are designed to help you get the most out of Loop’s APIs and webhooks, whether you’re looking for step-by-step instructions for specific endpoints ([“Guides”](#what-are-guides)) or want to implement more advanced, real-world workflows ([“Use Cases”](#what-are-use-cases)).

***

## 📖 What are `Guides`?

**Guides** are focused, step-by-step instructions for integrating directly with a specific API endpoint or webhook. They’re perfect for accomplishing a single, well-defined task—such as creating a return record in another system or subscribing to a webhook event.

<Note>
  Start with a guide if you’re new to a specific API or webhook. Explore use
  cases when you’re ready to build more advanced workflows!
</Note>

| Name                                                                 | Description                                              |
| -------------------------------------------------------------------- | -------------------------------------------------------- |
| [Retrieving Return Data](/integration-guides/return-data)            | How to fetch return data using the APIs & return webhook |
| [Actioning on Returns](/integration-guides/return-actions)           | Steps to take actions (approve, reject, etc.) on returns |
| [Third Party Labels](/integration-guides/labels-integration)         | Integrate third-party label solutions                    |
| [Grading & Disposition](/integration-guides/grading-and-disposition) | Grade and manage disposition of returned items           |
| [Happy Returns](/integration-guides/happy-returns)                   | Integrate Happy Returns warehouse workflows              |
| [Partner Deep Link](/integration-guides/partner-deep-link)           | Deep link to third-party partner apps                    |
| [Commerce Data](/integration-guides/commerce-data)                   | Sync products, orders, customers & more into Loop        |
| [Checkout+](/integration-guides/checkout-plus)                       | Offer return & shipping protection at checkout           |

## 💡 What are `Use Cases`?

**Use Cases** show how to combine multiple API endpoints or webhooks to achieve a more complex workflow or business goal. These are great starting points if you want to automate returns, build custom post-purchase experiences, or solve other advanced scenarios.

| Name                                                                        | Description                                                   |
| --------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [General Integration](/integration-guides/general-integration)              | End-to-end integration touchpoints and patterns for Loop      |
| [Return Authorization](/integration-guides/create-return-authorization)     | End-to-end flow for creating return authorizations            |
| [Process Returns](/integration-guides/process-returns)                      | Automate return processing within the Loop platform           |
| [Order Deep Link](/integration-guides/deep-link)                            | Enable deep linking to specific customer orders in the portal |
| [On-Store Exchanges](/integration-guides/on-store-exchanges)                | Support for in-store exchanges during the return process      |
| [Return Details Report](/integration-guides/generate-return-details-report) | Generate comprehensive reports on return details              |
| [Loop Anywhere](/integration-guides/loop-anywhere)                          | Push commerce data into Loop from any source                  |

## 🚀 Next Steps

Ready to dive in? Here are some suggestions for where to go next:

<Card title="🛠️ New to Loop’s APIs?">
  Start with a [**Guide**](#what-are-guides) above to get hands-on experience
  with a specific endpoint or webhook. These are perfect for learning the basics
  and building confidence.
</Card>

<Card title="🔗 Building something bigger?">
  Check out the [**Use Cases**](#what-are-use-cases) section for inspiration on
  how to combine multiple endpoints into powerful, real-world workflows.
</Card>

<Card title="📚 Need more details?">
  Explore the [**API Reference**](/api-reference/latest) for comprehensive documentation on
  every endpoint, parameter, and response.
</Card>

<Card title="❓ Have questions or need help?">
  Visit our [**Help Center**](https://help.loopreturns.com) or reach out to
  [support@loopreturns.com](mailto:support@loopreturns.com) for guidance, troubleshooting, and best practices.
</Card>
