Jump to Content
Loop Returns
API Reference
v1.0

Log InLoop Returns
API Reference
Log In
v1.0API Reference

API Reference

  • Introduction
  • Authentication
    • Returns Scope
    • Orders Scope
    • Carts Scope
    • Developer Tools Scope
    • Destinations Scope
    • Happy Returns Shipments Scope
  • Rate Limits
  • Paginated Requests
  • Error Codes

Webhooks

  • Setting Up Webhooks
  • HMAC Calculation
  • Webhooks
    • Return Webhook
    • Label Webhook
    • Restocking Webhook
    • Giftcard Requested Webhook
    • Happy Returns Shipment Processed Webhook

Returns API

  • Return Actions
    • Process Returnpost
    • Remove Line Itemspost
    • Cancel Returnpost
    • Flag Returnpost
    • Close Returnpost
    • Get Return Notesget
    • Create Return Notepost
    • Create Return Deep Linkpost
    • Create Return Deep Link with QR Codepost
  • Return Data
    • Detailed Returns Listget
    • Get Return Detailsget
    • Advanced Shipping Noticeget

Listings API

  • Blocklist
    • List Blocklist Itemsget
    • Create Blocklist Itempost
    • Get Blocklist Itemget
    • Delete Blocklist Itemdel
  • Allowlist
    • List Allowlist Itemsget
    • Create Allowlist Itempost
    • Get Allowlist Itemget
    • Delete Allowlist Itemdel

Programmatic Webhooks API

  • Getting Started With the Programmatic Webhooks API
  • Programmatic Webhooks
    • Get Webhooksget
    • Create Webhookpost
    • Delete Webhookdel
    • Update Webhookput

Cart API (On-Store)

  • Getting Started With the Cart API
  • Cart
    • Create Cartpost
    • Get Cartget
    • Update Cartpost
    • Delete Cartdel
  • Complete Transaction
  • On-Store SDK

Dispositioning API

  • Grade Items
    • Grade Itemspost
  • Assess Dispositions
    • Assess Dispositionspost

Destinations API

  • Destinations
    • Get All Destinationsget
    • Create Destinationpost
    • Get Destination Detailsget
    • Update Destinationput
    • Delete Destinationdel

Fraud Reports API

  • Return Actions
    • Create Fraud Reportpost

Happy Returns Shipment API

  • Happy Returns Shipment
    • Get Shipment Informationget
    • Get Shipmentsget
  • Happy Returns Shipment Items
    • Get Shipment Itemsget
Powered by 

Destinations Scope

The Destinations scopes authorize a key to be used for the Destination API.

Destinations (Read)

  • Get All Destinations: GET /destinations
  • Get Destination Details: GET /destinations/{id}

Destinations (Write)

  • Create Destination: POST /destinations
  • Update Destination: PUT /destinations/{id}
  • Delete Destination: DELETE /destinations/{id}