S
Shopee Open Platform API
Details
Authentication
Shopee Open Platform partner app credentials (partner_id and partner_key)
?partner_id=<credential> + Shopee shop/merchant access token ?access_token=<credential> + Shopee Open Platform partner app credentials (partner_id and partner_key) ?sign=<credential> discovered Sign in to the Shopee Open Platform, create/register a Partner App in the developer console, and obtain your partner_id and partner_key from the app details. The developer guide states Shopee API calls use partner_id and a request sign, which is generated from the app secret (partner_key).
After creating a Partner App in the Shopee Open Platform, send the seller through Shopee's authorization flow described in The authorization process. Then exchange the returned authorization code with the documented token API in v2.public.get_access_token. Refresh it with v2.public.refresh_access_token when needed.