Skip to content

Commit 29b0312

Browse files
committed
feat: Generate Google.Apis.Merchant.products_v1beta version 1.73.0.4126
1 parent 45e8b22 commit 29b0312

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

DiscoveryJson/merchantapi.products_v1beta.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
}
282282
}
283283
},
284-
"revision": "20260415",
284+
"revision": "20260419",
285285
"rootUrl": "https://merchantapi.googleapis.com/",
286286
"schemas": {
287287
"Attributes": {
@@ -1709,6 +1709,14 @@
17091709
"format": "int64",
17101710
"type": "string"
17111711
},
1712+
"loyaltyProgramLabel": {
1713+
"description": "Optional. The label of the [loyalty program](https://support.google.com/merchants/answer/6324484). Must match one of the program labels set in loyalty_programs. When set (in combination with [loyalty_tier_label](https://support.google.com/merchants/answer/6324484)), this shipping option is only applicable to loyalty program members of the specified tier.",
1714+
"type": "string"
1715+
},
1716+
"loyaltyTierLabel": {
1717+
"description": "Optional. The label of the [loyalty tier](https://support.google.com/merchants/answer/6324484) within the loyalty program. Must match one of the tiers set in the loyalty_programs. When set (in combination with [loyalty_program_label](https://support.google.com/merchants/answer/6324484)), this shipping option is only applicable to loyalty program members of the specified tier.",
1718+
"type": "string"
1719+
},
17121720
"maxHandlingTime": {
17131721
"description": "Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minHandlingTime is optional if maxHandlingTime is present.",
17141722
"format": "int64",

Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,24 @@ public class Shipping : Google.Apis.Requests.IDirectResponseSchema
26312631
[Newtonsoft.Json.JsonPropertyAttribute("locationId")]
26322632
public virtual System.Nullable<long> LocationId { get; set; }
26332633

2634+
/// <summary>
2635+
/// Optional. The label of the [loyalty program](https://support.google.com/merchants/answer/6324484). Must
2636+
/// match one of the program labels set in loyalty_programs. When set (in combination with
2637+
/// [loyalty_tier_label](https://support.google.com/merchants/answer/6324484)), this shipping option is only
2638+
/// applicable to loyalty program members of the specified tier.
2639+
/// </summary>
2640+
[Newtonsoft.Json.JsonPropertyAttribute("loyaltyProgramLabel")]
2641+
public virtual string LoyaltyProgramLabel { get; set; }
2642+
2643+
/// <summary>
2644+
/// Optional. The label of the [loyalty tier](https://support.google.com/merchants/answer/6324484) within the
2645+
/// loyalty program. Must match one of the tiers set in the loyalty_programs. When set (in combination with
2646+
/// [loyalty_program_label](https://support.google.com/merchants/answer/6324484)), this shipping option is only
2647+
/// applicable to loyalty program members of the specified tier.
2648+
/// </summary>
2649+
[Newtonsoft.Json.JsonPropertyAttribute("loyaltyTierLabel")]
2650+
public virtual string LoyaltyTierLabel { get; set; }
2651+
26342652
/// <summary>
26352653
/// Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means
26362654
/// that the order is shipped on the same day as it is received if it happens before the cut-off time. Both

Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Merchant.products_v1beta Client Library</Title>
6-
<Version>1.73.0.4122</Version>
6+
<Version>1.73.0.4126</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2026 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)