Skip to content
Home Download
Guide

Cafe24

Connect Cafe24 orders with Mall ID and Access token

Cafe24 Admin API uses an app OAuth access token plus Mall ID.

  • Cafe24 store admin account
  • App on Cafe24 Developers
  • Mall ID (e.g. yourmallyourmall.cafe24.com)
  • Access token including mall.read_order

Official:

  1. Create an app on Cafe24 Developers.
  2. Configure OAuth (redirect URI, etc.) per app docs.
  3. Install/consent with the store admin account.
  4. Copy the access_token.
  5. Confirm mall.read_order is granted.
  • Admin URL https://yourmall.cafe24.com/admin/... → Mall ID is yourmall
  • Same ID appears in developer console / store settings
  1. App → OrdersChannels
  2. Connect Cafe24
  3. Enter:
    • Mall ID
    • Access token
    • (Optional) display name
  4. Connect

Server validates with GET /api/v2/admin/store.

  • Sync now for immediate pull
  • API: GET /api/v2/admin/orders
  • Window: start_date + end_date (required together)
  • Lines: embed=items,buyer

Align Cafe24 product_no or product_code with First Crack sku.
SKU mapping

FieldValueFirst Crack
canceledTcancelled
paidFpending
paidT / Mpaid (pre-ship)
shipping_statusFpaid/preparing
shipping_statusMshipped
shipping_statusTdelivered
shipping_statusW / Xpreparing
process_statusprepare / prepareproduct / holdpreparing
SymptomCheck
401 / invalid tokenExpired/typo; app installed on this mall
403 / scopemall.read_order consent
Zero ordersstart/end window, test order dates, shop_no (multi-shop)
Mall ID errorSubdomain only (no https://)

Share Mall ID + approx time only—never the access token. → Contact