Skip to main content
Shopee doesn’t have a dedicated integration in Parabola. If you have a Shopee API key, you can still pull data from Shopee into Parabola using the generic Pull from an API step against Shopee’s Open Platform API.

How to connect

1

Get your Shopee API credentials

Generate your Partner ID, Partner Key, and Shop ID from the Shopee Open Platform developer portal, following Shopee’s own API authentication docs (Shopee uses a signature-based auth scheme rather than a simple bearer token).
2

Add a Pull from an API step in Parabola

Configure the request URL, headers, and any required signature parameters per Shopee’s API reference for the endpoint you need (orders, products, inventory, etc.).
3

Use Response JSON settings to shape the result

Use the step’s Response JSON path settings to pull the specific array or object Shopee returns, and pair with an Expand JSON step if the response is deeply nested.
For general guidance on constructing headers, pagination, and authentication in Parabola’s API steps, see Using APIs in Parabola.
Last modified on July 14, 2026