Fera Partner Docs
  • Become a Partner
  • 🤝Partner Portal
    • Managed Stores
    • Apps
      • Creating an App
      • Testing App
      • Authenticating App
      • Publishing App
      • Managing App
    • Referrals
      • Referral Link
      • Tracking Referrals
      • Getting Paid
    • Team
  • Partner Badges
    • Works With Fera
    • Trusted Partner Badges
  • 👷Agencies
    • Become Agency Partner
    • Setting up a new store
    • Creating custom storefronts
  • 🧑‍💻Apps & Platforms
    • Become App/Integration Partner
    • SEO Apps
    • Shipping Apps
    • Support Apps
    • Messaging Apps
      • Requesting Reviews
    • Page Builder Apps
    • Partner Resources
  • 🖌️Theme Developers
    • Become Theme Partner
    • Shopify Themes
      • Display Ratings
      • Display Reviews
        • By Customer
    • SEO Schema Support
  • 🎬Content Creators
    • Join Affiliate Program
    • Referral Program
    • Brand Assets
  • 🧑‍💻Developers
    • Visit Developer Center
    • Partner API
      • List Reviews
      • Retrieve Product Ratings
      • Check if Site is Using Fera
      • Other API Endpoints
Powered by GitBook
On this page
  • Authentication
  • Specifying The Store
  • Product, Customer and Order IDs
  • Rate Limits
  • Response and Request Formats

Was this helpful?

  1. Developers

Partner API

The Partner API allows you to quickly access public store ratings/reviews of Fera accounts.

PreviousBrand AssetsNextList Reviews

Last updated 2 years ago

Was this helpful?

Authentication

Use your partner API key which can be found in your .

This can be included as the Api-Key header or api_key parameter.

Specifying The Store

For any parameters that are specific to a store, you must include the domain parameter which is the domain of the store.

If you know the store's public API key or fera store ID then those can also be used via the store_public_key and store_id parameters respectively instead of the domain parameters.

Product, Customer and Order IDs

Whenever the API requests a product, customer or order ID then Fera accepts either:

  • The Fera ID (always begins with 'f' like fpro_123ABC)

  • The external ID (can be anything)

    • This is usually the store's object ID.

    • For example, if it's a Shopify product then this is the Shopify.

Fera IDs always start with 'f' and are globally unique. That's why they're interchangeable with external (store) IDs.

Rate Limits

The rate limit for partners is 60 requests per minute (approximately 1 request per second).

If you need to make requests more often please let our team know.

Response and Request Formats

This API follows the same structure for responses and requests.

The Partner API is different than our store private API. for the full API reference.

🧑‍💻
Partner Dashboard
Please see the Developer API Reference for the private API.
View our developer docs here