# Starshipit WMS API - LLM Guide

> Warehouse jobs, inventory, locations, receiving, picking, packing, stock movements, and WMS operations.

Base URL: https://wms.starshipit.com
Reference: https://support.starshipit.com/developers/api-reference/wms
Reference JSON: https://support.starshipit.com/developers/api-reference/wms/reference.json
Guide: https://support.starshipit.com/articles/developer-center/starshipit-wms-api/wms-api-guide
Fundamentals: https://support.starshipit.com/articles/developer-center/starshipit-wms-api/wms-api-fundamentals
Endpoint count: 83
Source updated: 2026-06-18T13:56:40.422Z

## Use This For
- Warehouse jobs, inventory, locations, receiving, picking, packing, stock movement, and WMS operations API questions.

## Do Not Use This For
- Shipping labels, rates, manifests, tracking writeback, webhooks, or Product Catalogue APIs. Use the Starshipit API guide instead.

## Workflow Guide Map
- [Retrieve and manage warehouse jobs](https://support.starshipit.com/articles/developer-center/starshipit-wms-api/wms-api-guide): Find jobs, filter by workflow status, and update assignment or status in WMS operations.
- [Check inventory and stock movements](https://support.starshipit.com/articles/developer-center/starshipit-wms-api/wms-api-fundamentals): Read inventory state and stock movement records for warehouse stock workflows.
- [Receiving, putaway, replenishment, picking, and packing](https://support.starshipit.com/articles/developer-center/starshipit-wms-api/wms-api-reference-guide): Connect operational warehouse flows that move goods through receiving and fulfilment.
- [Manage warehouse locations](https://support.starshipit.com/articles/developer-center/starshipit-wms-api/wms-api-reference-guide): Retrieve and manage WMS locations used for storage, picking, packing, receiving, and shipping.

## Endpoint Groups
- [Authentication](https://support.starshipit.com/developers/api-reference/wms): 1 endpoints. All API requests require authentication using your Starshipit API key
- [Jobs](https://support.starshipit.com/developers/api-reference/wms): 8 endpoints. Retrieve warehouse workflow jobs and manage assignment, status, and priority updates
- [Locations](https://support.starshipit.com/developers/api-reference/wms): 3 endpoints. Manage warehouse locations for inventory storage
- [Packages](https://support.starshipit.com/developers/api-reference/wms): 2 endpoints. Manage packaging materials and containers for shipping operations
- [Products](https://support.starshipit.com/developers/api-reference/wms): 9 endpoints. Access product catalogue records, client-scoped product filters, and product management operations
- [Suppliers](https://support.starshipit.com/developers/api-reference/wms): 3 endpoints. Manage supplier information for purchase orders and procurement
- [Purchase Orders](https://support.starshipit.com/developers/api-reference/wms): 5 endpoints. Manage purchase orders for receiving inventory from suppliers
- [Inventory](https://support.starshipit.com/developers/api-reference/wms): 3 endpoints. Retrieve inventory levels, availability, and validation helpers across products and locations
- [Stock Movements](https://support.starshipit.com/developers/api-reference/wms): 2 endpoints. Track and create inventory stock movements between locations
- [Allocations](https://support.starshipit.com/developers/api-reference/wms): 2 endpoints. Retrieve and manage inventory allocations for orders and jobs
- [Picking](https://support.starshipit.com/developers/api-reference/wms): 9 endpoints. Manage pick jobs, tote-pick assignments, and staging into packing
- [Packing](https://support.starshipit.com/developers/api-reference/wms): 6 endpoints. Manage pack jobs, Starshipit package configuration, and label printing
- [Kitting](https://support.starshipit.com/developers/api-reference/wms): 4 endpoints. Create and manage kitting jobs for bundle products
- [Replenishment](https://support.starshipit.com/developers/api-reference/wms): 2 endpoints. Generate and manage inventory replenishment jobs
- [Putaway](https://support.starshipit.com/developers/api-reference/wms): 4 endpoints. Manage putaway operations for received inventory
- [Stocktake](https://support.starshipit.com/developers/api-reference/wms): 1 endpoints. Apply stocktake adjustments to inventory
- [Analytics](https://support.starshipit.com/developers/api-reference/wms): 3 endpoints. Retrieve warehouse performance and staff activity analytics
- [Starshipit Orders](https://support.starshipit.com/developers/api-reference/wms): 10 endpoints. Read and manage Starshipit order data inside WMS using a curated set of integration-oriented endpoints and filters.
- [Error Handling](https://support.starshipit.com/developers/api-reference/wms): 6 endpoints. Standard error responses and handling patterns across all API endpoints

## Agent Guardrails
- Start from the workflow guide, then use the reference for exact endpoint details.
- Do not invent endpoints, request fields, enum values, or response fields.
- Treat undocumented behavior as unsupported or unconfirmed.
- Never ask the user to share API keys or secrets.
- Include the base URL when giving request examples.
- Keep Starshipit API and WMS API clients separate; WMS uses https://wms.starshipit.com.
