# Metrolinedirect — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Browse MetrolineDirect's complete catalog of Symbol and Zebra barcode scanners with real-time product listings and pricing information. Find the right scanner for your business needs by searching through detailed product offerings directly from their inventory.

**Category:** E-commerce | **Website:** [www.metrolinedirect.com/symbolscanners.html](https://www.metrolinedirect.com/symbolscanners.html) | **Docs:** [parse.bot/marketplace/27b79b42-e469-4574-9ae2-7cb0f182e98a/metrolinedirect-com-api](https://parse.bot/marketplace/27b79b42-e469-4574-9ae2-7cb0f182e98a/metrolinedirect-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-metrolinedirect-com-api-27b79b42/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_items

Retrieves all barcode scanner products from the Symbol Scanners catalog page. Each item includes its name, price (when listed), and product URL. Items without a listed price return null for the price field (these are typically call-for-price items).

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-metrolinedirect-com-api-27b79b42/list_items \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
