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 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.

API entry from apis.yml

apis.yml Raw ↑
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.