Partner API
The Partner API allows you to quickly access public store ratings/reviews of Fera accounts.
Last updated
Was this helpful?
The Partner API allows you to quickly access public store ratings/reviews of Fera accounts.
Last updated
Was this helpful?
Use your partner API key which can be found in your .
This can be included as the Api-Key
header or api_key
parameter.
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.
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.
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.
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.