diff --git a/source/includes/wp-api-v3/_products.md b/source/includes/wp-api-v3/_products.md index 34aa2d2..4a8b7b0 100644 --- a/source/includes/wp-api-v3/_products.md +++ b/source/includes/wp-api-v3/_products.md @@ -21,6 +21,7 @@ The products API allows you to create, view, update, and delete individual, or a | `description` | string | Product description. | | `short_description` | string | Product short description. | | `sku` | string | Unique identifier. | +| `global_unique_id` | string | GTIN, UPC, EAN or ISBN - a unique identifier for each distinct product and service that can be purchased. | | `price` | string | Current product price. read-only | | `regular_price` | string | Product regular price. | | `sale_price` | string | Product sale price. |