Skip to content

Commit

Permalink
GTIN, UPC, EAN o ISBN field
Browse files Browse the repository at this point in the history
GTIN, UPC, EAN o ISBN in variation
  • Loading branch information
nturini-cascinanet authored Jan 14, 2025
1 parent 2854079 commit a907846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WooCommerce/v3/Variation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ public class Variation : JsonObject
[DataMember(EmitDefaultValue = false)]
public string sku { get; set; }

/// <summary>
/// Variation GTIN, UPC, EAN o ISBN
/// </summary>
[DataMember(EmitDefaultValue = false)]
public string global_unique_id { get; set; }

[DataMember(EmitDefaultValue = false, Name = "price")]
protected object priceValue { get; set; }
/// <summary>
Expand Down

0 comments on commit a907846

Please sign in to comment.