Skip to content
retrokidworks
All work

ERP and Online Store API Integration Backend

A backend that syncs products and orders between an in-house ERP and the Cafe24 Open API (Wishket fixed-term engagement, 14 days)

I developed a backend that connects an in-house ERP with a Cafe24 online store through its Open API to keep products and orders in sync. Under a confidentiality agreement with the client, I do not disclose the end customer.

What I did

  • Built the backend integrating the in-house ERP with the Cafe24 Open API on Spring and MyBatis
  • Implemented product, option, price and inventory sync, plus category mapping
  • Built collection of orders, exchanges and returns, and sending of shipping information
  • Implemented OAuth 2.0 access token issuance, refresh and expiry management

Tech stack

  • Java, Spring, MyBatis