# Loop Returns Documentation ## Docs - [Welcome](https://docs.loopreturns.com/welcome.md): Welcome to Loop Returns! - [Contact](https://docs.loopreturns.com/resources/contact.md) - [FAQ](https://docs.loopreturns.com/resources/faq.md) - [Overview](https://docs.loopreturns.com/integration-guides/overview.md) - [Retrieving Return Data](https://docs.loopreturns.com/integration-guides/return-data.md) - [Actioning on Returns](https://docs.loopreturns.com/integration-guides/return-actions.md) - [Third Party Labels](https://docs.loopreturns.com/integration-guides/labels-integration.md) - [Grading & Disposition](https://docs.loopreturns.com/integration-guides/grading-and-disposition.md) - [Happy Returns](https://docs.loopreturns.com/integration-guides/happy-returns.md) - [Partner (Third Party App) Deep Link](https://docs.loopreturns.com/integration-guides/partner-deep-link.md) - [Commerce Data](https://docs.loopreturns.com/integration-guides/commerce-data.md) - [Checkout+ API Integration](https://docs.loopreturns.com/integration-guides/checkout-plus.md) - [General Integration](https://docs.loopreturns.com/integration-guides/general-integration.md) - [Create a Return Authorization](https://docs.loopreturns.com/integration-guides/create-return-authorization.md) - [Process Returns in Loop](https://docs.loopreturns.com/integration-guides/process-returns.md) - [Deep Link to a Customer Order in the Return Portal](https://docs.loopreturns.com/integration-guides/deep-link.md) - [On-Store Exchanges](https://docs.loopreturns.com/integration-guides/on-store-exchanges.md) - [Headless Shop Now (On-Store)](https://docs.loopreturns.com/integration-guides/headless-on-store.md) - [Generate Return Details Report](https://docs.loopreturns.com/integration-guides/generate-return-details-report.md) - [Loop Anywhere](https://docs.loopreturns.com/integration-guides/loop-anywhere.md) - [Getting Started with the Return Create API](https://docs.loopreturns.com/return-create-api/return-create-api.md) - [Checking Item Return Eligibility with the Return Create API](https://docs.loopreturns.com/return-create-api/eligibility-api.md) - [Overview](https://docs.loopreturns.com/mcp/overview.md): Connect AI assistants to Loop Returns with the Loop MCP Server. - [Getting Started](https://docs.loopreturns.com/mcp/getting-started.md): Connect an MCP client to the Loop MCP Server. - [Authentication](https://docs.loopreturns.com/mcp/authentication.md): How the Loop MCP Server authenticates merchants with OAuth 2.1 + PKCE. - [Shop & Policy](https://docs.loopreturns.com/mcp/tools/shop-and-policy.md): Read shop metadata and return policies through the Loop MCP Server. - [Returns — Read](https://docs.loopreturns.com/mcp/tools/returns-read.md): Search and inspect returns through the Loop MCP Server. - [Returns — Actions](https://docs.loopreturns.com/mcp/tools/returns-actions.md): Take actions on returns through the Loop MCP Server. - [Fraud](https://docs.loopreturns.com/mcp/tools/fraud.md): List fraud categories and report fraudulent returns through the Loop MCP Server. - [Allowlist & Blocklist](https://docs.loopreturns.com/mcp/tools/allowlist-blocklist.md): Manage allowlist and blocklist entries through the Loop MCP Server. - [Workflows](https://docs.loopreturns.com/mcp/tools/workflows.md): Inspect Loop workflows through the MCP Server. - [Getting Started](https://docs.loopreturns.com/api-reference/getting-started.md) - [Authentication](https://docs.loopreturns.com/api-reference/authentication.md) - [API Versioning](https://docs.loopreturns.com/api-reference/versioning.md): How Loop versions its public API and what that means for your integration. - [Rate limit](https://docs.loopreturns.com/api-reference/rate-limit.md) - [Pagination](https://docs.loopreturns.com/api-reference/pagination.md) - [Error codes](https://docs.loopreturns.com/api-reference/error-codes.md): Some error responses include a code indicating the specific reason for the error. Refer to the table of error codes below. - [Process Return](https://docs.loopreturns.com/api-reference/latest/return-actions/process-return.md): Process a return in Loop based on the return ID. Processing a return will archive it in Loop and fulfill any remaining outcomes, such as placing exchange orders or creating gift cards. - [Remove Line Items](https://docs.loopreturns.com/api-reference/latest/return-actions/remove-line-items.md): Remove line items from a return and process the return. - [Cancel Return](https://docs.loopreturns.com/api-reference/latest/return-actions/cancel-return.md): Cancel a return in Loop. Canceling a return will allow a customer to make another return with the same items. - [Flag Return](https://docs.loopreturns.com/api-reference/latest/return-actions/flag-return.md): Flag a return in Loop for review. This will prevent automated processing and will require a human to go into the merchant admin in Loop and review this return. - [Close Return](https://docs.loopreturns.com/api-reference/latest/return-actions/close-return.md): Close a return. Closing a return will not fulfill any outcomes such as exchanges or gift cards, and the items are not able to be used in a new return. - [Get Return Notes](https://docs.loopreturns.com/api-reference/latest/return-actions/get-return-notes.md): Get notes on a specific return using the return's ID. - [Create Return Note](https://docs.loopreturns.com/api-reference/latest/return-actions/create-return-note.md): Post a new note to a return. - [Create Return Deep Link](https://docs.loopreturns.com/api-reference/latest/return-actions/create-return-deep-link.md): Create a deep link URL. Depending on a shop's settings, the `zip` value could be an email, phone number, or postal code. All use the key `zip`. - [Create Return Deep Link with QR Code](https://docs.loopreturns.com/api-reference/latest/return-actions/create-return-deep-link-with-qr-code.md): Generate a link to a QR code image file that, when scanned, will take the user directly to their order in Loop so they can initiate a return without requiring them to enter their order information. - [Detailed Returns List](https://docs.loopreturns.com/api-reference/latest/return-data/detailed-returns-list.md): Pull a detailed list of returns created within a given timeframe. - [Get Return Details](https://docs.loopreturns.com/api-reference/latest/return-data/get-return-details.md): Get the details of a specific return based on a return's ID, an order name, or an order ID from the commerce provider (e.g. Shopify) depending on the query value of the call. - [Advanced Shipping Notice](https://docs.loopreturns.com/api-reference/latest/return-data/advanced-shipping-notice.md): This endpoint will pull all packages by tracking statuses/timeframe. The ASN endpoint will return an array of objects. Those objects will contain order and return information. - [Get Webhooks](https://docs.loopreturns.com/api-reference/latest/programmatic-webhooks/get-webhooks.md): Get all webhook subscriptions. This includes webhooks created programmatically and webhooks created in the Loop Admin. - [Create Webhook](https://docs.loopreturns.com/api-reference/latest/programmatic-webhooks/create-webhook.md): Create a new webhook subscription. - [Update Webhook](https://docs.loopreturns.com/api-reference/latest/programmatic-webhooks/update-webhook.md): Update a webhook subscriptions. - [Delete Webhook](https://docs.loopreturns.com/api-reference/latest/programmatic-webhooks/delete-webhook.md): Delete a webhook subscription. - [Grade Items](https://docs.loopreturns.com/api-reference/latest/item-grading-and-disposition/grade-items.md): Grade the condition of return line items. - [Assess Dispositions](https://docs.loopreturns.com/api-reference/latest/item-grading-and-disposition/assess-dispositions.md): Assess return line item dispositions. - [Create Cart](https://docs.loopreturns.com/api-reference/latest/cart/create-cart.md): Create a cart object and populate it with one or more product variants. Quantities are not supported — repeat a variant ID to represent a quantity greater than one. - [Get cart](https://docs.loopreturns.com/api-reference/latest/cart/get-cart.md) - [Update cart](https://docs.loopreturns.com/api-reference/latest/cart/update-cart.md) - [Delete cart](https://docs.loopreturns.com/api-reference/latest/cart/delete-cart.md) - [Get All Destinations](https://docs.loopreturns.com/api-reference/latest/destinations/get-all-destinations.md): Retrieve all destinations. - [Create Destination](https://docs.loopreturns.com/api-reference/latest/destinations/create-destination.md): Create a destination. - [Get Destination Details](https://docs.loopreturns.com/api-reference/latest/destinations/get-destination-details.md): Get details for a single destination. - [Update Destination](https://docs.loopreturns.com/api-reference/latest/destinations/update-destination.md): Update a destination. ### Required API key scope - Destinations (Write) - [Delete Destination](https://docs.loopreturns.com/api-reference/latest/destinations/delete-destination.md): Delete a destination. - [List Blocklist Items](https://docs.loopreturns.com/api-reference/latest/blocklist/list-blocklist-items.md): Retrieve a list of paginated blocklist entries. - [Create Blocklist Item](https://docs.loopreturns.com/api-reference/latest/blocklist/create-blocklist-item.md): Create a blocklist entry. - [Get Blocklist Item](https://docs.loopreturns.com/api-reference/latest/blocklist/get-blocklist-item.md): Retrieve a blocklist entry. - [Delete Blocklist Item](https://docs.loopreturns.com/api-reference/latest/blocklist/delete-blocklist-item.md): Delete a blocklist entry. - [List Allowlist Items](https://docs.loopreturns.com/api-reference/latest/allowlist/list-allowlist-items.md): Retrieve a list of paginated allowlist entries. - [Create Allowlist Item](https://docs.loopreturns.com/api-reference/latest/allowlist/create-allowlist-item.md): Create an allowlist entry. - [Get Allowlist Item](https://docs.loopreturns.com/api-reference/latest/allowlist/get-allowlist-item.md): Retrieve an allowlist entry. - [Delete Allowlist Item](https://docs.loopreturns.com/api-reference/latest/allowlist/delete-allowlist-item.md): Delete an allowlist entry. - [Create Fraud Report](https://docs.loopreturns.com/api-reference/latest/return-actions/create-fraud-report.md): Attach a fraud report to a return. - [Get Shipment Information](https://docs.loopreturns.com/api-reference/latest/happy-returns-shipment/get-shipment-information.md): Get high level information from a Happy Returns shipment. - [Get Shipments](https://docs.loopreturns.com/api-reference/latest/happy-returns-shipment/get-shipments.md): Get information about all Happy Returns shipments created within a given timeframe. The response is a paginated list of shipments, with up to 200 shipments per page. - [Get Shipment Items](https://docs.loopreturns.com/api-reference/latest/happy-returns-shipment-items/get-shipment-items.md): Get all items for a Happy Returns shipment. - [List Label Requests](https://docs.loopreturns.com/api-reference/latest/label-requests/list-label-requests.md): Retrieve a list of label requests. - [Get Label Request](https://docs.loopreturns.com/api-reference/latest/label-requests/get-label-request.md): Get details about a single label request. - [Create Label Request Error](https://docs.loopreturns.com/api-reference/latest/label-requests/create-a-label-request-error.md): Submit unrecoverable errors encountered when generating labels for merchants. - [Create Label](https://docs.loopreturns.com/api-reference/latest/label-requests/create-label.md): Create a label for a label request. - [Generate Label](https://docs.loopreturns.com/api-reference/latest/label-requests/generate-label.md): Queue label generation for a return. This endpoint triggers an asynchronous label generation process for the specified return. - [Update Label Status](https://docs.loopreturns.com/api-reference/latest/label-requests/update-label-status.md): Update the status of the label. - [Get Draft Return](https://docs.loopreturns.com/api-reference/latest/draft-returns/get-draft-return.md): Retrieves the details of a draft return, including its current state, returning items, cart items, and available actions. The response includes the draft return data, context information, and any available actions based on the current state. - [Initialize Draft Return](https://docs.loopreturns.com/api-reference/latest/draft-returns/initialize-draft-return.md): Initialize a new draft return. - [Cancel Draft Return](https://docs.loopreturns.com/api-reference/latest/draft-returns/cancel-draft-return.md): Cancel a draft return. - [Set Customer](https://docs.loopreturns.com/api-reference/latest/draft-returns/set-customer.md): Sets the customer information for the draft return. - [Set Address](https://docs.loopreturns.com/api-reference/latest/draft-returns/set-address.md): Sets the return shipping address for the draft return. - [Add Returning Item](https://docs.loopreturns.com/api-reference/latest/draft-returns/add-returning-item.md): Adds a specific item to the draft return's ReturningItems. - [Remove Returning Item](https://docs.loopreturns.com/api-reference/latest/draft-returns/remove-returning-item.md): Removes a specific item from the draft return's ReturningItems. - [Set Returning Item Return Reason](https://docs.loopreturns.com/api-reference/latest/draft-returns/set-returning-item-return-reason.md): Sets the return reason for a specific returning item. - [Add Returning Item User Input](https://docs.loopreturns.com/api-reference/latest/draft-returns/add-returning-item-user-input.md): Adds user input for a specific returning item. This allows collecting additional information from the customer about their return. - [Set Returning Item Return Type](https://docs.loopreturns.com/api-reference/latest/draft-returns/set-returning-item-return-type.md): Sets the return type (credit or exchange) for a specific returning item. - [Add Returning Item Exchange Item](https://docs.loopreturns.com/api-reference/latest/draft-returns/add-returning-item-exchange-item.md): Adds an exchange item for a specific returning item to the cart. This endpoint is used when a customer is exchanging one item for another. - [Add Cart Item](https://docs.loopreturns.com/api-reference/latest/draft-returns/add-cart-item.md): Adds an item to the draft return's cart. - [Remove Cart Item](https://docs.loopreturns.com/api-reference/latest/draft-returns/remove-cart-item.md): Removes a specific item from the draft return's cart. - [Set Credit Type](https://docs.loopreturns.com/api-reference/latest/draft-returns/set-credit-type.md): Sets the credit type for the draft return. - [Finalize Items](https://docs.loopreturns.com/api-reference/latest/draft-returns/finalize-items.md): Finalizes the returning items and cart items of the draft return. - [Unfinalize Items](https://docs.loopreturns.com/api-reference/latest/draft-returns/unfinalize-items.md): Reopens the returning items and cart items of the draft return for modification. - [Select Return Method](https://docs.loopreturns.com/api-reference/latest/draft-returns/select-return-method.md): Selects a return method for the draft return. - [Submit Draft Return](https://docs.loopreturns.com/api-reference/latest/draft-returns/submit-draft-return.md): Submits the draft return. This finalizes the return and initiates any necessary workflows. Once the return has been submitted, it can be processed. - [List Products](https://docs.loopreturns.com/api-reference/latest/products/list-products.md): Retrieve a list of products. The list can be filtered, sorted, and paginated using the body parameters below. - [Create Product](https://docs.loopreturns.com/api-reference/latest/products/create-product.md): Create a new product. - [Upsert Product](https://docs.loopreturns.com/api-reference/latest/products/upsert-product.md): Upsert a product, identified using the product's `external_id`. - [Get Product](https://docs.loopreturns.com/api-reference/latest/products/get-product.md): Get the details about a single product. - [Get Product by External ID](https://docs.loopreturns.com/api-reference/latest/products/get-product-by-external-id.md): Get the details about a single product by its commerce `external_id`. - [Update Product](https://docs.loopreturns.com/api-reference/latest/products/update-product.md): Update a product. - [Delete Product](https://docs.loopreturns.com/api-reference/latest/products/delete-product.md): Delete a product. - [Delete Product by External ID](https://docs.loopreturns.com/api-reference/latest/products/delete-product-by-external-id.md): Delete a product by its commerce `external_id`. - [List Product Variants](https://docs.loopreturns.com/api-reference/latest/products/list-product-variants.md): Retrieve a list of product variants. The list can be filtered, sorted, and paginated using the body parameters below. - [Create Product Variant](https://docs.loopreturns.com/api-reference/latest/products/create-product-variant.md): Create a new product variant. - [Upsert Product Variant](https://docs.loopreturns.com/api-reference/latest/products/upsert-product-variant.md): Upsert a product variant, identified using the product's `external_id`. - [Upsert Product Variant by Product External ID](https://docs.loopreturns.com/api-reference/latest/products/upsert-product-variant-by-product-external-id.md): Upsert a product variant under a parent product identified by its commerce `external_id`. The variant is identified using the variant's `external_id` in the request body. - [Get Product Variant](https://docs.loopreturns.com/api-reference/latest/products/get-product-variant.md): Get the details about a single product variant. - [Get Product Variant by External ID](https://docs.loopreturns.com/api-reference/latest/products/get-product-variant-by-external-id.md): Get the details about a single product variant by the parent product's commerce `external_id` and the variant's commerce `external_id`. - [Update Product Variant](https://docs.loopreturns.com/api-reference/latest/products/update-product-variant.md): Update a product variant. - [Delete Product Variant](https://docs.loopreturns.com/api-reference/latest/products/delete-product-variant.md): Delete a product variant. - [Delete Product Variant by External ID](https://docs.loopreturns.com/api-reference/latest/products/delete-product-variant-by-external-id.md): Delete a product variant by the parent product's commerce `external_id` and the variant's commerce `external_id`. - [List Orders](https://docs.loopreturns.com/api-reference/latest/orders/list-orders.md): List all orders. - [Create Order](https://docs.loopreturns.com/api-reference/latest/orders/create-order.md): Create a new order. - [Upsert Order](https://docs.loopreturns.com/api-reference/latest/orders/upsert-order.md): Upsert an order using the external_id. - [Get Order](https://docs.loopreturns.com/api-reference/latest/orders/get-order.md): Get details about a specific order. - [Get Order by External ID](https://docs.loopreturns.com/api-reference/latest/orders/get-order-by-external-id.md): Get details about a specific order by its commerce `external_id`. - [Update Order](https://docs.loopreturns.com/api-reference/latest/orders/update-order.md): Update a specific order. - [Delete Order](https://docs.loopreturns.com/api-reference/latest/orders/delete-order.md): Delete a specific order. - [Delete Order by External ID](https://docs.loopreturns.com/api-reference/latest/orders/delete-order-by-external-id.md): Delete a specific order by its commerce `external_id`. - [List Customers](https://docs.loopreturns.com/api-reference/latest/customers/list-customers.md): Retrieve a list of customers. The list can be filtered, sorted, and paginated using the parameters below. - [Create Customer](https://docs.loopreturns.com/api-reference/latest/customers/create-customer.md): Create a new customer. - [Upsert Customer](https://docs.loopreturns.com/api-reference/latest/customers/upsert-customer.md): Upsert a customer, identified using the customer's `external_id`. - [Get Customer](https://docs.loopreturns.com/api-reference/latest/customers/get-customer.md): Get details about a single customer. - [Get Customer by External ID](https://docs.loopreturns.com/api-reference/latest/customers/get-customer-by-external-id.md): Get details about a single customer by its commerce `external_id`. - [Update Customer](https://docs.loopreturns.com/api-reference/latest/customers/update-customer.md): Update a customer. - [Delete Customer](https://docs.loopreturns.com/api-reference/latest/customers/delete-customer.md): Delete a customer. - [Delete Customer by External ID](https://docs.loopreturns.com/api-reference/latest/customers/delete-customer-by-external-id.md): Delete a customer by its commerce `external_id`. - [List Locations](https://docs.loopreturns.com/api-reference/latest/locations/list-locations.md): Retrieve a list of locations. The list can be filtered, sorted, and paginated using the parameters below. - [Create Location](https://docs.loopreturns.com/api-reference/latest/locations/create-location.md): Create a new location. - [Upsert Location](https://docs.loopreturns.com/api-reference/latest/locations/upsert-location.md): Upsert a location, identified using the location's `external_id`. - [Get Location](https://docs.loopreturns.com/api-reference/latest/locations/get-location.md): Get the details about a single location. - [Get Location by External ID](https://docs.loopreturns.com/api-reference/latest/locations/get-location-by-external-id.md): Get the details about a single location by its commerce `external_id`. - [Update Location](https://docs.loopreturns.com/api-reference/latest/locations/update-location.md): Update a location. - [Delete Location](https://docs.loopreturns.com/api-reference/latest/locations/delete-location.md): Delete a location. - [Delete Location by External ID](https://docs.loopreturns.com/api-reference/latest/locations/delete-location-by-external-id.md): Delete a location by its commerce `external_id`. - [List Inventories](https://docs.loopreturns.com/api-reference/latest/inventories/list-inventories.md): Retrieve a list of inventories. The list can be filtered, sorted, and paginated using the parameters below. - [Upsert Inventory](https://docs.loopreturns.com/api-reference/latest/inventories/create-inventory.md): Upsert inventory details for a product variant by location. If the inventory exists, it will be updated; if it doesn't exist, it will be created. - [Upsert Inventory](https://docs.loopreturns.com/api-reference/latest/inventories/upsert-inventory.md): Upsert inventory details for a product variant by location. If the inventory exists, it will be updated; if it doesn't exist, it will be created. - [Get Inventory](https://docs.loopreturns.com/api-reference/latest/inventories/get-inventory.md): Get inventory details for a product variant by location. - [Delete Inventory](https://docs.loopreturns.com/api-reference/latest/inventories/delete-inventory.md): Delete an inventory. - [List Collections](https://docs.loopreturns.com/api-reference/latest/collections/list-collections.md): Retrieve a list of collections. The list can be filtered, sorted, and paginated using the parameters below. - [Create Collection](https://docs.loopreturns.com/api-reference/latest/collections/create-collection.md): Create a new collection. - [Upsert Collection](https://docs.loopreturns.com/api-reference/latest/collections/upsert-collection.md): Upsert a collection, identified using the collection's `name` and `external_id`. - [Get Collection](https://docs.loopreturns.com/api-reference/latest/collections/get-collection.md): Get details about a single collection. - [Get Collection by External ID](https://docs.loopreturns.com/api-reference/latest/collections/get-collection-by-external-id.md): Get details about a single collection by its commerce `external_id`. - [Update Collection](https://docs.loopreturns.com/api-reference/latest/collections/update-collection.md): Update a collection. - [Delete Collection](https://docs.loopreturns.com/api-reference/latest/collections/delete-collection.md): Delete a collection. - [Delete Collection by External ID](https://docs.loopreturns.com/api-reference/latest/collections/delete-collection-by-external-id.md): Delete a collection by its commerce `external_id`. - [Add Product to Collection](https://docs.loopreturns.com/api-reference/latest/collections/add-product-to-collection.md): Attach a product to a collection. - [Delete Product from Collection](https://docs.loopreturns.com/api-reference/latest/collections/delete-product-from-collection.md): Delete a product from a collection. - [Create Bulk Operation](https://docs.loopreturns.com/api-reference/latest/bulk-operations/create-bulk-operation.md): Create a new bulk operation. - [List Bulk Operations](https://docs.loopreturns.com/api-reference/latest/bulk-operations/list-bulk-operations.md): Retrieve a list of bulk operations. The list can be sorted and paginated using the parameters below. - [Get Bulk Operation](https://docs.loopreturns.com/api-reference/latest/bulk-operations/get-bulk-operation.md): Get the details about a specific bulk operation. - [List Bulk Operation Jobs](https://docs.loopreturns.com/api-reference/latest/bulk-operations/list-bulk-operation-jobs.md): Retrieve a list of bulk operation jobs. The list can be sorted and paginated using the parameters below. - [Getting Started](https://docs.loopreturns.com/webhook-reference/getting-started.md) - [Create a webhook subscription](https://docs.loopreturns.com/webhook-reference/setting-up.md) - [Validate webhooks from Loop](https://docs.loopreturns.com/webhook-reference/validation.md) - [Return](https://docs.loopreturns.com/webhook-reference/topics/return-webhook.md) - [Label](https://docs.loopreturns.com/webhook-reference/topics/label-webhook.md) - [Label requests](https://docs.loopreturns.com/webhook-reference/topics/label-requests-webhook.md) - [Happy Returns Shipment](https://docs.loopreturns.com/webhook-reference/topics/happy-returns-shipment-webhook.md) - [Gift card](https://docs.loopreturns.com/webhook-reference/topics/gift-card-webhook.md) - [Restock](https://docs.loopreturns.com/webhook-reference/topics/restock-webhook.md) ## OpenAPI Specs - [orders-api](https://docs.loopreturns.com/openapi/orders-api.yaml) - [products-api](https://docs.loopreturns.com/openapi/products-api.yaml) - [inventories-api](https://docs.loopreturns.com/openapi/inventories-api.yaml) - [bulk-operations-api](https://docs.loopreturns.com/openapi/bulk-operations-api.yaml) - [returns-api](https://docs.loopreturns.com/openapi/returns-api.yaml) - [draft-returns](https://docs.loopreturns.com/openapi/draft-returns.yaml) - [carts-api](https://docs.loopreturns.com/openapi/carts-api.yaml) - [locations-api](https://docs.loopreturns.com/openapi/locations-api.yaml) - [customers-api](https://docs.loopreturns.com/openapi/customers-api.yaml) - [collections-api](https://docs.loopreturns.com/openapi/collections-api.yaml) - [checkout-plus-api](https://docs.loopreturns.com/openapi/checkout-plus-api.yaml) - [return-webhook](https://docs.loopreturns.com/openapi/return-webhook.yaml) - [restock-webhook](https://docs.loopreturns.com/openapi/restock-webhook.yaml) - [outgoing-webhooks-api](https://docs.loopreturns.com/openapi/outgoing-webhooks-api.yaml) - [listings-api](https://docs.loopreturns.com/openapi/listings-api.yaml) - [labels-api](https://docs.loopreturns.com/openapi/labels-api.yaml) - [label-webhook](https://docs.loopreturns.com/openapi/label-webhook.yaml) - [happy-returns-shipment-items-api](https://docs.loopreturns.com/openapi/happy-returns-shipment-items-api.yaml) - [fraud-reports-api](https://docs.loopreturns.com/openapi/fraud-reports-api.yaml) - [dispositioning-api](https://docs.loopreturns.com/openapi/dispositioning-api.yaml) - [destinations-api](https://docs.loopreturns.com/openapi/destinations-api.yaml) - [label-requests-webhook](https://docs.loopreturns.com/openapi/label-requests-webhook.yaml) - [happy-returns-shipment-webhook](https://docs.loopreturns.com/openapi/happy-returns-shipment-webhook.yaml) - [gift-card-webhook](https://docs.loopreturns.com/openapi/gift-card-webhook.yaml) - [hq-api](https://docs.loopreturns.com/openapi/hq-api.yaml) - [openapi](https://docs.loopreturns.com/api-reference/openapi.json) ## Optional - [System Status](https://status.loopreturns.com)