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 Southeast Asian 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 Important note: Covers Shopee MY sellers; partner_id + HMAC sign + OAuth access token (4h, refreshable); app approval required. Source: Shopee (https://open.shopee.com/developer-guide/20) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs OAuth Last checked: 2026-06-13 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.