Extensiv
Extensiv (formerly 3PL Central, rebranded in 2022) is a cloud-native omnichannel fulfillment software company for third-party logistics providers (3PLs) and brands. Its platform combines warehouse management (3PL Warehouse Manager and Warehouse Manager), order management, inventory management, and integration tooling - built from the combination of 3PL Central, Skubana, Scout, and CartRover. The flagship developer surface is the 3PL Warehouse Manager REST API (auth server at secure-wms.com/AuthServer), which exposes orders, inventory, items, customers, receivers/ASN, stock summaries, and warehouses to external integrators. Access is provisioned with Client ID / Client Secret credentials that mint short-lived bearer tokens. NOTE - the SecureWMS/3PL Warehouse Manager REST API itself is documented in more detail in the sibling all/3plcentral entry; this entry profiles the Extensiv company and platform and its relationship to that API.
APIs
Extensiv Orders API
Create and retrieve sales/fulfillment orders in 3PL Warehouse Manager - the most common use of the API. Supports listing, filtering, creating, updating, and retrieving individua...
Extensiv Inventory API
Retrieve on-hand inventory and stock summaries, including inventory received on or before a given date and rolled-up availability by SKU. A primary read surface for keeping exte...
Extensiv Items API
Read the SKU/item master for a customer - the products a 3PL stores and ships. Items are scoped to a customer and carry identifiers, descriptions, and packaging attributes used ...
Extensiv Customers API
List and retrieve the customers (the brands/merchants a 3PL serves) configured in a warehouse. Customers are the top-level tenant under which items, orders, and inventory are or...
Extensiv Receivers (ASN) API
Manage inbound receivers / advance shipping notices (ASNs) - the expected inbound shipments a warehouse receives against. Create, list, and retrieve receivers and their line ite...
Extensiv Warehouses API
List the physical warehouses/facilities configured on an account and their identifiers, used to scope inventory, orders, and receiving to a location.
Extensiv Auth Token API
OAuth2-style token endpoint at secure-wms.com/AuthServer. A Base64 Client ID:Client Secret authorization header plus a grant_type mints a short-lived bearer access token (typica...