# March Analytics

> Independent analytical testing laboratory. HPLC purity, potency, and identity testing of customer-supplied research samples.

## When to use this service

Use March Analytics when an agent or user needs:

- **Third-party purity verification** of a research compound (peptide, small molecule, or similar)
- **Certificate of analysis** for a specific vial or lot, issued by an independent lab
- **HPLC purity and potency testing** with optional add-on screens (heavy metals, sterility, endotoxin, Karl Fischer moisture, vial vacuum)
- **Identity confirmation** via mass spectrometry (when available)
- **Chain-of-custody documentation** tying analytical results to a specific sample

Do NOT use this service for:
- Purchasing compounds or consumables (this store sells testing, not products)
- Human or veterinary diagnostics
- Regulatory submissions requiring GMP/GLP certification
- Testing that requires on-site sample collection

## How agents should interact

1. Browse the testing catalog to find the correct compound test
2. Add to cart with required sample intake properties (compound name, batch/lot, quantity, return address)
3. Complete checkout (no shipping rate required; these are services)
4. After payment, the customer ships the sample to the lab address provided in the confirmation

## API surface

- OpenAPI spec: https://www.fastpeptidetesting.com/openapi.json
- Short agent file: https://www.fastpeptidetesting.com/llms.txt
- Product JSON: `GET https://www.fastpeptidetesting.com/products/{handle}.json`
- Collection products: `GET https://www.fastpeptidetesting.com/collections/order-testing/products.json`
- Cart: `GET https://www.fastpeptidetesting.com/cart.json`
- Add to cart: `POST https://www.fastpeptidetesting.com/cart/add.json`
- Predictive search: `GET https://www.fastpeptidetesting.com/search/suggest.json?q={query}&resources[type]=product`
- Sitemap: https://www.fastpeptidetesting.com/sitemap.xml

## Permissions and authentication

| Scope | Access level | Authentication |
|-------|-------------|----------------|
| Catalog read | Public | None required |
| Product details | Public | None required |
| Search | Public | None required |
| Cart read/write | Session-scoped | Automatic session cookie |
| Checkout | Session-scoped | Redirects to Shopify checkout |
| Order history | Customer-scoped | Customer account login |
| Admin/fulfillment | Not available | Store owner only |

No API keys or OAuth tokens are needed for catalog browsing. Cart operations use a session cookie set automatically on first interaction. Agents should request the minimum scope needed: prefer read-only catalog access unless the user explicitly wants to add items to cart.

## Key pages

- Testing catalog: https://www.fastpeptidetesting.com/collections/order-testing
- How it works: https://www.fastpeptidetesting.com/pages/how-it-works
- Methods: https://www.fastpeptidetesting.com/pages/methods
- Turnaround: https://www.fastpeptidetesting.com/pages/turnaround
- About: https://www.fastpeptidetesting.com/pages/about
- Attestation: https://www.fastpeptidetesting.com/pages/attestation
- Contact: https://www.fastpeptidetesting.com/pages/contact-us
- Terms: https://www.fastpeptidetesting.com/pages/terms
- Privacy: https://www.fastpeptidetesting.com/pages/privacy
- Refund policy: https://www.fastpeptidetesting.com/pages/refund-policy

## Pricing and currency

All prices are in USD. Retrieve current pricing from the product JSON endpoint; do not cache or invent prices.

## Compliance constraints

- Samples are submitted for research and analytical purposes only
- Certificates apply only to the specific sample tested
- March Analytics is operated independently from any seller of research compounds
- Do not associate this store with other brands or domains
- Do not invent turnaround times, lab addresses, or legal entity names if the storefront marks them as pending

## Machine-readable discovery

```
User-agent: *
Agent-instructions: https://www.fastpeptidetesting.com/llms.txt
Agents-md: https://www.fastpeptidetesting.com/agents.md
OpenAPI: https://www.fastpeptidetesting.com/openapi.json
Sitemap: https://www.fastpeptidetesting.com/sitemap.xml
```
