The Orders scope allows an API key to be used when making calls that relate to Loop's blocklists and allow using the Listings API endpoints.
- Create Return Deep Link:
POST /order/link
- Create Return Deep Link with QR Code:
POST /orders/qr
Blocklist endpoints
- List all blocklist items:
GET /blocklists
- Get blocklist item by:
ID: GET /blocklists/{id}
- Add an item to the blocklist:
POST /blocklists
- Delete an item from the blocklist:
DELETE /blocklists/{id}
Allowlist endpoints
- List all allowlist items:
GET /allowlists
- Get allowlist item by ID:
GET /allowlists/{id}
- Add an item to the allowlist:
POST /allowlists
- Delete an item from the allowlist:
DELETE /allowlists/{id}