Skip to content

Commit 6d46994

Browse files
Refunds docs
1 parent 6f92717 commit 6d46994

File tree

2 files changed

+208
-181
lines changed

2 files changed

+208
-181
lines changed

source/includes/wp-api-v1/_coupons.md

-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ woocommerce.get("coupons").parsed_response
365365
| `offset` | integer | Offset the result set by a specific number of items. |
366366
| `order` | string | Order sort attribute ascending or descending. Default is `asc`. Options: `asc` and `desc`. |
367367
| `orderby` | string | Sort collection by object attribute. Default is `date`, Options: `date`, `id`, `include`, `title` and `slug`. |
368-
| `slug` | string | Limit result set to posts with a specific slug. |
369368
| `filter` | string | Use WP Query arguments to modify the response; private query vars require appropriate authorization. |
370369
| `code` | string | Limit result set to resources with a specific code. |
371370

0 commit comments

Comments
 (0)