Cafe24 Admin API 연동 테스트

토큰 refresh HTTP 200

{"access_token":"hi7qFJwXCFJurWkAfSiIzB","expires_at":"2026-09-24T15:59:22.000","refresh_token":"pgzyVB0QKhJuLXFQDpHm2C","refresh_token_expires_at":"2026-10-08T13:59:22.000","client_id":"eYf66gfmOJX3VXH8b6kcdZ","mall_id":"miracleana","user_id":"miracleana","scopes":["mall.read_customer","mall.write_customer","mall.read_order","mall.read_product"],"issued_at":"2026-09-24T13:59:22.000","shop_no":"1","token_type":"Bearer"}

회원 조회 GET /admin/customers HTTP 422

{"error":{"code":422,"message":"Please enter the cellphone or member_id parameter.","more_info":{"cellphone":null,"member_id":null}}}

주문 조회 GET /admin/orders (최근 7일) HTTP 200

{"orders":[]}

홈으로