PASAR API
Covers Shopee MY sellers; partner_id + HMAC sign + OAuth access token (4h, refreshable); app approval required.
View docs ↗ More E-commerce APIs# Shopee Open Platform API ~ marketplace seller integration needs OAuth credentials ~ get yours at: # https://open.shopee.com/developer-guide/20 curl 'https://partner.shopeemobile.com/api/v2' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: Shopee Open Platform API ~ marketplace seller integration Provider: Shopee Auth: requires OAuth credentials (sign up: https://open.shopee.com/developer-guide/20) Pricing: free Base URL: https://partner.shopeemobile.com/api/v2 Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.