Skip to main content

CAFE24 API Docs

Powerful APIs for integrating with the CAFE24 e-commerce platform

Key Features

🔗

RESTful API

Designed on standard REST architecture, providing an intuitive and consistent interface.

🔐

OAuth 2.0 Authentication

Supports secure and reliable authentication using the industry-standard OAuth 2.0 protocol.

Real-time Webhooks

Receive real-time notifications for key events such as orders, products, and members.

Simple API Call

Easily access shopping mall data through RESTful APIs. All responses are provided in JSON format.

Learn More
API Request
curl -X GET "https://{mall_id}.cafe24api.com/api/v2/admin/products" \
  -H "Authorization: Bearer {access_token}" \
  -H "Content-Type: application/json"