Skip to content

Commit 097e332

Browse files
feat(content): update the api
#### content:v2.1 The following keys were added: - schemas.Metrics.properties.aos (Total Keys: 2) - schemas.Metrics.properties.aovMicros (Total Keys: 2) - schemas.Metrics.properties.daysToShip (Total Keys: 2) - schemas.Metrics.properties.itemDaysToShip (Total Keys: 2) - schemas.Metrics.properties.itemFillRate (Total Keys: 2) - schemas.Metrics.properties.orderedItemSalesMicros (Total Keys: 2) - schemas.Metrics.properties.orderedItems (Total Keys: 2) - schemas.Metrics.properties.orders (Total Keys: 2) - schemas.Metrics.properties.rejectedItems (Total Keys: 2) - schemas.Metrics.properties.returnRate (Total Keys: 2) - schemas.Metrics.properties.returnedItems (Total Keys: 2) - schemas.Metrics.properties.returnsMicros (Total Keys: 2) - schemas.Metrics.properties.shippedItemSalesMicros (Total Keys: 2) - schemas.Metrics.properties.shippedItems (Total Keys: 2) - schemas.Metrics.properties.shippedOrders (Total Keys: 2) - schemas.Metrics.properties.unshippedItems (Total Keys: 2) - schemas.Metrics.properties.unshippedOrders (Total Keys: 2) - schemas.Segments.properties.brand.type (Total Keys: 1) - schemas.Segments.properties.categoryL1.type (Total Keys: 1) - schemas.Segments.properties.categoryL2.type (Total Keys: 1) - schemas.Segments.properties.categoryL3.type (Total Keys: 1) - schemas.Segments.properties.categoryL4.type (Total Keys: 1) - schemas.Segments.properties.categoryL5.type (Total Keys: 1) - schemas.Segments.properties.currencyCode.type (Total Keys: 1) - schemas.Segments.properties.customLabel0.type (Total Keys: 1) - schemas.Segments.properties.customLabel1.type (Total Keys: 1) - schemas.Segments.properties.customLabel2.type (Total Keys: 1) - schemas.Segments.properties.customLabel3.type (Total Keys: 1) - schemas.Segments.properties.customLabel4.type (Total Keys: 1) - schemas.Segments.properties.productTypeL1.type (Total Keys: 1) - schemas.Segments.properties.productTypeL2.type (Total Keys: 1) - schemas.Segments.properties.productTypeL3.type (Total Keys: 1) - schemas.Segments.properties.productTypeL4.type (Total Keys: 1) - schemas.Segments.properties.productTypeL5.type (Total Keys: 1) - schemas.Segments.properties.week.$ref (Total Keys: 1)
1 parent 3dd7089 commit 097e332

File tree

4 files changed

+221
-20
lines changed

4 files changed

+221
-20
lines changed

docs/dyn/content_v2_1.products.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190190
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
191191
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
192192
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
193-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
193+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
194194
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
195195
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
196196
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202202
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
203203
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
204204
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
205-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
205+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
206206
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
207207
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
208208
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
@@ -411,7 +411,7 @@ <h3>Method Details</h3>
411411
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
412412
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
413413
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
414-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
414+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
415415
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
416416
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
417417
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -423,7 +423,7 @@ <h3>Method Details</h3>
423423
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
424424
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
425425
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
426-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
426+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
427427
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
428428
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
429429
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
@@ -638,7 +638,7 @@ <h3>Method Details</h3>
638638
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
639639
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
640640
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
641-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
641+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
642642
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
643643
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
644644
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -650,7 +650,7 @@ <h3>Method Details</h3>
650650
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
651651
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
652652
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
653-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
653+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
654654
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
655655
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
656656
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
@@ -840,7 +840,7 @@ <h3>Method Details</h3>
840840
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
841841
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
842842
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
843-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
843+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
844844
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
845845
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
846846
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -852,7 +852,7 @@ <h3>Method Details</h3>
852852
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
853853
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
854854
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
855-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
855+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
856856
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
857857
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
858858
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
@@ -1041,7 +1041,7 @@ <h3>Method Details</h3>
10411041
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
10421042
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
10431043
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
1044-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
1044+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
10451045
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
10461046
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
10471047
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -1053,7 +1053,7 @@ <h3>Method Details</h3>
10531053
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
10541054
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
10551055
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
1056-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
1056+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
10571057
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
10581058
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
10591059
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
@@ -1254,7 +1254,7 @@ <h3>Method Details</h3>
12541254
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
12551255
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
12561256
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
1257-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
1257+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
12581258
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
12591259
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
12601260
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -1266,7 +1266,7 @@ <h3>Method Details</h3>
12661266
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
12671267
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
12681268
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
1269-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
1269+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
12701270
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
12711271
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
12721272
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
@@ -1473,7 +1473,7 @@ <h3>Method Details</h3>
14731473
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
14741474
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
14751475
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
1476-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
1476+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
14771477
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
14781478
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
14791479
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -1485,7 +1485,7 @@ <h3>Method Details</h3>
14851485
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
14861486
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
14871487
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
1488-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
1488+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
14891489
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
14901490
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
14911491
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
@@ -1674,7 +1674,7 @@ <h3>Method Details</h3>
16741674
&quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
16751675
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
16761676
&quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
1677-
&quot;linkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront.
1677+
&quot;linkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront.
16781678
&quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
16791679
&quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
16801680
&quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
@@ -1686,7 +1686,7 @@ <h3>Method Details</h3>
16861686
&quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU.
16871687
&quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
16881688
&quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
1689-
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # Link template for merchant hosted local storefront optimized for mobile devices.
1689+
&quot;mobileLinkTemplate&quot;: &quot;A String&quot;, # URL template for merchant hosted local storefront optimized for mobile devices.
16901690
&quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
16911691
&quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
16921692
&quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.

0 commit comments

Comments
 (0)