Skip to main content

Settings

The settings API allows you to view all groups of settings available.

Setting group properties

AttributeTypeDescription
idstringA unique identifier that can be used to link settings together. READ-ONLY
labelstringA human readable label for the setting used in interfaces. READ-ONLY
descriptionstringA human readable description for the setting used in interfaces. READ-ONLY
parent_idstringID of parent grouping. READ-ONLY
sub_groupsstringIDs for settings sub groups. READ-ONLY

List all settings groups

This API helps you to view all the settings groups.

GET /wp-json/wc/v3/settings
curl https://example.com/wp-json/wc/v3/settings \
-u consumer_key:consumer_secret