Optionalparams: GetAccessTokenRequestRequest parameters
Promise resolving to the response
Use this API to get basic info of merchants which have authorized to the partner.
Optionalparams: GetMerchantsByPartnerRequestRequest parameters
Promise resolving to the response
You can get shopee ip address ranges through this open api.
Optionalparams: GetShopeeIpRangesRequestRequest parameters
Promise resolving to the response
get basic info of shops which have authorized to the partner.
Optionalparams: GetShopsByPartnerRequestRequest parameters
Promise resolving to the response
Use the resend code to get access token and refresh token. When you lost your access token or refresh token, you can go to authorization management page to resend code by yourselves. You can only use this endpoint in live environment, we don't support in test-stable environment.
Optionalparams: GetTokenByResendCodeRequestRequest parameters
Promise resolving to the response
Use this API to refresh the access_token after it expires. Refresh_token can be used once only, this API will also return a new refresh_token. Please use the new refresh_token for the next RefreshAccessToken call
Optionalparams: RefreshAccessTokenRequestRequest parameters
Promise resolving to the response
Use the code from the authorization step to call this API to obtain the authorized shop_id, merchant_id, supplier_id, or user_id, and its corresponding access_token and refresh_token.