Deposco website screenshot

Deposco

Deposco is a cloud supply chain execution platform combining order management (OMS) and warehouse management (WMS) for retailers, brands, 3PLs, and DTC ecommerce sellers. Its Bright Suite gives real-time visibility into inventory, orders, and shipments across the fulfillment lifecycle - receiving, putaway, picking, packing, and shipping. Deposco integrates through a REST API exposed on its Developer Portal (developer.deposco.com) using resource paths under /integration/{code}/, secured with OAuth 2.0 / per-merchant API credentials and scoped by tenant code and business unit. API access is provisioned per customer through a Deposco account manager rather than through open self-service signup, and Deposco also ships 150+ pre-built connectors and EDI integrations.

Deposco publishes 5 APIs on the APIs.io network. Tagged areas include Supply Chain, Warehouse Management, WMS, Order Management, and OMS.

Deposco’s developer surface includes documentation, engineering blog, and 4 more developer resources.

13.8/100 emerging ▬ flat Agent 0/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessPaid
5 APIs
Supply ChainWarehouse ManagementWMSOrder ManagementOMSFulfillmentInventoryLogisticsEcommerce3PL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 13.8/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 4.2 / 20
Operational Transparency 0.0 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 0/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/deposco: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Deposco Customer Orders API

Import and query customer (sales) orders for fulfillment. Modeled from Deposco integration references - PUT /import/{businessUnit}/customerOrder/{orderNumber} to create or updat...

Deposco Purchase Orders API

Create and search purchase orders for inbound inventory. Modeled from Deposco integration references - PUT /orders/Purchase Order/{orderNumber}, POST /orders, and GET /search/Or...

Deposco Items API

Create and update item (SKU) master data. Modeled from Deposco integration references - PUT /items/{itemNumber} for a single item and POST /items for bulk item imports. Endpoint...

Deposco Inventory API

Retrieve real-time inventory by facility and location. Modeled from Deposco integration references - GET /inventory/facility/{facilityNumber}/location/{locationNumber} and GET /...

Deposco Shipments API

Search outbound shipments produced by fulfillment. Modeled from Deposco integration references - GET /search/shipment?orderHeaders.customerOrderNumber={orderNumber} to retrieve ...

Pricing Plans 1

Published pricing tiers and plan structures.

Deposco Plans Pricing

1 plans

PLANS

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Deposco Domain Security

TLSv1.2 · DMARC

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Access & Security 1

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: deposco
url: https://raw.githubusercontent.com/api-evangelist/deposco/refs/heads/main/apis.yml
name: Deposco
kind: company
description: Deposco is a cloud supply chain execution platform combining order management (OMS) and warehouse management
  (WMS) for retailers, brands, 3PLs, and DTC ecommerce sellers. Its Bright Suite gives real-time visibility into inventory,
  orders, and shipments across the fulfillment lifecycle - receiving, putaway, picking, packing, and shipping. Deposco integrates
  through a REST API exposed on its Developer Portal (developer.deposco.com) using resource paths under /integration/{code}/,
  secured with OAuth 2.0 / per-merchant API credentials and scoped by tenant code and business unit. API access is provisioned
  per customer through a Deposco account manager rather than through open self-service signup, and Deposco also ships 150+
  pre-built connectors and EDI integrations.
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/deposco.png
tags:
- Supply Chain
- Warehouse Management
- WMS
- Order Management
- OMS
- Fulfillment
- Inventory
- Logistics
- Ecommerce
- 3PL
created: '2026-07-04'
modified: '2026-07-04'
specificationVersion: '0.19'
apis:
- aid: deposco:deposco-customer-orders-api
  name: Deposco Customer Orders API
  tags:
  - Orders
  - Order Management
  - Fulfillment
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developer.deposco.com/
  baseURL: https://{instance}.deposco.com/integration/{code}
  properties:
  - url: https://developer.deposco.com/
    type: Documentation
  description: Import and query customer (sales) orders for fulfillment. Modeled from Deposco integration references - PUT
    /import/{businessUnit}/customerOrder/{orderNumber} to create or update an order, and GET /search/CoHeader and /search/shipment
    to look up order status and resulting shipments. Endpoints are modeled from public integration documentation; exact paths
    and the tenant base host are provisioned per customer.
- aid: deposco:deposco-purchase-orders-api
  name: Deposco Purchase Orders API
  tags:
  - Purchase Orders
  - Procurement
  - Inbound
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developer.deposco.com/
  baseURL: https://{instance}.deposco.com/integration/{code}
  properties:
  - url: https://developer.deposco.com/
    type: Documentation
  description: Create and search purchase orders for inbound inventory. Modeled from Deposco integration references - PUT
    /orders/Purchase Order/{orderNumber}, POST /orders, and GET /search/Order?otherReferenceNumber={externalOrderNumber}.
    Endpoints are modeled from public integration documentation; access is gated per tenant.
- aid: deposco:deposco-items-api
  name: Deposco Items API
  tags:
  - Items
  - Products
  - SKU
  - Catalog
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developer.deposco.com/
  baseURL: https://{instance}.deposco.com/integration/{code}
  properties:
  - url: https://developer.deposco.com/
    type: Documentation
  description: Create and update item (SKU) master data. Modeled from Deposco integration references - PUT /items/{itemNumber}
    for a single item and POST /items for bulk item imports. Endpoints are modeled from public integration documentation;
    access is gated per tenant.
- aid: deposco:deposco-inventory-api
  name: Deposco Inventory API
  tags:
  - Inventory
  - Stock
  - Facility
  - Location
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developer.deposco.com/
  baseURL: https://{instance}.deposco.com/integration/{code}
  properties:
  - url: https://developer.deposco.com/
    type: Documentation
  description: Retrieve real-time inventory by facility and location. Modeled from Deposco integration references - GET /inventory/facility/{facilityNumber}/location/{locationNumber}
    and GET /inventory/{businessUnit}/facility/{facilityNumber}/location/{locationNumber}. Endpoints are modeled from public
    integration documentation; access is gated per tenant.
- aid: deposco:deposco-shipments-api
  name: Deposco Shipments API
  tags:
  - Shipments
  - Outbound
  - Shipping
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developer.deposco.com/
  baseURL: https://{instance}.deposco.com/integration/{code}
  properties:
  - url: https://developer.deposco.com/
    type: Documentation
  description: Search outbound shipments produced by fulfillment. Modeled from Deposco integration references - GET /search/shipment?orderHeaders.customerOrderNumber={orderNumber}
    to retrieve shipment and tracking detail for a customer order. Endpoints are modeled from public integration documentation;
    access is gated per tenant.
common:
- type: DomainSecurity
  url: security/deposco-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/deposco
- type: Website
  url: https://deposco.com/
- type: Documentation
  url: https://developer.deposco.com/
- type: Plans
  url: plans/deposco-plans-pricing.yml
- url: https://blog.deposco.com/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com