Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

System Configuration Setting Metadata

System Configuration Setting Metadata

To query for settings with specific metadata values, you use the MetadataKey keyword followed by curly braces. Put the metadata key within the curly braces.

When querying for metadata, you can use the * wildcard to look for all settings that have a particular metadata key, regardless of the value assigned to it. For example, the following query matches all settings that have a value associated with the apiRefreshStrategy metadata key.

FIND Configuration WHERE MetadataKey{apiRefreshStrategy} = *

The following query produces the same results:

FIND Configuration WHERE MetadataKey{apiRefreshStrategy} != ''