@@ -16,7 +16,8 @@ This section lists all API endpoints that can be used to create, edit or otherwi
16
16
| ` downloadable ` | boolean | If the product is downloadable or not. Downloadable products give access to a file upon purchase |
17
17
| ` virtual ` | boolean | If the product is virtual or not. Virtual products are intangible and aren't shipped |
18
18
| ` permalink ` | string | Product URL (post permalink) <i class =" label label-info " >read-only</i > |
19
- | ` sku ` | string | SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that can be purchased |
19
+ | ` sku ` | string | SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that can be purchased
20
+ | ` global_unique_id ` | string | GTIN, UPC, EAN or ISBN - a unique identifier for each distinct product and service that can be purchased|
20
21
| ` price ` | string | Current product price. This is setted from ` regular_price ` and ` sale_price ` <i class =" label label-info " >read-only</i > |
21
22
| ` regular_price ` | string | Product regular price |
22
23
| ` sale_price ` | string | Product sale price |
@@ -139,7 +140,8 @@ This section lists all API endpoints that can be used to create, edit or otherwi
139
140
| ` downloadable ` | boolean | If the variation is downloadable or not. Downloadable variations give access to a file upon purchase |
140
141
| ` virtual ` | boolean | If the variation is virtual or not. Virtual variations are intangible and aren't shipped |
141
142
| ` permalink ` | string | Variation URL (post permalink) <i class =" label label-info " >read-only</i > |
142
- | ` sku ` | string | SKU refers to a Stock-keeping unit, 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
143
145
| ` price ` | string | Current variation price. This is setted from ` regular_price ` and ` sale_price ` <i class =" label label-info " >read-only</i > |
144
146
| ` regular_price ` | string | Variation regular price |
145
147
| ` sale_price ` | string | Variation sale price |
0 commit comments