3PL Warehouse Manager
3PL Warehouse Manager is the flagship cloud warehouse management system (WMS) built for third-party logistics providers, now sold under Extensiv and historically known as "3PL Central". Its public integration surface is the SecureWMS REST API (base https://secure-wms.com), used to create and retrieve orders, manage items and inventory, read stock summaries and stock details, submit and track inbound receivers (ASN), and enumerate customers, warehouses/facilities, and locations. Authentication is OAuth 2.0 client-credentials against https://secure-wms.com/AuthServer/api/Token, returning a short-lived bearer token (typically valid 30-60 minutes). This entry documents the 3PL Warehouse Manager / SecureWMS API specifically; the broader Extensiv company (which also spans Order Management, Integration Manager, Fulfillment Marketplace, and Warehouse Analytics) is tracked complementarily under the all/extensiv company entry.
APIs
3PL Warehouse Manager Orders API
Create, retrieve, and list outbound orders in 3PL Warehouse Manager - the most common use of the SecureWMS API. Orders carry customer, ship-to, line items, and shipping details;...
3PL Warehouse Manager Items API
List and read the SKU items defined for a customer under /customers/{customerId}/items. Items describe the goods a 3PL stores and ships on behalf of each customer, and are paged...
3PL Warehouse Manager Inventory API
Retrieve on-hand inventory received on or before a point in time via /inventory and per-receive-line stock details via /inventory/stockdetails. Records include facility, item, l...
3PL Warehouse Manager Stock Summaries API
Read rolled-up stock summaries via /inventory/stocksummaries - aggregated on-hand, available, allocated, and committed quantities keyed by facility and item. The lightweight ava...
3PL Warehouse Manager Receivers (ASN) API
Create and retrieve inbound receivers (Advance Ship Notices) via /inventory/receivers - the expected inbound shipments a warehouse receives against. Supports creating a receiver...
3PL Warehouse Manager Customers API
List and read the customers (the brands/merchants a 3PL provides fulfillment for) under /customers. Customers are the multi-tenant boundary that scopes items, orders, and invent...
3PL Warehouse Manager Warehouses API
Enumerate warehouses/facilities and their bin locations via /inventory/facilities and /inventory/facilities/{facilityId}/locations. Facilities and locations are the physical top...
3PL Warehouse Manager Packages API
Read the packages (cartons) associated with a shipped order via /orders/{orderId}/packages - carton dimensions, weights, tracking numbers, and contained items. Modeled from the ...