For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check if Site is Using Fera

How to check if a site/store is using Fera or not.

To check if a site/store is using Fera you can perform a store search operation like this:

Search Fera Stores

get

Retrieve a list of stores that match the search query. This is useful to determine if a store is using Fera or not.

Authorizations
api_keystringRequired

You can find your partner API key in your partner portal dashboard.

Query parameters
pageinteger · int32 · min: 1Optional

Current page number, if pagination used.

page_sizeinteger · int32 · min: 1Optional

Number of items per page.

limitinteger · int32 · min: 1 · max: 100Optional

Maximum number of items retrieved.

offsetinteger · int32Optional

Starting position of items request query.

domainstringRequired

Domain or URL of the shop/store.

Example: example.myshopify.com
Responses
200

Successful response

application/json
get/stores/search

Code Examples

Last updated