Skubana—now Extensiv Order Manager—is a multichannel order, inventory, and fulfillment management platform that centralizes ecommerce and B2B sales orders, real-time stock levels, purchasing, and shipping across sales channels like Shopify, Amazon, and eBay. An unofficial API lets you programmatically pull orders, inventory, products, shipments, purchase orders, and vendor records—and push updates like inventory adjustments, new purchase orders, and order status changes back into Skubana without per-app OAuth installs or manual exports.

Skubana—now branded Extensiv Order Manager after Skubana was acquired and consolidated into Extensiv—is a cloud-based multichannel order and inventory management platform for high-volume ecommerce sellers and brands. Operators use it to centralize ecommerce and B2B sales orders, track real-time inventory across warehouses and 3PLs, automate purchasing and replenishment, and orchestrate shipping through one-click integrations with sales channels and carriers including Shopify, BigCommerce, Magento, Amazon, eBay, Newegg, USPS, UPS, DHL, and FedEx.
Core capabilities include:
Common data entities:
Sellers run their entire fulfillment operation through Skubana, but turning that system of record into reliable, programmatic access is harder than the published API suggests:
Supergood handles Skubana's OAuth authorization-code flow, app credentials, and authenticated surfaces to deliver a resilient API layer for your Extensiv Order Manager account—so your orders, inventory, and purchasing data are available without standing up and maintaining your own developer app.
Use Skubana with AI agents: Skubana MCP Server →
Book a 30-minute session to confirm your sales channels, warehouses, and authentication model.
We deliver a production-ready Skubana adapter tailored to your account, channels, and inventory model.
Go live with continuous monitoring and automatic adjustments as Skubana and Extensiv evolve.
Authentication
/authenticateExchange the Skubana authorization code and Base64 app access key for a bearer token scoped to the approved permissions.
Orders
/ordersList ecommerce and B2B sales orders across channels with filters for status, channel, date range, and warehouse.
Orders
/create_orderCreate or update a sales order and route it for allocation, picking, and fulfillment.
Inventory
/inventoryRetrieve real-time inventory levels and allocations by SKU across warehouses and 3PL locations.
Products
/productsPull products, SKUs, bundles, and kits with their channel listings and attributes.
Purchasing
/create_purchase_orderCreate a purchase order against a vendor for replenishment and track receiving.
- Pull ecommerce and B2B orders from Shopify, Amazon, eBay, and other channels into a single warehouse - Stream order status, shipment, and return events to downstream BI and finance tools - Reconcile order and customer records across channels for unified reporting
- Pull real-time stock levels and allocations by SKU across warehouses and 3PLs - Push inventory adjustments and stock transfers back into Skubana - Surface low-stock and oversell-risk events to replenishment workflows
- Create and track purchase orders against vendors without portal clicks - Sync receiving records and landed cost back to accounting systems - Trigger replenishment when forecasted demand crosses reorder thresholds
- Pull shipments, tracking, and carrier data across USPS, UPS, DHL, and FedEx - Route orders to the right warehouse or 3PL based on inventory and rules - Feed fulfillment metrics into operations dashboards
Authentication
OAuth 2.0 authorization-code flow with appKey/appSecret access key and bearer tokens, handled in a managed session
Connectivity
Authenticated calls against the Skubana API (api.skubana.com production, api.demo.skubana.com sandbox) plus channel and carrier integrations
Response format
Normalized JSON across Orders, Inventory, Products, Shipments, and Purchase Order objects
Rate limits
Adaptive throttling tuned to your account to stay within Skubana-side limits that are not fully published
Session management
Automatic bearer-token refresh, credential rotation, and re-authorization handling
Data freshness
Near real-time pulls for orders and inventory with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for order creation, status changes, shipment, and inventory updates
Latency
Sub-second reads on cached entities; multi-second writes when posting orders and purchase orders
Throughput
Horizontally scaled workers sized to high-volume multichannel order and inventory traffic
Reliability
Retry, backoff, and idempotency keys for order, inventory, and purchase-order writes
Adaptation
Continuous monitoring of Skubana and Extensiv API changes, channel integrations, and pagination behavior
Yes. Skubana was acquired by and consolidated into Extensiv and is now branded Extensiv Order Manager. The API still runs against the skubana.com endpoints, and Supergood supports the current platform under both names.
No. Skubana's API requires an installed app with an appKey/appSecret and OAuth authorization-code flow. Supergood handles that onboarding and token lifecycle for you, so you access your own data without standing up a developer app.
Yes. Supergood normalizes Orders, Inventory, Products, Shipments, Purchase Orders, and Vendors into one consistent surface, so multichannel order data and replenishment data sit side by side.
Supergood pulls real-time stock levels and allocations with careful freshness handling and preserves bundle, kit, and multi-warehouse logic so downstream systems don't double-count or oversell.
Yes. Supergood manages separate credentials and tokens for the production (api.skubana.com) and sandbox (api.demo.skubana.com) environments so you can test and deploy safely.