Skip to content

Commit 4936b6d

Browse files
committed
Update params
1 parent 1eb7dd3 commit 4936b6d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

source/includes/wp-api-v3/_product-custom-fields.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ The product custom fields API allows you to view the custom field names that hav
66

77
| Parameter | Type | Description |
88
| ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- |
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`. |
1614

1715
## Retrieve product custom field names ##
1816

0 commit comments

Comments
 (0)