https://docs.deposco.com/docs/html/Content/Home.htm

Overview

Deposco is a technology company specializing in cloud-based supply chain and warehouse management software. Their platform provides solutions to optimize inventory management, order fulfillment, and supply chain operations.


Connection


Trigger

  • Deposco Schedule Pull Shipment.
  • Deposco Schedule Pull Inventory.

Action

  • Deposco Send Sales Order.
  • Deposco Send Item.
  • Deposco Send Shipment.

How to


Api Url

UA environment URL (North America)
https://sandboxapi.deposco.com/ua/integration/{code}/...

Production environment URL (North America)

https://api.deposco.com/integration/{code}/...

UA environment URL (EU/UK)

https://sandboxapi.eu.deposco.com/euua/integration/{code}/...

Production environment URL (UK/EU)

https://api.eu.deposco.com/integration/{code}/...

  • {code} is the company code that is used for accessing your Deposco environment. The code is case-sensitive in the URL.

Authentication and authorization

Each RESTful web service call uses HTTP Basic authentication to authorize the transaction. There is no session management or state maintenance on the server.


Create a Deposco user account that can be used to access the API. The account must have company permissions to the business units (companies) that are associated with the data they are accessing and managing through the API.


In the request parameters, set the authorization type to Basic Auth, and enter the username and password for the Deposco user account to use for accessing the API.


Example:

curl -X 'GET' 

  'https://sandboxapi.deposco.com/ua/integration/shlq/users/mjacobson 

  -u 'mjacobson:*****************'


API collectionsDeposco.postman_collection.json