> ## Documentation Index
> Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Shopee and Parabola

> Shopee isn't a native Parabola connector, but its REST API is reachable through Parabola's Pull from an API step.

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](https://open.shopee.com/).

## How to connect

<Steps>
  <Step title="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).
  </Step>

  <Step title="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.).
  </Step>

  <Step title="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](/docs/product/transform/expand-json) step if the response is deeply nested.
  </Step>
</Steps>

For general guidance on constructing headers, pagination, and authentication in Parabola's API steps, see [Using APIs in Parabola](/docs/articles/using-apis-in-parabola).

## Related

* [Pull from an API](/docs/product/integration/api)
* [Using APIs in Parabola](/docs/articles/using-apis-in-parabola)
* [Expand JSON](/docs/product/transform/expand-json)
