Skip to content

Commit baa99b4

Browse files
feat(content): update the api
#### content:v2.1 The following keys were added: - schemas.OrderTrackingSignalLineItemDetails.properties.sku.deprecated (Total Keys: 1) - schemas.OrderTrackingSignalLineItemDetails.properties.upc.deprecated (Total Keys: 1) - schemas.ProductStatusDestinationStatus.properties.status.deprecated (Total Keys: 1) - schemas.ProductstatusesCustomBatchRequestEntry.properties.includeAttributes.deprecated (Total Keys: 1) - schemas.Promotion.properties.promotionDisplayDates.deprecated (Total Keys: 1) - schemas.Promotion.properties.promotionEffectiveDates.deprecated (Total Keys: 1) - schemas.RepricingProductReport.properties.buyboxWinningProductStats.deprecated (Total Keys: 1) - schemas.RepricingRuleReport.properties.buyboxWinningRuleStats.deprecated (Total Keys: 1)
1 parent 24a5d47 commit baa99b4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

googleapiclient/discovery_cache/documents/content.v2.1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6271,7 +6271,7 @@
62716271
}
62726272
}
62736273
},
6274-
"revision": "20230704",
6274+
"revision": "20230706",
62756275
"rootUrl": "https://shoppingcontent.googleapis.com/",
62766276
"schemas": {
62776277
"Account": {
@@ -6486,6 +6486,11 @@
64866486
"SHOPIFY_ORDER_MANAGEMENT",
64876487
"SHOPIFY_INTEGRATION"
64886488
],
6489+
"enumDeprecated": [
6490+
false,
6491+
true,
6492+
false
6493+
],
64896494
"enumDescriptions": [
64906495
"Unknown purpose.",
64916496
"The credentials allow Google to manage Shopify orders on behalf of the merchant (deprecated).",
@@ -11450,6 +11455,7 @@
1145011455
"type": "string"
1145111456
},
1145211457
"productDescription": {
11458+
"deprecated": true,
1145311459
"description": "Plain text description of this product (deprecated: Please use product_title instead).",
1145411460
"type": "string"
1145511461
},
@@ -11467,10 +11473,12 @@
1146711473
"type": "string"
1146811474
},
1146911475
"sku": {
11476+
"deprecated": true,
1147011477
"description": "Merchant SKU for this item (deprecated).",
1147111478
"type": "string"
1147211479
},
1147311480
"upc": {
11481+
"deprecated": true,
1147411482
"description": "Universal product code for this item (deprecated: Please use GTIN instead).",
1147511483
"type": "string"
1147611484
}
@@ -14167,6 +14175,7 @@
1416714175
"type": "array"
1416814176
},
1416914177
"status": {
14178+
"deprecated": true,
1417014179
"description": "Deprecated. Destination approval status in `targetCountry` of the offer.",
1417114180
"type": "string"
1417214181
}
@@ -14703,6 +14712,7 @@
1470314712
"type": "array"
1470414713
},
1470514714
"includeAttributes": {
14715+
"deprecated": true,
1470614716
"description": "Deprecated: Setting this field has no effect and attributes are never included.",
1470714717
"type": "boolean"
1470814718
},
@@ -14983,6 +14993,7 @@
1498314993
"type": "array"
1498414994
},
1498514995
"promotionDisplayDates": {
14996+
"deprecated": true,
1498614997
"description": "String representation of the promotion display dates. Deprecated. Use `promotion_display_time_period` instead.",
1498714998
"type": "string"
1498814999
},
@@ -14991,6 +15002,7 @@
1499115002
"description": "`TimePeriod` representation of the promotion's display dates."
1499215003
},
1499315004
"promotionEffectiveDates": {
15005+
"deprecated": true,
1499415006
"description": "String representation of the promotion effective dates. Deprecated. Use `promotion_effective_time_period` instead.",
1499515007
"type": "string"
1499615008
},
@@ -15652,6 +15664,7 @@
1565215664
},
1565315665
"buyboxWinningProductStats": {
1565415666
"$ref": "RepricingProductReportBuyboxWinningProductStats",
15667+
"deprecated": true,
1565515668
"description": "Stats specific to buybox winning rules for product report (deprecated)."
1565615669
},
1565715670
"date": {
@@ -15899,6 +15912,7 @@
1589915912
"properties": {
1590015913
"buyboxWinningRuleStats": {
1590115914
"$ref": "RepricingRuleReportBuyboxWinningRuleStats",
15915+
"deprecated": true,
1590215916
"description": "Stats specific to buybox winning rules for rule report (deprecated)."
1590315917
},
1590415918
"date": {

0 commit comments

Comments
 (0)