Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetTokenByResendCodeResponseData

    Response data payload for get_token_by_resend_code

    interface GetTokenByResendCodeResponseData {
        access_token?: string;
        expire_in?: number;
        merchant_id_list?: number[];
        refresh_token?: string;
        shop_id_list?: number[];
    }
    Index

    Properties

    access_token?: string

    The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.

    expire_in?: number

    Access_token expiration time, unit is second.

    merchant_id_list?: number[]

    Return when resend code in merchant module

    refresh_token?: string

    Use refresh_token to obtain new access_token. Valid for each shop_id and merchant_id respectively one-time use, expires in 30 days.

    shop_id_list?: number[]

    Return when resend code in shop module