반응형 SMALL shopee access token1 [API] Shopee - Getting and refreshing the access_token Getting and refreshing the access_token - Access_token 발급 받는 방법 access_token 만료 시간 : 4시간 refresh_token 만료 시간 : 30일 Axios 요청 발급받은 code, main_acount_id 값을 이용해서 access_token, refresh_token을 발급해보자. Request const axios = require('axios'); const crypto = require('crypto'); const getAccesstoken = () => { const code = "43436c63546c6d7966785546774f6f47"; // 발급받은 code 값 입력 const host = 'https://partner.sh.. 2023. 4. 12. 이전 1 다음 반응형 LIST