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
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.
domainstringRequiredExample:
Domain or URL of the shop/store.
example.myshopify.comResponses
200
Successful response
application/json
400
Bad request
application/json
get
/stores/searchCode Examples
Last updated
Was this helpful?