Skip to content

Commit

Permalink
Update params
Browse files Browse the repository at this point in the history
  • Loading branch information
octaedro committed Jul 11, 2024
1 parent 1eb7dd3 commit 4936b6d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions source/includes/wp-api-v3/_product-custom-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ The product custom fields API allows you to view the custom field names that hav

| Parameter | Type | Description |
| ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `context` | string | Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`. |
| `page` | integer | Current page of the collection. Default is `1`. |
| `per_page` | integer | Maximum number of items to be returned in result set. Default is `10`. |
| `search` | string | Limit results to those matching a string. |
| `exclude` | array | Ensure result set excludes specific IDs. |
| `include` | array | Limit result set to specific ids. |
| `order` | string | Order sort attribute ascending or descending. Options: `asc` and `desc`. Default is `desc`. |
| `context` | string | Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`. |
| `page` | integer | Current page of the collection. Default is `1`. |
| `per_page` | integer | Maximum number of items to be returned in result set. Default is `10`. |
| `search` | string | Limit results to those matching a string. |
| `order` | string | Order sort attribute ascending or descending. Options: `asc` and `desc`. Default is `desc`. |

## Retrieve product custom field names ##

Expand Down

0 comments on commit 4936b6d

Please sign in to comment.