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.