We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2854079 commit a907846Copy full SHA for a907846
WooCommerce/v3/Variation.cs
@@ -64,6 +64,12 @@ public class Variation : JsonObject
64
[DataMember(EmitDefaultValue = false)]
65
public string sku { get; set; }
66
67
+ /// <summary>
68
+ /// Variation GTIN, UPC, EAN o ISBN
69
+ /// </summary>
70
+ [DataMember(EmitDefaultValue = false)]
71
+ public string global_unique_id { get; set; }
72
+
73
[DataMember(EmitDefaultValue = false, Name = "price")]
74
protected object priceValue { get; set; }
75
/// <summary>
0 commit comments