File tree 1 file changed +5
-7
lines changed
source/includes/wp-api-v3
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ The product custom fields API allows you to view the custom field names that hav
6
6
7
7
| Parameter | Type | Description |
8
8
| ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- |
9
- | ` context ` | string | Scope under which the request is made; determines fields present in response. Options: ` view ` and ` edit ` . Default is ` view ` . |
10
- | ` page ` | integer | Current page of the collection. Default is ` 1 ` . |
11
- | ` per_page ` | integer | Maximum number of items to be returned in result set. Default is ` 10 ` . |
12
- | ` search ` | string | Limit results to those matching a string. |
13
- | ` exclude ` | array | Ensure result set excludes specific IDs. |
14
- | ` include ` | array | Limit result set to specific ids. |
15
- | ` order ` | string | Order sort attribute ascending or descending. Options: ` asc ` and ` desc ` . Default is ` desc ` . |
9
+ | ` context ` | string | Scope under which the request is made; determines fields present in response. Options: ` view ` and ` edit ` . Default is ` view ` . |
10
+ | ` page ` | integer | Current page of the collection. Default is ` 1 ` . |
11
+ | ` per_page ` | integer | Maximum number of items to be returned in result set. Default is ` 10 ` . |
12
+ | ` search ` | string | Limit results to those matching a string. |
13
+ | ` order ` | string | Order sort attribute ascending or descending. Options: ` asc ` and ` desc ` . Default is ` desc ` . |
16
14
17
15
## Retrieve product custom field names ##
18
16
You can’t perform that action at this time.
0 commit comments