Skip to content

Commit 434fa79

Browse files
committed
Add remaining global_unique_id param
1 parent eaad30f commit 434fa79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

source/includes/v3/_products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ This section lists all API endpoints that can be used to create, edit or otherwi
140140
| `downloadable` | boolean | If the variation is downloadable or not. Downloadable variations give access to a file upon purchase |
141141
| `virtual` | boolean | If the variation is virtual or not. Virtual variations are intangible and aren't shipped |
142142
| `permalink` | string | Variation URL (post permalink) <i class="label label-info">read-only</i> |
143-
| `sku` | string | SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that can be purchased
144-
| `global_unique_id` | string | GTIN, UPC, EAN or ISBN - a unique identifier for each distinct product and service that can be purchased
143+
| `sku` | string | SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that can be purchased |
144+
| `global_unique_id` | string | GTIN, UPC, EAN or ISBN - a unique identifier for each distinct product and service that can be purchased |
145145
| `price` | string | Current variation price. This is setted from `regular_price` and `sale_price` <i class="label label-info">read-only</i> |
146146
| `regular_price` | string | Variation regular price |
147147
| `sale_price` | string | Variation sale price |

source/includes/wp-api-v3/_product-variations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The product variations API allows you to create, view, update, and delete indivi
1414
| `description` | string | Variation description. |
1515
| `permalink` | string | Variation URL. <i class="label label-info">read-only</i> |
1616
| `sku` | string | Unique identifier. |
17+
| `global_unique_id` | string | GTIN, UPC, EAN or ISBN. A global unique identifier for the variation. |
1718
| `price` | string | Current variation price. <i class="label label-info">read-only</i> |
1819
| `regular_price` | string | Variation regular price. |
1920
| `sale_price` | string | Variation sale price. |

0 commit comments

Comments
 (0)