Overview
One of the most common ways to utilize Loop data is by creating a Return Merchandise Authorization (RMA) or Advanced Shipping Notice (ASN). These tools provide your warehouse team with advance notice of incoming return packages and enable automatic logging of return data in systems like Warehouse Management Software (WMS). Loop offers two main ways to receive return data: APIs and Webhooks.APIs
There are two API endpoints commonly used for this scenario:- Advanced Shipping Notice: Ideal for generating shipping notices with essential return details.
- Detailed Returns List: Includes detailed return line item information such as tax and discount amounts, return reasons, and exchange details.
Webhooks
Webhooks offer a proactive way to receive Loop data. Unlike APIs, webhooks automatically send updates to your application whenever certain events occur, eliminating the need for manual or scheduled API calls. Commonly used webhook triggers:- Whenever a return is created or updated
- Whenever a shipping label is created or updated