Tobie van der Merwe
Tobie van der Merwe

Reputation: 795

REST API Standard for message exchange between ERP and WMS

I have been trying to find a common messaging standard similar to EDI but where the implementation is using REST APIs that can used for the exchange of information between an ERP and one or more WMS systems.

In particular for these types of entities that need to be exchanged:

ERP outbound

  1. Products
  2. Barcodes
  3. Purchase Orders
  4. Allocations (Distros)
  5. Vendors (Suppliers)
  6. Product Sets
  7. Advance shipping notices

ERP Inbound:

  1. Purchase Order Acknowledgements
  2. Return to Vendor
  3. Purchase Order Acknowledgements
  4. Tracking Statuses for Purchase Orders
  5. Inventory Adjustments
  6. Transfer Adjustments
  7. Cartons Shipped (IBT) by the DC
  8. Cartons Received/Acknowledged by the DC

I have been looking at 3PLS that has as a subset WMS systems, but the REST APIs that I can find Postman collections for does not contain all the entities above and it looks like each of them are rolling their own version.

Some examples of the Postman Collections:

  1. 3pl-api-fusion-customer
  2. 3PL Systems
  3. 3PL partner API

I am also aware that for example WMS Manhattan has in recent versions implemented a Web Service layer that can be called to exchange data, but in this case that would tie me to only their interface.

Does anyone know if such a messaging standard (protocol) exists in the industry?

Upvotes: 0

Views: 45

Answers (0)

Related Questions