> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skynetparts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# changelog

> Updates to the Skynet B2B Parts API.

### 2026-06-08 v1.1

* **New endpoint:** [Browse products](/api/browse-products) (`GET /public/api/v1/b2b/products`) lists the catalog filtered by `active` and `in_stock`.
* **Catalog:** added an `in_stock` filter. Each part now returns `part_name`, `description`, `condition`, and `unit_of_measure`. The `vendor` field has been removed.
* **Orders:** placed orders now return `status: "open"` (a real order on your Net terms) instead of `draft`.
* **Base path:** endpoints are now under `/public/api/v1/b2b/`.

### 2026-06-03 v1.0

Initial release. Two endpoints: Look Up Parts (multi-part search by part number or part name, up to 50 per request) and Place an Order. API keys provisioned by email contact [info@skynetparts.com](mailto:info@skynetparts.com).
