chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/content_v2.pos.html b/docs/dyn/content_v2.pos.html
index 4aa56da..95be1c9 100644
--- a/docs/dyn/content_v2.pos.html
+++ b/docs/dyn/content_v2.pos.html
@@ -113,50 +113,50 @@
     The object takes the form of:
 
 {
-    "entries": [ # The request entries to be processed in the batch.
-      {
-        "inventory": { # The absolute quantity of an item available at the given store. # The inventory to submit. This should be set only if the method is `inventory`.
-          "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-          "gtin": "A String", # Global Trade Item Number.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posInventory`"
-          "itemId": "A String", # Required. A unique identifier for the item.
-          "targetCountry": "A String", # Required. The CLDR territory code for the item.
-          "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
-          "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
-          "quantity": "A String", # Required. The available quantity of the item.
-          "price": { # Required. The current price of the item.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
+  "entries": [ # The request entries to be processed in the batch.
+    {
+      "batchId": 42, # An entry ID, unique within the batch request.
+      "inventory": { # The absolute quantity of an item available at the given store. # The inventory to submit. This should be set only if the method is `inventory`.
+        "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
+        "gtin": "A String", # Global Trade Item Number.
+        "itemId": "A String", # Required. A unique identifier for the item.
+        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posInventory`"
+        "price": { # Required. The current price of the item.
+          "currency": "A String", # The currency of the price.
+          "value": "A String", # The price represented as a number.
         },
-        "storeCode": "A String", # The store code. This should be set only if the method is `delete` or `get`.
-        "batchId": 42, # An entry ID, unique within the batch request.
-        "sale": { # The change of the available quantity of an item at the given store. # The sale information to submit. This should be set only if the method is `sale`.
-          "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
-          "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-          "targetCountry": "A String", # Required. The CLDR territory code for the item.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posSale`"
-          "price": { # Required. The price of the item.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
-          "itemId": "A String", # Required. A unique identifier for the item.
-          "saleId": "A String", # A unique ID to group items from the same sale event.
-          "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
-          "gtin": "A String", # Global Trade Item Number.
-        },
-        "merchantId": "A String", # The ID of the POS data provider.
-        "store": { # Store resource. # The store information to submit. This should be set only if the method is `insert`.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
-          "storeAddress": "A String", # Required. The street address of the store.
-          "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
-        },
-        "method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`get`" - "`insert`" - "`inventory`" - "`sale`"
-        "targetMerchantId": "A String", # The ID of the account for which to get/submit data.
+        "quantity": "A String", # Required. The available quantity of the item.
+        "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+        "targetCountry": "A String", # Required. The CLDR territory code for the item.
+        "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
       },
-    ],
-  }
+      "merchantId": "A String", # The ID of the POS data provider.
+      "method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`get`" - "`insert`" - "`inventory`" - "`sale`"
+      "sale": { # The change of the available quantity of an item at the given store. # The sale information to submit. This should be set only if the method is `sale`.
+        "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
+        "gtin": "A String", # Global Trade Item Number.
+        "itemId": "A String", # Required. A unique identifier for the item.
+        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posSale`"
+        "price": { # Required. The price of the item.
+          "currency": "A String", # The currency of the price.
+          "value": "A String", # The price represented as a number.
+        },
+        "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
+        "saleId": "A String", # A unique ID to group items from the same sale event.
+        "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+        "targetCountry": "A String", # Required. The CLDR territory code for the item.
+        "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+      },
+      "store": { # Store resource. # The store information to submit. This should be set only if the method is `insert`.
+        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
+        "storeAddress": "A String", # Required. The street address of the store.
+        "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
+      },
+      "storeCode": "A String", # The store code. This should be set only if the method is `delete` or `get`.
+      "targetMerchantId": "A String", # The ID of the account for which to get/submit data.
+    },
+  ],
+}
 
   dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
   x__xgafv: string, V1 error format.
@@ -168,59 +168,59 @@
   An object of the form:
 
     {
-    "entries": [ # The result of the execution of the batch requests.
-      {
-        "batchId": 42, # The ID of the request entry to which this entry responds.
-        "inventory": { # The absolute quantity of an item available at the given store. # The updated inventory information.
-          "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-          "gtin": "A String", # Global Trade Item Number.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posInventory`"
-          "itemId": "A String", # Required. A unique identifier for the item.
-          "targetCountry": "A String", # Required. The CLDR territory code for the item.
-          "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
-          "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
-          "quantity": "A String", # Required. The available quantity of the item.
-          "price": { # Required. The current price of the item.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
+  "entries": [ # The result of the execution of the batch requests.
+    {
+      "batchId": 42, # The ID of the request entry to which this entry responds.
+      "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if, and only if, the request failed.
+        "code": 42, # The HTTP status of the first error in `errors`.
+        "errors": [ # A list of errors.
+          { # An error returned by the API.
+            "domain": "A String", # The domain of the error.
+            "message": "A String", # A description of the error.
+            "reason": "A String", # The error code.
           },
-        },
-        "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if, and only if, the request failed.
-          "errors": [ # A list of errors.
-            { # An error returned by the API.
-              "reason": "A String", # The error code.
-              "message": "A String", # A description of the error.
-              "domain": "A String", # The domain of the error.
-            },
-          ],
-          "code": 42, # The HTTP status of the first error in `errors`.
-          "message": "A String", # The message of the first error in `errors`.
-        },
-        "store": { # Store resource. # The retrieved or updated store information.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
-          "storeAddress": "A String", # Required. The street address of the store.
-          "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
-        },
-        "sale": { # The change of the available quantity of an item at the given store. # The updated sale information.
-          "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
-          "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-          "targetCountry": "A String", # Required. The CLDR territory code for the item.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posSale`"
-          "price": { # Required. The price of the item.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
-          "itemId": "A String", # Required. A unique identifier for the item.
-          "saleId": "A String", # A unique ID to group items from the same sale event.
-          "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
-          "gtin": "A String", # Global Trade Item Number.
-        },
-        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posCustomBatchResponseEntry`"
+        ],
+        "message": "A String", # The message of the first error in `errors`.
       },
-    ],
-    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posCustomBatchResponse".
-  }</pre>
+      &quot;inventory&quot;: { # The absolute quantity of an item available at the given store. # The updated inventory information.
+        &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+        &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
+        &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
+        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posInventory`&quot;
+        &quot;price&quot;: { # Required. The current price of the item.
+          &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
+          &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
+        },
+        &quot;quantity&quot;: &quot;A String&quot;, # Required. The available quantity of the item.
+        &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+        &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
+        &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posCustomBatchResponseEntry`&quot;
+      &quot;sale&quot;: { # The change of the available quantity of an item at the given store. # The updated sale information.
+        &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+        &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
+        &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
+        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posSale`&quot;
+        &quot;price&quot;: { # Required. The price of the item.
+          &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
+          &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
+        },
+        &quot;quantity&quot;: &quot;A String&quot;, # Required. The relative change of the available quantity. Negative for items returned.
+        &quot;saleId&quot;: &quot;A String&quot;, # A unique ID to group items from the same sale event.
+        &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+        &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
+        &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
+      },
+      &quot;store&quot;: { # Store resource. # The retrieved or updated store information.
+        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posStore`&quot;
+        &quot;storeAddress&quot;: &quot;A String&quot;, # Required. The street address of the store.
+        &quot;storeCode&quot;: &quot;A String&quot;, # Required. A store identifier that is unique for the given merchant.
+      },
+    },
+  ],
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#posCustomBatchResponse&quot;.
+}</pre>
 </div>
 
 <div class="method">
@@ -256,10 +256,10 @@
   An object of the form:
 
     { # Store resource.
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posStore`&quot;
-    &quot;storeAddress&quot;: &quot;A String&quot;, # Required. The street address of the store.
-    &quot;storeCode&quot;: &quot;A String&quot;, # Required. A store identifier that is unique for the given merchant.
-  }</pre>
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posStore`&quot;
+  &quot;storeAddress&quot;: &quot;A String&quot;, # Required. The street address of the store.
+  &quot;storeCode&quot;: &quot;A String&quot;, # Required. A store identifier that is unique for the given merchant.
+}</pre>
 </div>
 
 <div class="method">
@@ -288,10 +288,10 @@
   An object of the form:
 
     { # Store resource.
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posStore`&quot;
-    &quot;storeAddress&quot;: &quot;A String&quot;, # Required. The street address of the store.
-    &quot;storeCode&quot;: &quot;A String&quot;, # Required. A store identifier that is unique for the given merchant.
-  }</pre>
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posStore`&quot;
+  &quot;storeAddress&quot;: &quot;A String&quot;, # Required. The street address of the store.
+  &quot;storeCode&quot;: &quot;A String&quot;, # Required. A store identifier that is unique for the given merchant.
+}</pre>
 </div>
 
 <div class="method">
@@ -305,18 +305,18 @@
     The object takes the form of:
 
 {
-    &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
-    &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-    &quot;price&quot;: { # Required. The current price of the item.
-      &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
-      &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
-    },
-    &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
-    &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
-    &quot;quantity&quot;: &quot;A String&quot;, # Required. The available quantity of the item.
-    &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
-    &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
-  }
+  &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+  &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
+  &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
+  &quot;price&quot;: { # Required. The current price of the item.
+    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
+    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
+  },
+  &quot;quantity&quot;: &quot;A String&quot;, # Required. The available quantity of the item.
+  &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+  &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
+  &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
+}
 
   dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
   x__xgafv: string, V1 error format.
@@ -328,19 +328,19 @@
   An object of the form:
 
     {
-    &quot;quantity&quot;: &quot;A String&quot;, # Required. The available quantity of the item.
-    &quot;price&quot;: { # Required. The current price of the item.
-      &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
-      &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
-    },
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#posInventoryResponse&quot;.
-    &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
-    &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
-    &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
-    &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-    &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
-    &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
-  }</pre>
+  &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+  &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
+  &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#posInventoryResponse&quot;.
+  &quot;price&quot;: { # Required. The current price of the item.
+    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
+    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
+  },
+  &quot;quantity&quot;: &quot;A String&quot;, # Required. The available quantity of the item.
+  &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+  &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
+  &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
+}</pre>
 </div>
 
 <div class="method">
@@ -359,15 +359,15 @@
   An object of the form:
 
     {
-    &quot;resources&quot;: [
-      { # Store resource.
-        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posStore`&quot;
-        &quot;storeAddress&quot;: &quot;A String&quot;, # Required. The street address of the store.
-        &quot;storeCode&quot;: &quot;A String&quot;, # Required. A store identifier that is unique for the given merchant.
-      },
-    ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#posListResponse&quot;.
-  }</pre>
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#posListResponse&quot;.
+  &quot;resources&quot;: [
+    { # Store resource.
+      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#posStore`&quot;
+      &quot;storeAddress&quot;: &quot;A String&quot;, # Required. The street address of the store.
+      &quot;storeCode&quot;: &quot;A String&quot;, # Required. A store identifier that is unique for the given merchant.
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">
@@ -381,19 +381,19 @@
     The object takes the form of:
 
 {
-    &quot;quantity&quot;: &quot;A String&quot;, # Required. The relative change of the available quantity. Negative for items returned.
-    &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
-    &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
-    &quot;price&quot;: { # Required. The price of the item.
-      &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
-      &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
-    },
-    &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
-    &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-    &quot;saleId&quot;: &quot;A String&quot;, # A unique ID to group items from the same sale event.
-    &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
-    &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
-  }
+  &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+  &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
+  &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
+  &quot;price&quot;: { # Required. The price of the item.
+    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
+    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
+  },
+  &quot;quantity&quot;: &quot;A String&quot;, # Required. The relative change of the available quantity. Negative for items returned.
+  &quot;saleId&quot;: &quot;A String&quot;, # A unique ID to group items from the same sale event.
+  &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+  &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
+  &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
+}
 
   dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
   x__xgafv: string, V1 error format.
@@ -405,20 +405,20 @@
   An object of the form:
 
     {
-    &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
-    &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
-    &quot;price&quot;: { # Required. The price of the item.
-      &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
-      &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
-    },
-    &quot;saleId&quot;: &quot;A String&quot;, # A unique ID to group items from the same sale event.
-    &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
-    &quot;quantity&quot;: &quot;A String&quot;, # Required. The relative change of the available quantity. Negative for items returned.
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#posSaleResponse&quot;.
-    &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
-    &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
-    &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
-  }</pre>
+  &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+  &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number.
+  &quot;itemId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#posSaleResponse&quot;.
+  &quot;price&quot;: { # Required. The price of the item.
+    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
+    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
+  },
+  &quot;quantity&quot;: &quot;A String&quot;, # Required. The relative change of the available quantity. Negative for items returned.
+  &quot;saleId&quot;: &quot;A String&quot;, # A unique ID to group items from the same sale event.
+  &quot;storeCode&quot;: &quot;A String&quot;, # Required. The identifier of the merchant&#x27;s store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+  &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
+  &quot;timestamp&quot;: &quot;A String&quot;, # Required. The inventory timestamp, in ISO 8601 format.
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file