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 

Carts Scope

The Carts scope allows an API key to be used with the Cart API. These calls relate to Loop's Shop Now On Store feature.

  • Create Cart: POST /cart
  • Get Cart: GET /cart/{token}
  • Update Cart: POST /cart/{token}
  • Delete Cart: DELETE /cart/{token}