We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cff8b commit 5ee4c3aCopy full SHA for 5ee4c3a
source/includes/wp-api-v3/_product-custom-fields.md
@@ -1,6 +1,6 @@
1
# Product custom fields #
2
3
-The product custom fields API allows you to view the custom fields that have been recorded.
+The product custom fields API allows you to view the custom field names that have been recorded.
4
5
## Product custom fields properties ##
6
@@ -9,9 +9,9 @@ The product custom fields API allows you to view the custom fields that have bee
9
| `key` | string | The custom field key. |
10
| `value` | string | The value set for the key. |
11
12
-## Retrieve product custom fields ##
+## Retrieve product custom field names ##
13
14
-This API lets you retrieve filtered custom fields.
+This API lets you retrieve filtered custom field names.
15
16
<div class="api-endpoint">
17
<div class="endpoint-data">
0 commit comments