From 4c6c341902d9b99fef84aea9d31e120a66b24a9b Mon Sep 17 00:00:00 2001 From: Christian Larks <58232489+Aals0n@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:03:22 +0100 Subject: [PATCH] add global_unique_id to product --- source/includes/wp-api-v3/_products.md | 1 + 1 file changed, 1 insertion(+) 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. |