How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Elastic Path Stopword Sets API

Stopword Sets allow you to define sets of common words (such as "the", "a", "an", "is") that should be ignored during search queries. By removing these low-value terms from search processing, you can improve search relevance and reduce noise in results.### How Stopword Sets WorkA stopword set is a named container of stopword words. Each set belongs to an organization or store and is synced asynchronously. Once synced, the stopwords are applied during search query processing to filter out the specified terms.### Common StopwordsStopword sets contain a flat list of words to ignore:- **Common articles**: "the", "a", "an"- **Prepositions**: "in", "on", "at", "for"- **Conjunctions**: "and", "or", "but"### Sync StatusStopword sets are synced asynchronously. The sync status is tracked and exposed in API responses:| Status | Description ||------------------|----------------------------------------------------------------|| `pending_sync` | Set has been created or updated in MongoDB but not yet synced || `synced` | Set has been successfully synced || `sync_failed` | The last sync attempt failed || `pending_delete` | Set is marked for deletion; a background worker will remove it |### TenancyStopword sets follow the same tenancy model as other resources:- **Organization-scoped sets**: Managed by the organization; apply across all stores- **Store-scoped sets**: Managed by the store; apply only to that storeStores cannot modify organization-scoped stopword sets.

Elastic Path Stopword Sets API is one of 100 APIs that Elastic Path publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Stopword Sets. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 14 schemas. It is described by OpenAPI 3.2.0, at version 26.0604.7696948.

Requests are made against 2 base URLs: https://euwest.api.elasticpath.com/v2, https://useast.api.elasticpath.com/v2.

5 operations 2 paths 14 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
26.0604.7696948
Base URL
https://useast.api.elasticpath.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Elastic Path Stopword Sets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerToken). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Stopword Sets 5

Stopword Sets allow you to define sets of common words (such as "the", "a", "an", "is") that should be ignored during search queries. By removing these low-value terms from search…

POST
/pcm/catalogs/search/stopword-sets
Create stopword set
createStopwordSet body → 201400409500
GET
/pcm/catalogs/search/stopword-sets
List stopword sets
listStopwordSets → 200500
GET
/pcm/catalogs/search/stopword-sets/{stopword_set_id}
Get stopword set
getStopwordSet 1 param → 200404500
PUT
/pcm/catalogs/search/stopword-sets/{stopword_set_id}
Update stopword set
updateStopwordSet 1 param body → 200400403404500
DELETE
/pcm/catalogs/search/stopword-sets/{stopword_set_id}
Delete stopword set
deleteStopwordSet 1 param → 204403500

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are StopwordSetMeta (5 properties), StopwordSet (4 properties), Error (4 properties), ListStopwordSetsResponse (2 properties). Each schema is shown below with its type and property counts.

StopwordSetType
string
Represents the type of object being returned. Always catalogsearchstopwordset.
CreateStopwordSetRequest
object
1 property 1 required
UpdateStopwordSetRequest
object
1 property 1 required
ResourceOwner
string
The resource owner, either organization or store.
UpdateStopwordSetAttributes
object
1 property 1 required
ErrorResponse
object
1 property 1 required
StopwordSetAttributes
object
2 properties 1 required
StopwordSetMeta
object
5 properties 4 required
StopwordSet
object
4 properties 4 required
ListStopwordSetsResponse
object
2 properties 2 required
ListResponseMeta
object
1 property 1 required
ListResponseMetaResults
object
Contains the results for the entire collection.
1 property 1 required
StopwordSetResponse
object
1 property 1 required
Error
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

elastic-path-stopword-sets-api-openapi.yml Raw ↑

Other APIs Elastic Path publishes across the network.

Elastic Path GraphQL API
Elastic Path Account Addresses API
Elastic Path Account Authentication Settings API
Elastic Path Account Cart Associations API
Elastic Path Account Management Authentication API
Elastic Path Account Members API
Elastic Path Account Membership API
Elastic Path Account Membership Settings API
Elastic Path Account Tags API
Elastic Path Accounts API
Elastic Path Administrator Latest Releases Catalog API API
Elastic Path Application Keys API
Where this information came from

This is an independent, third-party profile of Elastic Path Stopword Sets API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.