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

Was this helpful?