Skip to content

Commit eaad30f

Browse files
authored
Merge pull request #262 from Aals0n/patch-2
add global_unique_id to product
2 parents 0210d76 + 4c6c341 commit eaad30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/includes/wp-api-v3/_products.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The products API allows you to create, view, update, and delete individual, or a
2121
| `description` | string | Product description. |
2222
| `short_description` | string | Product short description. |
2323
| `sku` | string | Unique identifier. |
24+
| `global_unique_id` | string | GTIN, UPC, EAN or ISBN - a unique identifier for each distinct product and service that can be purchased. |
2425
| `price` | string | Current product price. <i class="label label-info">read-only</i> |
2526
| `regular_price` | string | Product regular price. |
2627
| `sale_price` | string | Product sale price. |

0 commit comments

Comments
 (0)