# LittleBox India — 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.

> Find newly launched products from LittleBox India's inventory and quickly identify which items are missing color information in their product titles. Use this to spot data quality gaps and ensure your product catalog is complete and properly categorized.

**Category:** E-commerce | **Website:** [littleboxindia.com/collections/new-arrivals](https://littleboxindia.com/collections/new-arrivals) | **Docs:** [parse.bot/marketplace/e183c0ac-0648-4734-97fa-53ccbb2b5581/littleboxindia-com-api](https://parse.bot/marketplace/e183c0ac-0648-4734-97fa-53ccbb2b5581/littleboxindia-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-littleboxindia-com-api-e183c0ac/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_new_arrivals_skus_and_images

Fetches all products from the New Arrivals collection, returning each product's SKU paired with its primary image URL. Results span all pages of the collection in a single call.

**Estimated cost:** Metered

_No parameters required._

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

### list_new_arrivals_missing_color

Lists all SKUs from the New Arrivals collection whose product titles lack the standard 'in <Color>' sub-color suffix. The site convention is to append a color name after 'in' (e.g. 'Ruched Mini Dress in Dusty Blue'); products missing this pattern are returned. Results are fetched in a single call across all pages of the collection.

**Estimated cost:** Metered

_No parameters required._

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