File tree Expand file tree Collapse file tree 4 files changed +18
-14
lines changed
Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 281281 }
282282 }
283283 },
284- "revision" : " 20251118 " ,
284+ "revision" : " 20251207 " ,
285285 "rootUrl" : " https://merchantapi.googleapis.com/" ,
286286 "schemas" : {
287287 "AutomatedDiscounts" : {
18081808 },
18091809 "subscriptionCost" : {
18101810 "$ref" : " SubscriptionCost" ,
1811- "description" : " Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract."
1811+ "description" : " Number of periods (weeks, months or years) and amount of payment per period for an item with an associated subscription contract."
18121812 },
18131813 "sustainabilityIncentives" : {
18141814 "description" : " The list of sustainability incentive programs." ,
24142414 "description" : " The amount the buyer has to pay per subscription period."
24152415 },
24162416 "period" : {
2417- "description" : " The type of subscription period. Supported values are: * \" `month`\" * \" `year`\" " ,
2417+ "description" : " The type of subscription period. Supported values are: * \" `month`\" * \" `year`\" * \" `week` \" " ,
24182418 "enum" : [
24192419 " SUBSCRIPTION_PERIOD_UNSPECIFIED" ,
24202420 " MONTH" ,
2421- " YEAR"
2421+ " YEAR" ,
2422+ " WEEK"
24222423 ],
24232424 "enumDescriptions" : [
24242425 " Indicates that the subscription period is unspecified." ,
24252426 " Indicates that the subscription period is month." ,
2426- " Indicates that the subscription period is year."
2427+ " Indicates that the subscription period is year." ,
2428+ " Indicates that the subscription period is week."
24272429 ],
24282430 "type" : " string"
24292431 },
Original file line number Diff line number Diff line change 281281 }
282282 }
283283 },
284- "revision" : " 20251118 " ,
284+ "revision" : " 20251207 " ,
285285 "rootUrl" : " https://merchantapi.googleapis.com/" ,
286286 "schemas" : {
287287 "Attributes" : {
700700 },
701701 "subscriptionCost" : {
702702 "$ref" : " SubscriptionCost" ,
703- "description" : " Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract."
703+ "description" : " Number of periods (weeks, months or years) and amount of payment per period for an item with an associated subscription contract."
704704 },
705705 "sustainabilityIncentives" : {
706706 "description" : " The list of sustainability incentive programs." ,
17651765 "description" : " The amount the buyer has to pay per subscription period."
17661766 },
17671767 "period" : {
1768- "description" : " The type of subscription period. Supported values are: * \" `month`\" * \" `year`\" " ,
1768+ "description" : " The type of subscription period. Supported values are: * \" `month`\" * \" `year`\" * \" `week` \" " ,
17691769 "enum" : [
17701770 " SUBSCRIPTION_PERIOD_UNSPECIFIED" ,
17711771 " MONTH" ,
1772- " YEAR"
1772+ " YEAR" ,
1773+ " WEEK"
17731774 ],
17741775 "enumDescriptions" : [
17751776 " Indicates that the subscription period is unspecified." ,
17761777 " Indicates that the subscription period is month." ,
1777- " Indicates that the subscription period is year."
1778+ " Indicates that the subscription period is year." ,
1779+ " Indicates that the subscription period is week."
17781780 ],
17791781 "type" : " string"
17801782 },
Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ export namespace merchantapi_products_v1 {
851851 */
852852 structuredTitle ?: Schema$StructuredTitle ;
853853 /**
854- * Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract.
854+ * Number of periods (weeks, months or years) and amount of payment per period for an item with an associated subscription contract.
855855 */
856856 subscriptionCost ?: Schema$SubscriptionCost ;
857857 /**
@@ -1240,7 +1240,7 @@ export namespace merchantapi_products_v1 {
12401240 */
12411241 amount ?: Schema$Price ;
12421242 /**
1243- * The type of subscription period. Supported values are: * "`month`" * "`year`"
1243+ * The type of subscription period. Supported values are: * "`month`" * "`year`" * "`week`"
12441244 */
12451245 period ?: string | null ;
12461246 /**
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ export namespace merchantapi_products_v1beta {
473473 */
474474 structuredTitle ?: Schema$ProductStructuredTitle ;
475475 /**
476- * Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract.
476+ * Number of periods (weeks, months or years) and amount of payment per period for an item with an associated subscription contract.
477477 */
478478 subscriptionCost ?: Schema$SubscriptionCost ;
479479 /**
@@ -1145,7 +1145,7 @@ export namespace merchantapi_products_v1beta {
11451145 */
11461146 amount ?: Schema$Price ;
11471147 /**
1148- * The type of subscription period. Supported values are: * "`month`" * "`year`"
1148+ * The type of subscription period. Supported values are: * "`month`" * "`year`" * "`week`"
11491149 */
11501150 period ?: string | null ;
11511151 /**
You can’t perform that action at this time.
0 commit comments