docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/content_v2_1.orders.html b/docs/dyn/content_v2_1.orders.html
index 4ddfc87..a99ed2c 100644
--- a/docs/dyn/content_v2_1.orders.html
+++ b/docs/dyn/content_v2_1.orders.html
@@ -108,7 +108,7 @@
   <code><a href="#instorerefundlineitem">instorerefundlineitem(merchantId, orderId, body=None)</a></code></p>
 <p class="firstline">Deprecated. Notifies that item return and refund was handled directly by merchant outside of Google payments processing (e.g. cash refund done in store).</p>
 <p class="toc_element">
-  <code><a href="#list">list(merchantId, orderBy=None, pageToken=None, placedDateEnd=None, acknowledged=None, maxResults=None, placedDateStart=None, statuses=None)</a></code></p>
+  <code><a href="#list">list(merchantId, acknowledged=None, maxResults=None, orderBy=None, pageToken=None, placedDateEnd=None, placedDateStart=None, statuses=None)</a></code></p>
 <p class="firstline">Lists the orders in your Merchant Center account.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -146,7 +146,7 @@
     The object takes the form of:
 
 {
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
   }
 
 
@@ -154,18 +154,18 @@
   An object of the form:
 
     {
-    "kind": "content#ordersAcknowledgeResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersAcknowledgeResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersAcknowledgeResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersAcknowledgeResponse&quot;.
   }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="advancetestorder">advancetestorder(merchantId, orderId)</code>
-  <pre>Sandbox only. Moves a test order from state "`inProgress`" to state "`pendingShipment`".
+  <pre>Sandbox only. Moves a test order from state &quot;`inProgress`&quot; to state &quot;`pendingShipment`&quot;.
 
 Args:
   merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
@@ -175,7 +175,7 @@
   An object of the form:
 
     {
-    "kind": "content#ordersAdvanceTestOrderResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersAdvanceTestOrderResponse".
+    &quot;kind&quot;: &quot;content#ordersAdvanceTestOrderResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersAdvanceTestOrderResponse&quot;.
   }</pre>
 </div>
 
@@ -190,21 +190,21 @@
     The object takes the form of:
 
 {
-    "reason": "A String", # The reason for the cancellation.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;reason&quot;: &quot;A String&quot;, # The reason for the cancellation.
         # 
         # Acceptable values are:
-        # - "`customerInitiatedCancel`"
-        # - "`invalidCoupon`"
-        # - "`malformedShippingAddress`"
-        # - "`noInventory`"
-        # - "`other`"
-        # - "`priceError`"
-        # - "`shippingPriceError`"
-        # - "`taxError`"
-        # - "`undeliverableShippingAddress`"
-        # - "`unsupportedPoBoxAddress`"
-    "reasonText": "A String", # The explanation of the reason.
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
+        # - &quot;`customerInitiatedCancel`&quot;
+        # - &quot;`invalidCoupon`&quot;
+        # - &quot;`malformedShippingAddress`&quot;
+        # - &quot;`noInventory`&quot;
+        # - &quot;`other`&quot;
+        # - &quot;`priceError`&quot;
+        # - &quot;`shippingPriceError`&quot;
+        # - &quot;`taxError`&quot;
+        # - &quot;`undeliverableShippingAddress`&quot;
+        # - &quot;`unsupportedPoBoxAddress`&quot;
+    &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
   }
 
 
@@ -212,12 +212,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersCancelResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCancelResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersCancelResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersCancelResponse&quot;.
   }</pre>
 </div>
 
@@ -232,24 +232,24 @@
     The object takes the form of:
 
 {
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
-    "reason": "A String", # The reason for the cancellation.
+    &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item to cancel. Either lineItemId or productId is required.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to cancel. This is the REST ID used in the products service. Either lineItemId or productId is required.
+    &quot;quantity&quot;: 42, # The quantity to cancel.
+    &quot;reason&quot;: &quot;A String&quot;, # The reason for the cancellation.
         # 
         # Acceptable values are:
-        # - "`customerInitiatedCancel`"
-        # - "`invalidCoupon`"
-        # - "`malformedShippingAddress`"
-        # - "`noInventory`"
-        # - "`other`"
-        # - "`priceError`"
-        # - "`shippingPriceError`"
-        # - "`taxError`"
-        # - "`undeliverableShippingAddress`"
-        # - "`unsupportedPoBoxAddress`"
-    "reasonText": "A String", # The explanation of the reason.
-    "lineItemId": "A String", # The ID of the line item to cancel. Either lineItemId or productId is required.
-    "productId": "A String", # The ID of the product to cancel. This is the REST ID used in the products service. Either lineItemId or productId is required.
-    "quantity": 42, # The quantity to cancel.
+        # - &quot;`customerInitiatedCancel`&quot;
+        # - &quot;`invalidCoupon`&quot;
+        # - &quot;`malformedShippingAddress`&quot;
+        # - &quot;`noInventory`&quot;
+        # - &quot;`other`&quot;
+        # - &quot;`priceError`&quot;
+        # - &quot;`shippingPriceError`&quot;
+        # - &quot;`taxError`&quot;
+        # - &quot;`undeliverableShippingAddress`&quot;
+        # - &quot;`unsupportedPoBoxAddress`&quot;
+    &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
   }
 
 
@@ -257,12 +257,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersCancelLineItemResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCancelLineItemResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersCancelLineItemResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersCancelLineItemResponse&quot;.
   }</pre>
 </div>
 
@@ -277,12 +277,12 @@
     The object takes the form of:
 
 {
-    "reason": "A String", # The reason for the cancellation.
+    &quot;reason&quot;: &quot;A String&quot;, # The reason for the cancellation.
         # 
         # Acceptable values are:
-        # - "`changedMind`"
-        # - "`orderedWrongItem`"
-        # - "`other`"
+        # - &quot;`changedMind`&quot;
+        # - &quot;`orderedWrongItem`&quot;
+        # - &quot;`other`&quot;
   }
 
 
@@ -290,7 +290,7 @@
   An object of the form:
 
     {
-    "kind": "content#ordersCancelTestOrderByCustomerResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCancelTestOrderByCustomerResponse".
+    &quot;kind&quot;: &quot;content#ordersCancelTestOrderByCustomerResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersCancelTestOrderByCustomerResponse&quot;.
   }</pre>
 </div>
 
@@ -304,184 +304,184 @@
     The object takes the form of:
 
 {
-    "country": "A String", # The  CLDR territory code of the country of the test order to create. Affects the currency and addresses of orders created via `template_name`, or the addresses of orders created via `test_order`.
+    &quot;country&quot;: &quot;A String&quot;, # The  CLDR territory code of the country of the test order to create. Affects the currency and addresses of orders created via `template_name`, or the addresses of orders created via `test_order`.
         # 
         # Acceptable values are:
-        # - "`US`"
-        # - "`FR`"  Defaults to `US`.
-    "testOrder": { # The test order to create.
-      "promotions": [ # Promotions associated with the order.
+        # - &quot;`US`&quot;
+        # - &quot;`FR`&quot;  Defaults to `US`.
+    &quot;templateName&quot;: &quot;A String&quot;, # The test order template to use. Specify as an alternative to `testOrder` as a shortcut for retrieving a template and then creating an order using that template.
+        # 
+        # Acceptable values are:
+        # - &quot;`template1`&quot;
+        # - &quot;`template1a`&quot;
+        # - &quot;`template1b`&quot;
+        # - &quot;`template2`&quot;
+        # - &quot;`template3`&quot;
+    &quot;testOrder&quot;: { # The test order to create.
+      &quot;enableOrderinvoices&quot;: True or False, # Whether the orderinvoices service should support this order.
+      &quot;kind&quot;: &quot;content#testOrder&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#testOrder`&quot;
+      &quot;lineItems&quot;: [ # Required. Line items that are ordered. At least one line item must be provided.
         {
-          "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
-          "title": "A String", # Required. The title of the promotion.
-          "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
-          "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
-              #
-              # Acceptable values are:
-              # - "`buyMGetMoneyOff`"
-              # - "`buyMGetNMoneyOff`"
-              # - "`buyMGetNPercentOff`"
-              # - "`buyMGetPercentOff`"
-              # - "`freeGift`"
-              # - "`freeGiftWithItemId`"
-              # - "`freeGiftWithValue`"
-              # - "`freeShippingOvernight`"
-              # - "`freeShippingStandard`"
-              # - "`freeShippingTwoDay`"
-              # - "`moneyOff`"
-              # - "`percentOff`"
-              # - "`rewardPoints`"
-              # - "`salePrice`"
-          "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-          "appliedItems": [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
-            {
-              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-              "productId": "A String", # `orders.createtestorder`.
-            },
-          ],
-          "applicableItems": [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
-            {
-              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-              "productId": "A String", # `orders.createtestorder`.
-            },
-          ],
-          "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-          "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
-              #
-              # Acceptable values are:
-              # - "`product`"
-              # - "`shipping`"
-          "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
-              #
-              # Acceptable values are:
-              # - "`google`"
-              # - "`merchant`"
-        },
-      ],
-      "predefinedEmail": "A String", # Required. Email address of the customer.
-          #
-          # Acceptable values are:
-          # - "`pog.dwight.schrute@gmail.com`"
-          # - "`pog.jim.halpert@gmail.com`"
-          # - "`penpog.pam.beesly@gmail.comding`"
-      "kind": "content#testOrder", # Identifies what kind of resource this is. Value: the fixed string "`content#testOrder`"
-      "notificationMode": "A String", # Restricted. Do not use.
-      "predefinedDeliveryAddress": "A String", # Required. Identifier of one of the predefined delivery addresses for the delivery.
-          #
-          # Acceptable values are:
-          # - "`dwight`"
-          # - "`jim`"
-          # - "`pam`"
-      "shippingCost": { # Required. The price of shipping for all items. Shipping tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied. Note that shipping is not taxed in certain states.
-        "currency": "A String", # The currency of the price.
-        "value": "A String", # The price represented as a number.
-      },
-      "shippingOption": "A String", # Required. The requested shipping option.
-          #
-          # Acceptable values are:
-          # - "`economy`"
-          # - "`expedited`"
-          # - "`oneDay`"
-          # - "`sameDay`"
-          # - "`standard`"
-          # - "`twoDay`"
-      "enableOrderinvoices": True or False, # Whether the orderinvoices service should support this order.
-      "lineItems": [ # Required. Line items that are ordered. At least one line item must be provided.
-        {
-          "returnInfo": { # Required. Details of the return policy for the line item.
-            "policyUrl": "A String", # Required. URL of the item return policy.
-            "isReturnable": True or False, # Required. Whether the item is returnable.
-            "daysToReturn": 42, # Required. How many days later the item can be returned.
-          },
-          "product": { # Required. Product data from the time of the order placement.
-            "targetCountry": "A String", # Required. The CLDR territory code of the target country of the product.
-            "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
+          &quot;product&quot;: { # Required. Product data from the time of the order placement.
+            &quot;brand&quot;: &quot;A String&quot;, # Required. Brand of the item.
+            &quot;condition&quot;: &quot;A String&quot;, # Required. Condition or state of the item.
                 #
                 # Acceptable values are:
-                # - "`en`"
-                # - "`fr`"
-            "title": "A String", # Required. The title of the product.
-            "mpn": "A String", # Manufacturer Part Number (MPN) of the item. Optional.
-            "variantAttributes": [ # Variant attributes for the item. Optional.
+                # - &quot;`new`&quot;
+            &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+                #
+                # Acceptable values are:
+                # - &quot;`en`&quot;
+                # - &quot;`fr`&quot;
+            &quot;fees&quot;: [ # Fees for the item. Optional.
               {
-                "dimension": "A String", # The dimension of the variant.
-                "value": "A String", # The value for the dimension.
-              },
-            ],
-            "brand": "A String", # Required. Brand of the item.
-            "itemGroupId": "A String", # Shared identifier for all variants of the same product. Optional.
-            "offerId": "A String", # Required. An identifier of the item.
-            "imageLink": "A String", # Required. URL of an image of the item.
-            "gtin": "A String", # Global Trade Item Number (GTIN) of the item. Optional.
-            "fees": [ # Fees for the item. Optional.
-              {
-                "amount": { # Amount of the fee.
-                  "currency": "A String", # The currency of the price.
-                  "value": "A String", # The price represented as a number.
+                &quot;amount&quot;: { # Amount of the fee.
+                  &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.
                 },
-                "name": "A String", # Name of the fee.
+                &quot;name&quot;: &quot;A String&quot;, # Name of the fee.
               },
             ],
-            "price": { # Required. The price for the product. Tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
+            &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item. Optional.
+            &quot;imageLink&quot;: &quot;A String&quot;, # Required. URL of an image of the item.
+            &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product. Optional.
+            &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item. Optional.
+            &quot;offerId&quot;: &quot;A String&quot;, # Required. An identifier of the item.
+            &quot;price&quot;: { # Required. The price for the product. Tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied.
+              &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.
             },
-            "condition": "A String", # Required. Condition or state of the item.
-                #
-                # Acceptable values are:
-                # - "`new`"
+            &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code of the target country of the product.
+            &quot;title&quot;: &quot;A String&quot;, # Required. The title of the product.
+            &quot;variantAttributes&quot;: [ # Variant attributes for the item. Optional.
+              {
+                &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the variant.
+                &quot;value&quot;: &quot;A String&quot;, # The value for the dimension.
+              },
+            ],
           },
-          "quantityOrdered": 42, # Required. Number of items ordered.
-          "shippingDetails": { # Required. Details of the requested shipping for the line item.
-            "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
-            "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
+          &quot;quantityOrdered&quot;: 42, # Required. Number of items ordered.
+          &quot;returnInfo&quot;: { # Required. Details of the return policy for the line item.
+            &quot;daysToReturn&quot;: 42, # Required. How many days later the item can be returned.
+            &quot;isReturnable&quot;: True or False, # Required. Whether the item is returnable.
+            &quot;policyUrl&quot;: &quot;A String&quot;, # Required. URL of the item return policy.
+          },
+          &quot;shippingDetails&quot;: { # Required. Details of the requested shipping for the line item.
+            &quot;deliverByDate&quot;: &quot;A String&quot;, # Required. The delivery by date, in ISO 8601 format.
+            &quot;method&quot;: { # Required. Details of the shipping method.
+              &quot;carrier&quot;: &quot;A String&quot;, # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
+              &quot;maxDaysInTransit&quot;: 42, # Required. Maximum transit time.
+              &quot;methodName&quot;: &quot;A String&quot;, # Required. The name of the shipping method.
+              &quot;minDaysInTransit&quot;: 42, # Required. Minimum transit time.
+            },
+            &quot;shipByDate&quot;: &quot;A String&quot;, # Required. The ship by date, in ISO 8601 format.
+            &quot;type&quot;: &quot;A String&quot;, # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
                 #
                 # Acceptable values are:
-                # - "`delivery`"
-                # - "`pickup`"
-            "method": { # Required. Details of the shipping method.
-              "minDaysInTransit": 42, # Required. Minimum transit time.
-              "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
-              "methodName": "A String", # Required. The name of the shipping method.
-              "maxDaysInTransit": 42, # Required. Maximum transit time.
-            },
-            "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
+                # - &quot;`delivery`&quot;
+                # - &quot;`pickup`&quot;
           },
         },
       ],
-      "predefinedBillingAddress": "A String", # Required. The billing address.
+      &quot;notificationMode&quot;: &quot;A String&quot;, # Restricted. Do not use.
+      &quot;predefinedBillingAddress&quot;: &quot;A String&quot;, # Required. The billing address.
           #
           # Acceptable values are:
-          # - "`dwight`"
-          # - "`jim`"
-          # - "`pam`"
-      "predefinedPickupDetails": "A String", # Identifier of one of the predefined pickup details. Required for orders containing line items with shipping type `pickup`.
+          # - &quot;`dwight`&quot;
+          # - &quot;`jim`&quot;
+          # - &quot;`pam`&quot;
+      &quot;predefinedDeliveryAddress&quot;: &quot;A String&quot;, # Required. Identifier of one of the predefined delivery addresses for the delivery.
           #
           # Acceptable values are:
-          # - "`dwight`"
-          # - "`jim`"
-          # - "`pam`"
+          # - &quot;`dwight`&quot;
+          # - &quot;`jim`&quot;
+          # - &quot;`pam`&quot;
+      &quot;predefinedEmail&quot;: &quot;A String&quot;, # Required. Email address of the customer.
+          #
+          # Acceptable values are:
+          # - &quot;`pog.dwight.schrute@gmail.com`&quot;
+          # - &quot;`pog.jim.halpert@gmail.com`&quot;
+          # - &quot;`penpog.pam.beesly@gmail.comding`&quot;
+      &quot;predefinedPickupDetails&quot;: &quot;A String&quot;, # Identifier of one of the predefined pickup details. Required for orders containing line items with shipping type `pickup`.
+          #
+          # Acceptable values are:
+          # - &quot;`dwight`&quot;
+          # - &quot;`jim`&quot;
+          # - &quot;`pam`&quot;
+      &quot;promotions&quot;: [ # Promotions associated with the order.
+        {
+          &quot;applicableItems&quot;: [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
+            {
+              &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+              &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+              &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+              &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
+            },
+          ],
+          &quot;appliedItems&quot;: [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
+            {
+              &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+              &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+              &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+              &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
+            },
+          ],
+          &quot;endTime&quot;: &quot;A String&quot;, # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+          &quot;funder&quot;: &quot;A String&quot;, # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
+              #
+              # Acceptable values are:
+              # - &quot;`google`&quot;
+              # - &quot;`merchant`&quot;
+          &quot;merchantPromotionId&quot;: &quot;A String&quot;, # Required. This field is used to identify promotions within merchants&#x27; own systems.
+          &quot;priceValue&quot;: { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
+            &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;shortTitle&quot;: &quot;A String&quot;, # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
+          &quot;startTime&quot;: &quot;A String&quot;, # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+          &quot;subtype&quot;: &quot;A String&quot;, # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
+              #
+              # Acceptable values are:
+              # - &quot;`buyMGetMoneyOff`&quot;
+              # - &quot;`buyMGetNMoneyOff`&quot;
+              # - &quot;`buyMGetNPercentOff`&quot;
+              # - &quot;`buyMGetPercentOff`&quot;
+              # - &quot;`freeGift`&quot;
+              # - &quot;`freeGiftWithItemId`&quot;
+              # - &quot;`freeGiftWithValue`&quot;
+              # - &quot;`freeShippingOvernight`&quot;
+              # - &quot;`freeShippingStandard`&quot;
+              # - &quot;`freeShippingTwoDay`&quot;
+              # - &quot;`moneyOff`&quot;
+              # - &quot;`percentOff`&quot;
+              # - &quot;`rewardPoints`&quot;
+              # - &quot;`salePrice`&quot;
+          &quot;taxValue&quot;: { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
+            &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;title&quot;: &quot;A String&quot;, # Required. The title of the promotion.
+          &quot;type&quot;: &quot;A String&quot;, # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+              #
+              # Acceptable values are:
+              # - &quot;`product`&quot;
+              # - &quot;`shipping`&quot;
+        },
+      ],
+      &quot;shippingCost&quot;: { # Required. The price of shipping for all items. Shipping tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied. Note that shipping is not taxed in certain states.
+        &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;shippingOption&quot;: &quot;A String&quot;, # Required. The requested shipping option.
+          #
+          # Acceptable values are:
+          # - &quot;`economy`&quot;
+          # - &quot;`expedited`&quot;
+          # - &quot;`oneDay`&quot;
+          # - &quot;`sameDay`&quot;
+          # - &quot;`standard`&quot;
+          # - &quot;`twoDay`&quot;
     },
-    "templateName": "A String", # The test order template to use. Specify as an alternative to `testOrder` as a shortcut for retrieving a template and then creating an order using that template.
-        # 
-        # Acceptable values are:
-        # - "`template1`"
-        # - "`template1a`"
-        # - "`template1b`"
-        # - "`template2`"
-        # - "`template3`"
   }
 
 
@@ -489,8 +489,8 @@
   An object of the form:
 
     {
-    "orderId": "A String", # The ID of the newly created test order.
-    "kind": "content#ordersCreateTestOrderResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCreateTestOrderResponse".
+    &quot;kind&quot;: &quot;content#ordersCreateTestOrderResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersCreateTestOrderResponse&quot;.
+    &quot;orderId&quot;: &quot;A String&quot;, # The ID of the newly created test order.
   }</pre>
 </div>
 
@@ -505,10 +505,10 @@
     The object takes the form of:
 
 {
-    "items": [ # Returned items.
+    &quot;items&quot;: [ # Returned items.
       {
-        "lineItemId": "A String", # The ID of the line item to return.
-        "quantity": 42, # Quantity that is returned.
+        &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item to return.
+        &quot;quantity&quot;: 42, # Quantity that is returned.
       },
     ],
   }
@@ -518,8 +518,8 @@
   An object of the form:
 
     {
-    "returnId": "A String", # The ID of the newly created test order return.
-    "kind": "content#ordersCreateTestReturnResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCreateTestReturnResponse".
+    &quot;kind&quot;: &quot;content#ordersCreateTestReturnResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersCreateTestReturnResponse&quot;.
+    &quot;returnId&quot;: &quot;A String&quot;, # The ID of the newly created test order return.
   }</pre>
 </div>
 
@@ -535,24 +535,291 @@
   An object of the form:
 
     { # Order. Production access (all methods) requires the order manager role. Sandbox access does not. (== resource_for v2.orders ==) (== resource_for v2.1.orders ==)
-    "customer": { # The details of the customer who placed the order.
-      "loyaltyInfo": { # Loyalty program information.
-        "loyaltyNumber": "A String", # The loyalty card/membership number.
-        "name": "A String", # Name of card/membership holder, this field will be populated when
+    &quot;acknowledged&quot;: True or False, # Whether the order was acknowledged.
+    &quot;billingAddress&quot;: { # The billing address.
+      &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+      &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+          # John Smith
+          # 1600 Amphitheatre Parkway
+          # Mountain View, CA, 94043
+          # United States
+        &quot;A String&quot;,
+      ],
+      &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+      &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+      &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+      &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+      &quot;streetAddress&quot;: [ # Street-level part of the address.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;customer&quot;: { # The details of the customer who placed the order.
+      &quot;fullName&quot;: &quot;A String&quot;, # Full name of the customer.
+      &quot;invoiceReceivingEmail&quot;: &quot;A String&quot;, # Email address for the merchant to send value-added tax or invoice documentation of the order. Only the last document sent is made available to the customer. For more information, see  About automated VAT invoicing for Shopping Actions.
+      &quot;loyaltyInfo&quot;: { # Loyalty program information.
+        &quot;loyaltyNumber&quot;: &quot;A String&quot;, # The loyalty card/membership number.
+        &quot;name&quot;: &quot;A String&quot;, # Name of card/membership holder, this field will be populated when
       },
-      "fullName": "A String", # Full name of the customer.
-      "marketingRightsInfo": { # Customer's marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
-        "explicitMarketingPreference": "A String", # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in.
+      &quot;marketingRightsInfo&quot;: { # Customer&#x27;s marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
+        &quot;explicitMarketingPreference&quot;: &quot;A String&quot;, # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in.
             #
             # Acceptable values are:
-            # - "`denied`"
-            # - "`granted`"
-        "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
-        "marketingEmailAddress": "A String", # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is 'granted'. This happens when retrieving an old order from the customer who deleted their account.
+            # - &quot;`denied`&quot;
+            # - &quot;`granted`&quot;
+        &quot;lastUpdatedTimestamp&quot;: &quot;A String&quot;, # Timestamp when last time marketing preference was updated. Could be empty, if user wasn&#x27;t offered a selection yet.
+        &quot;marketingEmailAddress&quot;: &quot;A String&quot;, # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is &#x27;granted&#x27;. This happens when retrieving an old order from the customer who deleted their account.
       },
-      "invoiceReceivingEmail": "A String", # Email address for the merchant to send value-added tax or invoice documentation of the order. Only the last document sent is made available to the customer. For more information, see  About automated VAT invoicing for Shopping Actions.
     },
-    "promotions": [ # Promotions associated with the order.
+    &quot;deliveryDetails&quot;: { # Delivery details for shipments of type `delivery`.
+      &quot;address&quot;: { # The delivery address
+        &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+        &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+            # John Smith
+            # 1600 Amphitheatre Parkway
+            # Mountain View, CA, 94043
+            # United States
+          &quot;A String&quot;,
+        ],
+        &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+        &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+        &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+        &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+        &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+        &quot;streetAddress&quot;: [ # Street-level part of the address.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the person receiving the delivery.
+    },
+    &quot;id&quot;: &quot;A String&quot;, # The REST ID of the order. Globally unique.
+    &quot;kind&quot;: &quot;content#order&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#order`&quot;
+    &quot;lineItems&quot;: [ # Line items that are ordered.
+      {
+        &quot;adjustments&quot;: [ # Price and tax adjustments applied on the line item.
+          {
+            &quot;priceAdjustment&quot;: { # Adjustment for total price of the line 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;taxAdjustment&quot;: { # Adjustment for total tax of the line 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;type&quot;: &quot;A String&quot;, # Type of this adjustment.
+                #
+                # Acceptable values are:
+                # - &quot;`promotion`&quot;
+          },
+        ],
+        &quot;annotations&quot;: [ # Annotations that are attached to the line item.
+          {
+            &quot;key&quot;: &quot;A String&quot;, # Key for additional merchant provided (as key-value pairs) annotation about the line item.
+            &quot;value&quot;: &quot;A String&quot;, # Value for additional merchant provided (as key-value pairs) annotation about the line item.
+          },
+        ],
+        &quot;cancellations&quot;: [ # Cancellations of the line item.
+          {
+            &quot;actor&quot;: &quot;A String&quot;, # The actor that created the cancellation.
+                #
+                # Acceptable values are:
+                # - &quot;`customer`&quot;
+                # - &quot;`googleBot`&quot;
+                # - &quot;`googleCustomerService`&quot;
+                # - &quot;`googlePayments`&quot;
+                # - &quot;`googleSabre`&quot;
+                # - &quot;`merchant`&quot;
+            &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the cancellation has been created, in ISO 8601 format.
+            &quot;quantity&quot;: 42, # The quantity that was canceled.
+            &quot;reason&quot;: &quot;A String&quot;, # The reason for the cancellation. Orders that are canceled with a noInventory reason will lead to the removal of the product from Shopping Actions until you make an update to that product. This will not affect your Shopping ads.
+                #
+                # Acceptable values are:
+                # - &quot;`autoPostInternal`&quot;
+                # - &quot;`autoPostInvalidBillingAddress`&quot;
+                # - &quot;`autoPostNoInventory`&quot;
+                # - &quot;`autoPostPriceError`&quot;
+                # - &quot;`autoPostUndeliverableShippingAddress`&quot;
+                # - &quot;`couponAbuse`&quot;
+                # - &quot;`customerCanceled`&quot;
+                # - &quot;`customerInitiatedCancel`&quot;
+                # - &quot;`customerSupportRequested`&quot;
+                # - &quot;`failToPushOrderGoogleError`&quot;
+                # - &quot;`failToPushOrderMerchantError`&quot;
+                # - &quot;`failToPushOrderMerchantFulfillmentError`&quot;
+                # - &quot;`failToPushOrderToMerchant`&quot;
+                # - &quot;`failToPushOrderToMerchantOutOfStock`&quot;
+                # - &quot;`invalidCoupon`&quot;
+                # - &quot;`malformedShippingAddress`&quot;
+                # - &quot;`merchantDidNotShipOnTime`&quot;
+                # - &quot;`noInventory`&quot;
+                # - &quot;`orderTimeout`&quot;
+                # - &quot;`other`&quot;
+                # - &quot;`paymentAbuse`&quot;
+                # - &quot;`paymentDeclined`&quot;
+                # - &quot;`priceError`&quot;
+                # - &quot;`returnRefundAbuse`&quot;
+                # - &quot;`shippingPriceError`&quot;
+                # - &quot;`taxError`&quot;
+                # - &quot;`undeliverableShippingAddress`&quot;
+                # - &quot;`unsupportedPoBoxAddress`&quot;
+            &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+          },
+        ],
+        &quot;id&quot;: &quot;A String&quot;, # The ID of the line item.
+        &quot;price&quot;: { # Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20.
+          &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;product&quot;: { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed.
+          &quot;brand&quot;: &quot;A String&quot;, # Brand of the item.
+          &quot;condition&quot;: &quot;A String&quot;, # Condition or state of the item.
+              #
+              # Acceptable values are:
+              # - &quot;`new`&quot;
+              # - &quot;`refurbished`&quot;
+              # - &quot;`used`&quot;
+          &quot;contentLanguage&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language code for the item.
+          &quot;fees&quot;: [ # Associated fees at order creation time.
+            {
+              &quot;amount&quot;: { # Amount of the fee.
+                &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;name&quot;: &quot;A String&quot;, # Name of the fee.
+            },
+          ],
+          &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item.
+          &quot;id&quot;: &quot;A String&quot;, # The REST ID of the product.
+          &quot;imageLink&quot;: &quot;A String&quot;, # URL of an image of the item.
+          &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
+          &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
+          &quot;offerId&quot;: &quot;A String&quot;, # An identifier of the item.
+          &quot;price&quot;: { # 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;shownImage&quot;: &quot;A String&quot;, # URL to the cached image shown to the user when order was placed.
+          &quot;targetCountry&quot;: &quot;A String&quot;, # The CLDR territory code of the target country of the product.
+          &quot;title&quot;: &quot;A String&quot;, # The title of the product.
+          &quot;variantAttributes&quot;: [ # Variant attributes for the item. These are dimensions of the product, such as color, gender, material, pattern, and size. You can find a comprehensive list of variant attributes here.
+            {
+              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the variant.
+              &quot;value&quot;: &quot;A String&quot;, # The value for the dimension.
+            },
+          ],
+        },
+        &quot;quantityCanceled&quot;: 42, # Number of items canceled.
+        &quot;quantityDelivered&quot;: 42, # Number of items delivered.
+        &quot;quantityOrdered&quot;: 42, # Number of items ordered.
+        &quot;quantityPending&quot;: 42, # Number of items pending.
+        &quot;quantityReadyForPickup&quot;: 42, # Number of items ready for pickup.
+        &quot;quantityReturned&quot;: 42, # Number of items returned.
+        &quot;quantityShipped&quot;: 42, # Number of items shipped.
+        &quot;quantityUndeliverable&quot;: 42, # Number of items undeliverable.
+        &quot;returnInfo&quot;: { # Details of the return policy for the line item.
+          &quot;daysToReturn&quot;: 42, # Required. How many days later the item can be returned.
+          &quot;isReturnable&quot;: True or False, # Required. Whether the item is returnable.
+          &quot;policyUrl&quot;: &quot;A String&quot;, # Required. URL of the item return policy.
+        },
+        &quot;returns&quot;: [ # Returns of the line item.
+          {
+            &quot;actor&quot;: &quot;A String&quot;, # The actor that created the refund.
+                #
+                # Acceptable values are:
+                # - &quot;`customer`&quot;
+                # - &quot;`googleBot`&quot;
+                # - &quot;`googleCustomerService`&quot;
+                # - &quot;`googlePayments`&quot;
+                # - &quot;`googleSabre`&quot;
+                # - &quot;`merchant`&quot;
+            &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
+            &quot;quantity&quot;: 42, # Quantity that is returned.
+            &quot;reason&quot;: &quot;A String&quot;, # The reason for the return.
+                #
+                # Acceptable values are:
+                # - &quot;`customerDiscretionaryReturn`&quot;
+                # - &quot;`customerInitiatedMerchantCancel`&quot;
+                # - &quot;`deliveredTooLate`&quot;
+                # - &quot;`expiredItem`&quot;
+                # - &quot;`invalidCoupon`&quot;
+                # - &quot;`malformedShippingAddress`&quot;
+                # - &quot;`other`&quot;
+                # - &quot;`productArrivedDamaged`&quot;
+                # - &quot;`productNotAsDescribed`&quot;
+                # - &quot;`qualityNotAsExpected`&quot;
+                # - &quot;`undeliverableShippingAddress`&quot;
+                # - &quot;`unsupportedPoBoxAddress`&quot;
+                # - &quot;`wrongProductShipped`&quot;
+            &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+          },
+        ],
+        &quot;shippingDetails&quot;: { # Details of the requested shipping for the line item.
+          &quot;deliverByDate&quot;: &quot;A String&quot;, # Required. The delivery by date, in ISO 8601 format.
+          &quot;method&quot;: { # Required. Details of the shipping method.
+            &quot;carrier&quot;: &quot;A String&quot;, # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
+            &quot;maxDaysInTransit&quot;: 42, # Required. Maximum transit time.
+            &quot;methodName&quot;: &quot;A String&quot;, # Required. The name of the shipping method.
+            &quot;minDaysInTransit&quot;: 42, # Required. Minimum transit time.
+          },
+          &quot;shipByDate&quot;: &quot;A String&quot;, # Required. The ship by date, in ISO 8601 format.
+          &quot;type&quot;: &quot;A String&quot;, # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
+              #
+              # Acceptable values are:
+              # - &quot;`delivery`&quot;
+              # - &quot;`pickup`&quot;
+        },
+        &quot;tax&quot;: { # Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4.
+          &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;merchantId&quot;: &quot;A String&quot;,
+    &quot;merchantOrderId&quot;: &quot;A String&quot;, # Merchant-provided ID of the order.
+    &quot;netPriceAmount&quot;: { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
+      &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;netTaxAmount&quot;: { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
+      &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;paymentStatus&quot;: &quot;A String&quot;, # The status of the payment.
+        #
+        # Acceptable values are:
+        # - &quot;`paymentCaptured`&quot;
+        # - &quot;`paymentRejected`&quot;
+        # - &quot;`paymentSecured`&quot;
+        # - &quot;`pendingAuthorization`&quot;
+    &quot;pickupDetails&quot;: { # Pickup details for shipments of type `pickup`.
+      &quot;address&quot;: { # Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
+        &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+        &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+            # John Smith
+            # 1600 Amphitheatre Parkway
+            # Mountain View, CA, 94043
+            # United States
+          &quot;A String&quot;,
+        ],
+        &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+        &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+        &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+        &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+        &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+        &quot;streetAddress&quot;: [ # Street-level part of the address.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;collectors&quot;: [ # Collectors authorized to pick up shipment from the pickup location.
+        {
+          &quot;name&quot;: &quot;A String&quot;, # Name of the person picking up the shipment.
+          &quot;phoneNumber&quot;: &quot;A String&quot;, # Phone number of the person picking up the shipment.
+        },
+      ],
+      &quot;locationId&quot;: &quot;A String&quot;, # ID of the pickup location.
+    },
+    &quot;placedDate&quot;: &quot;A String&quot;, # The date when the order was placed, in ISO 8601 format.
+    &quot;promotions&quot;: [ # Promotions associated with the order.
         #
         # To determine which promotions apply to which products, check the `Promotions[].appliedItems[].lineItemId` field against the `LineItems[].id` field for each promotion. If a promotion is applied to more than 1 offerId, divide the discount value by the number of affected offers to determine how much discount to apply to each offerId.
         #
@@ -564,485 +831,218 @@
         #
         # More details about the program are here.
       {
-        "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
-        "title": "A String", # Required. The title of the promotion.
-        "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
-        "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
-            #
-            # Acceptable values are:
-            # - "`buyMGetMoneyOff`"
-            # - "`buyMGetNMoneyOff`"
-            # - "`buyMGetNPercentOff`"
-            # - "`buyMGetPercentOff`"
-            # - "`freeGift`"
-            # - "`freeGiftWithItemId`"
-            # - "`freeGiftWithValue`"
-            # - "`freeShippingOvernight`"
-            # - "`freeShippingStandard`"
-            # - "`freeShippingTwoDay`"
-            # - "`moneyOff`"
-            # - "`percentOff`"
-            # - "`rewardPoints`"
-            # - "`salePrice`"
-        "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-        "appliedItems": [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
+        &quot;applicableItems&quot;: [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
           {
-            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-            "productId": "A String", # `orders.createtestorder`.
+            &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+            &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+            &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+            &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
           },
         ],
-        "applicableItems": [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
+        &quot;appliedItems&quot;: [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
           {
-            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-            "productId": "A String", # `orders.createtestorder`.
+            &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+            &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+            &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+            &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
           },
         ],
-        "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-        "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+        &quot;endTime&quot;: &quot;A String&quot;, # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+        &quot;funder&quot;: &quot;A String&quot;, # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
             #
             # Acceptable values are:
-            # - "`product`"
-            # - "`shipping`"
-        "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
+            # - &quot;`google`&quot;
+            # - &quot;`merchant`&quot;
+        &quot;merchantPromotionId&quot;: &quot;A String&quot;, # Required. This field is used to identify promotions within merchants&#x27; own systems.
+        &quot;priceValue&quot;: { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
+          &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;shortTitle&quot;: &quot;A String&quot;, # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
+        &quot;startTime&quot;: &quot;A String&quot;, # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+        &quot;subtype&quot;: &quot;A String&quot;, # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
             #
             # Acceptable values are:
-            # - "`google`"
-            # - "`merchant`"
+            # - &quot;`buyMGetMoneyOff`&quot;
+            # - &quot;`buyMGetNMoneyOff`&quot;
+            # - &quot;`buyMGetNPercentOff`&quot;
+            # - &quot;`buyMGetPercentOff`&quot;
+            # - &quot;`freeGift`&quot;
+            # - &quot;`freeGiftWithItemId`&quot;
+            # - &quot;`freeGiftWithValue`&quot;
+            # - &quot;`freeShippingOvernight`&quot;
+            # - &quot;`freeShippingStandard`&quot;
+            # - &quot;`freeShippingTwoDay`&quot;
+            # - &quot;`moneyOff`&quot;
+            # - &quot;`percentOff`&quot;
+            # - &quot;`rewardPoints`&quot;
+            # - &quot;`salePrice`&quot;
+        &quot;taxValue&quot;: { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
+          &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;title&quot;: &quot;A String&quot;, # Required. The title of the promotion.
+        &quot;type&quot;: &quot;A String&quot;, # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+            #
+            # Acceptable values are:
+            # - &quot;`product`&quot;
+            # - &quot;`shipping`&quot;
       },
     ],
-    "kind": "content#order", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
-    "shippingCostTax": { # The tax for the total shipping cost.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
-    },
-    "shipments": [ # Shipments of the order.
+    &quot;refunds&quot;: [ # Refunds for the order.
       {
-        "status": "A String", # The status of the shipment.
+        &quot;actor&quot;: &quot;A String&quot;, # The actor that created the refund.
             #
             # Acceptable values are:
-            # - "`delivered`"
-            # - "`readyForPickup`"
-            # - "`shipped`"
-            # - "`undeliverable`"
-        "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
-        "shipmentGroupId": "A String", # The shipment group ID of the shipment. This is set in shiplineitems request.
-        "carrier": "A String", # The carrier handling the shipment.
+            # - &quot;`customer`&quot;
+            # - &quot;`googleBot`&quot;
+            # - &quot;`googleCustomerService`&quot;
+            # - &quot;`googlePayments`&quot;
+            # - &quot;`googleSabre`&quot;
+            # - &quot;`merchant`&quot;
+        &quot;amount&quot;: { # The amount that is refunded.
+          &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;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
+        &quot;reason&quot;: &quot;A String&quot;, # The reason for the refund.
+            #
+            # Acceptable values are:
+            # - &quot;`adjustment`&quot;
+            # - &quot;`autoPostInternal`&quot;
+            # - &quot;`autoPostInvalidBillingAddress`&quot;
+            # - &quot;`autoPostNoInventory`&quot;
+            # - &quot;`autoPostPriceError`&quot;
+            # - &quot;`autoPostUndeliverableShippingAddress`&quot;
+            # - &quot;`couponAbuse`&quot;
+            # - &quot;`courtesyAdjustment`&quot;
+            # - &quot;`customerCanceled`&quot;
+            # - &quot;`customerDiscretionaryReturn`&quot;
+            # - &quot;`customerInitiatedMerchantCancel`&quot;
+            # - &quot;`customerSupportRequested`&quot;
+            # - &quot;`deliveredLateByCarrier`&quot;
+            # - &quot;`deliveredTooLate`&quot;
+            # - &quot;`expiredItem`&quot;
+            # - &quot;`failToPushOrderGoogleError`&quot;
+            # - &quot;`failToPushOrderMerchantError`&quot;
+            # - &quot;`failToPushOrderMerchantFulfillmentError`&quot;
+            # - &quot;`failToPushOrderToMerchant`&quot;
+            # - &quot;`failToPushOrderToMerchantOutOfStock`&quot;
+            # - &quot;`feeAdjustment`&quot;
+            # - &quot;`invalidCoupon`&quot;
+            # - &quot;`lateShipmentCredit`&quot;
+            # - &quot;`malformedShippingAddress`&quot;
+            # - &quot;`merchantDidNotShipOnTime`&quot;
+            # - &quot;`noInventory`&quot;
+            # - &quot;`orderTimeout`&quot;
+            # - &quot;`other`&quot;
+            # - &quot;`paymentAbuse`&quot;
+            # - &quot;`paymentDeclined`&quot;
+            # - &quot;`priceAdjustment`&quot;
+            # - &quot;`priceError`&quot;
+            # - &quot;`productArrivedDamaged`&quot;
+            # - &quot;`productNotAsDescribed`&quot;
+            # - &quot;`promoReallocation`&quot;
+            # - &quot;`qualityNotAsExpected`&quot;
+            # - &quot;`returnRefundAbuse`&quot;
+            # - &quot;`shippingCostAdjustment`&quot;
+            # - &quot;`shippingPriceError`&quot;
+            # - &quot;`taxAdjustment`&quot;
+            # - &quot;`taxError`&quot;
+            # - &quot;`undeliverableShippingAddress`&quot;
+            # - &quot;`unsupportedPoBoxAddress`&quot;
+            # - &quot;`wrongProductShipped`&quot;
+        &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+      },
+    ],
+    &quot;shipments&quot;: [ # Shipments of the order.
+      {
+        &quot;carrier&quot;: &quot;A String&quot;, # The carrier handling the shipment.
             #
             # For supported carriers, Google includes the carrier name and tracking URL in emails to customers. For select supported carriers, Google also automatically updates the shipment status based on the provided shipment ID. Note: You can also use unsupported carriers, but emails to customers will not include the carrier name or tracking URL, and there will be no automatic order status updates.
             # Supported carriers for US are:
-            # - "`ups`" (United Parcel Service) automatic status updates
-            # - "`usps`" (United States Postal Service) automatic status updates
-            # - "`fedex`" (FedEx) automatic status updates
-            # - "`dhl`" (DHL eCommerce) automatic status updates (US only)
-            # - "`ontrac`" (OnTrac) automatic status updates
-            # - "`dhl express`" (DHL Express)
-            # - "`deliv`" (Deliv)
-            # - "`dynamex`" (TForce)
-            # - "`lasership`" (LaserShip)
-            # - "`mpx`" (Military Parcel Xpress)
-            # - "`uds`" (United Delivery Service)
-            # - "`efw`" (Estes Forwarding Worldwide)
-            # - "`jd logistics`" (JD Logistics)
-            # - "`yunexpress`" (YunExpress)
-            # - "`china post`" (China Post)
-            # - "`china ems`" (China Post Express Mail Service)
-            # - "`singapore post`" (Singapore Post)
-            # - "`pos malaysia`" (Pos Malaysia)
-            # - "`postnl`" (PostNL)
-            # - "`ptt`" (PTT Turkish Post)
-            # - "`eub`" (ePacket)
-            # - "`chukou1`" (Chukou1 Logistics)
+            # - &quot;`ups`&quot; (United Parcel Service) automatic status updates
+            # - &quot;`usps`&quot; (United States Postal Service) automatic status updates
+            # - &quot;`fedex`&quot; (FedEx) automatic status updates
+            # - &quot;`dhl`&quot; (DHL eCommerce) automatic status updates (US only)
+            # - &quot;`ontrac`&quot; (OnTrac) automatic status updates
+            # - &quot;`dhl express`&quot; (DHL Express)
+            # - &quot;`deliv`&quot; (Deliv)
+            # - &quot;`dynamex`&quot; (TForce)
+            # - &quot;`lasership`&quot; (LaserShip)
+            # - &quot;`mpx`&quot; (Military Parcel Xpress)
+            # - &quot;`uds`&quot; (United Delivery Service)
+            # - &quot;`efw`&quot; (Estes Forwarding Worldwide)
+            # - &quot;`jd logistics`&quot; (JD Logistics)
+            # - &quot;`yunexpress`&quot; (YunExpress)
+            # - &quot;`china post`&quot; (China Post)
+            # - &quot;`china ems`&quot; (China Post Express Mail Service)
+            # - &quot;`singapore post`&quot; (Singapore Post)
+            # - &quot;`pos malaysia`&quot; (Pos Malaysia)
+            # - &quot;`postnl`&quot; (PostNL)
+            # - &quot;`ptt`&quot; (PTT Turkish Post)
+            # - &quot;`eub`&quot; (ePacket)
+            # - &quot;`chukou1`&quot; (Chukou1 Logistics)
             # Supported carriers for FR are:
-            # - "`la poste`" (La Poste) automatic status updates
-            # - "`colissimo`" (Colissimo by La Poste) automatic status updates
-            # - "`ups`" (United Parcel Service) automatic status updates
-            # - "`chronopost`" (Chronopost by La Poste)
-            # - "`gls`" (General Logistics Systems France)
-            # - "`dpd`" (DPD Group by GeoPost)
-            # - "`bpost`" (Belgian Post Group)
-            # - "`colis prive`" (Colis Privé)
-            # - "`boxtal`" (Boxtal)
-            # - "`geodis`" (GEODIS)
-            # - "`tnt`" (TNT)
-            # - "`db schenker`" (DB Schenker)
-            # - "`aramex`" (Aramex)
-        "trackingId": "A String", # The tracking ID for the shipment.
-        "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
-        "lineItems": [ # The line items that are shipped.
+            # - &quot;`la poste`&quot; (La Poste) automatic status updates
+            # - &quot;`colissimo`&quot; (Colissimo by La Poste) automatic status updates
+            # - &quot;`ups`&quot; (United Parcel Service) automatic status updates
+            # - &quot;`chronopost`&quot; (Chronopost by La Poste)
+            # - &quot;`gls`&quot; (General Logistics Systems France)
+            # - &quot;`dpd`&quot; (DPD Group by GeoPost)
+            # - &quot;`bpost`&quot; (Belgian Post Group)
+            # - &quot;`colis prive`&quot; (Colis Privé)
+            # - &quot;`boxtal`&quot; (Boxtal)
+            # - &quot;`geodis`&quot; (GEODIS)
+            # - &quot;`tnt`&quot; (TNT)
+            # - &quot;`db schenker`&quot; (DB Schenker)
+            # - &quot;`aramex`&quot; (Aramex)
+        &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the shipment has been created, in ISO 8601 format.
+        &quot;deliveryDate&quot;: &quot;A String&quot;, # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
+        &quot;id&quot;: &quot;A String&quot;, # The ID of the shipment.
+        &quot;lineItems&quot;: [ # The line items that are shipped.
           {
-            "quantity": 42, # The quantity that is shipped.
-            "lineItemId": "A String", # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
-            "productId": "A String", # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+            &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
+            &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+            &quot;quantity&quot;: 42, # The quantity that is shipped.
           },
         ],
-        "id": "A String", # The ID of the shipment.
-      },
-    ],
-    "refunds": [ # Refunds for the order.
-      {
-        "amount": { # The amount that is refunded.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
-        "reason": "A String", # The reason for the refund.
+        &quot;shipmentGroupId&quot;: &quot;A String&quot;, # The shipment group ID of the shipment. This is set in shiplineitems request.
+        &quot;status&quot;: &quot;A String&quot;, # The status of the shipment.
             #
             # Acceptable values are:
-            # - "`adjustment`"
-            # - "`autoPostInternal`"
-            # - "`autoPostInvalidBillingAddress`"
-            # - "`autoPostNoInventory`"
-            # - "`autoPostPriceError`"
-            # - "`autoPostUndeliverableShippingAddress`"
-            # - "`couponAbuse`"
-            # - "`courtesyAdjustment`"
-            # - "`customerCanceled`"
-            # - "`customerDiscretionaryReturn`"
-            # - "`customerInitiatedMerchantCancel`"
-            # - "`customerSupportRequested`"
-            # - "`deliveredLateByCarrier`"
-            # - "`deliveredTooLate`"
-            # - "`expiredItem`"
-            # - "`failToPushOrderGoogleError`"
-            # - "`failToPushOrderMerchantError`"
-            # - "`failToPushOrderMerchantFulfillmentError`"
-            # - "`failToPushOrderToMerchant`"
-            # - "`failToPushOrderToMerchantOutOfStock`"
-            # - "`feeAdjustment`"
-            # - "`invalidCoupon`"
-            # - "`lateShipmentCredit`"
-            # - "`malformedShippingAddress`"
-            # - "`merchantDidNotShipOnTime`"
-            # - "`noInventory`"
-            # - "`orderTimeout`"
-            # - "`other`"
-            # - "`paymentAbuse`"
-            # - "`paymentDeclined`"
-            # - "`priceAdjustment`"
-            # - "`priceError`"
-            # - "`productArrivedDamaged`"
-            # - "`productNotAsDescribed`"
-            # - "`promoReallocation`"
-            # - "`qualityNotAsExpected`"
-            # - "`returnRefundAbuse`"
-            # - "`shippingCostAdjustment`"
-            # - "`shippingPriceError`"
-            # - "`taxAdjustment`"
-            # - "`taxError`"
-            # - "`undeliverableShippingAddress`"
-            # - "`unsupportedPoBoxAddress`"
-            # - "`wrongProductShipped`"
-        "actor": "A String", # The actor that created the refund.
-            #
-            # Acceptable values are:
-            # - "`customer`"
-            # - "`googleBot`"
-            # - "`googleCustomerService`"
-            # - "`googlePayments`"
-            # - "`googleSabre`"
-            # - "`merchant`"
-        "reasonText": "A String", # The explanation of the reason.
+            # - &quot;`delivered`&quot;
+            # - &quot;`readyForPickup`&quot;
+            # - &quot;`shipped`&quot;
+            # - &quot;`undeliverable`&quot;
+        &quot;trackingId&quot;: &quot;A String&quot;, # The tracking ID for the shipment.
       },
     ],
-    "taxCollector": "A String", # The party responsible for collecting and remitting taxes.
+    &quot;shippingCost&quot;: { # The total cost of shipping for all items.
+      &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;shippingCostTax&quot;: { # The tax for the total shipping cost.
+      &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;status&quot;: &quot;A String&quot;, # The status of the order.
         #
         # Acceptable values are:
-        # - "`marketplaceFacilitator`"
-        # - "`merchant`"
-    "acknowledged": True or False, # Whether the order was acknowledged.
-    "paymentStatus": "A String", # The status of the payment.
+        # - &quot;`canceled`&quot;
+        # - &quot;`delivered`&quot;
+        # - &quot;`inProgress`&quot;
+        # - &quot;`partiallyDelivered`&quot;
+        # - &quot;`partiallyReturned`&quot;
+        # - &quot;`partiallyShipped`&quot;
+        # - &quot;`pendingShipment`&quot;
+        # - &quot;`returned`&quot;
+        # - &quot;`shipped`&quot;
+    &quot;taxCollector&quot;: &quot;A String&quot;, # The party responsible for collecting and remitting taxes.
         #
         # Acceptable values are:
-        # - "`paymentCaptured`"
-        # - "`paymentRejected`"
-        # - "`paymentSecured`"
-        # - "`pendingAuthorization`"
-    "merchantId": "A String",
-    "merchantOrderId": "A String", # Merchant-provided ID of the order.
-    "status": "A String", # The status of the order.
-        #
-        # Acceptable values are:
-        # - "`canceled`"
-        # - "`delivered`"
-        # - "`inProgress`"
-        # - "`partiallyDelivered`"
-        # - "`partiallyReturned`"
-        # - "`partiallyShipped`"
-        # - "`pendingShipment`"
-        # - "`returned`"
-        # - "`shipped`"
-    "pickupDetails": { # Pickup details for shipments of type `pickup`.
-      "locationId": "A String", # ID of the pickup location.
-      "collectors": [ # Collectors authorized to pick up shipment from the pickup location.
-        {
-          "phoneNumber": "A String", # Phone number of the person picking up the shipment.
-          "name": "A String", # Name of the person picking up the shipment.
-        },
-      ],
-      "address": { # Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
-        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-        "country": "A String", # CLDR country code (e.g. "US").
-        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-            # John Smith
-            # 1600 Amphitheatre Parkway
-            # Mountain View, CA, 94043
-            # United States
-          "A String",
-        ],
-        "streetAddress": [ # Street-level part of the address.
-          "A String",
-        ],
-        "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-        "recipientName": "A String", # Name of the recipient.
-        "isPostOfficeBox": True or False, # Whether the address is a post office box.
-        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-      },
-    },
-    "netTaxAmount": { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
-    },
-    "billingAddress": { # The billing address.
-      "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-      "country": "A String", # CLDR country code (e.g. "US").
-      "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-          # John Smith
-          # 1600 Amphitheatre Parkway
-          # Mountain View, CA, 94043
-          # United States
-        "A String",
-      ],
-      "streetAddress": [ # Street-level part of the address.
-        "A String",
-      ],
-      "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-      "recipientName": "A String", # Name of the recipient.
-      "isPostOfficeBox": True or False, # Whether the address is a post office box.
-      "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-    },
-    "netPriceAmount": { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
-    },
-    "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
-    "lineItems": [ # Line items that are ordered.
-      {
-        "product": { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed.
-          "targetCountry": "A String", # The CLDR territory code of the target country of the product.
-          "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
-          "contentLanguage": "A String", # The two-letter ISO 639-1 language code for the item.
-          "title": "A String", # The title of the product.
-          "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
-          "variantAttributes": [ # Variant attributes for the item. These are dimensions of the product, such as color, gender, material, pattern, and size. You can find a comprehensive list of variant attributes here.
-            {
-              "dimension": "A String", # The dimension of the variant.
-              "value": "A String", # The value for the dimension.
-            },
-          ],
-          "brand": "A String", # Brand of the item.
-          "itemGroupId": "A String", # Shared identifier for all variants of the same product.
-          "offerId": "A String", # An identifier of the item.
-          "price": { # Price of the item.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "imageLink": "A String", # URL of an image of the item.
-          "gtin": "A String", # Global Trade Item Number (GTIN) of the item.
-          "fees": [ # Associated fees at order creation time.
-            {
-              "amount": { # Amount of the fee.
-                "currency": "A String", # The currency of the price.
-                "value": "A String", # The price represented as a number.
-              },
-              "name": "A String", # Name of the fee.
-            },
-          ],
-          "id": "A String", # The REST ID of the product.
-          "condition": "A String", # Condition or state of the item.
-              #
-              # Acceptable values are:
-              # - "`new`"
-              # - "`refurbished`"
-              # - "`used`"
-        },
-        "quantityPending": 42, # Number of items pending.
-        "quantityDelivered": 42, # Number of items delivered.
-        "returnInfo": { # Details of the return policy for the line item.
-          "policyUrl": "A String", # Required. URL of the item return policy.
-          "isReturnable": True or False, # Required. Whether the item is returnable.
-          "daysToReturn": 42, # Required. How many days later the item can be returned.
-        },
-        "quantityOrdered": 42, # Number of items ordered.
-        "price": { # Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "adjustments": [ # Price and tax adjustments applied on the line item.
-          {
-            "type": "A String", # Type of this adjustment.
-                #
-                # Acceptable values are:
-                # - "`promotion`"
-            "priceAdjustment": { # Adjustment for total price of the line item.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-            "taxAdjustment": { # Adjustment for total tax of the line item.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-          },
-        ],
-        "tax": { # Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "cancellations": [ # Cancellations of the line item.
-          {
-            "reason": "A String", # The reason for the cancellation. Orders that are canceled with a noInventory reason will lead to the removal of the product from Shopping Actions until you make an update to that product. This will not affect your Shopping ads.
-                #
-                # Acceptable values are:
-                # - "`autoPostInternal`"
-                # - "`autoPostInvalidBillingAddress`"
-                # - "`autoPostNoInventory`"
-                # - "`autoPostPriceError`"
-                # - "`autoPostUndeliverableShippingAddress`"
-                # - "`couponAbuse`"
-                # - "`customerCanceled`"
-                # - "`customerInitiatedCancel`"
-                # - "`customerSupportRequested`"
-                # - "`failToPushOrderGoogleError`"
-                # - "`failToPushOrderMerchantError`"
-                # - "`failToPushOrderMerchantFulfillmentError`"
-                # - "`failToPushOrderToMerchant`"
-                # - "`failToPushOrderToMerchantOutOfStock`"
-                # - "`invalidCoupon`"
-                # - "`malformedShippingAddress`"
-                # - "`merchantDidNotShipOnTime`"
-                # - "`noInventory`"
-                # - "`orderTimeout`"
-                # - "`other`"
-                # - "`paymentAbuse`"
-                # - "`paymentDeclined`"
-                # - "`priceError`"
-                # - "`returnRefundAbuse`"
-                # - "`shippingPriceError`"
-                # - "`taxError`"
-                # - "`undeliverableShippingAddress`"
-                # - "`unsupportedPoBoxAddress`"
-            "creationDate": "A String", # Date on which the cancellation has been created, in ISO 8601 format.
-            "reasonText": "A String", # The explanation of the reason.
-            "actor": "A String", # The actor that created the cancellation.
-                #
-                # Acceptable values are:
-                # - "`customer`"
-                # - "`googleBot`"
-                # - "`googleCustomerService`"
-                # - "`googlePayments`"
-                # - "`googleSabre`"
-                # - "`merchant`"
-            "quantity": 42, # The quantity that was canceled.
-          },
-        ],
-        "quantityCanceled": 42, # Number of items canceled.
-        "annotations": [ # Annotations that are attached to the line item.
-          {
-            "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
-            "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
-          },
-        ],
-        "returns": [ # Returns of the line item.
-          {
-            "reason": "A String", # The reason for the return.
-                #
-                # Acceptable values are:
-                # - "`customerDiscretionaryReturn`"
-                # - "`customerInitiatedMerchantCancel`"
-                # - "`deliveredTooLate`"
-                # - "`expiredItem`"
-                # - "`invalidCoupon`"
-                # - "`malformedShippingAddress`"
-                # - "`other`"
-                # - "`productArrivedDamaged`"
-                # - "`productNotAsDescribed`"
-                # - "`qualityNotAsExpected`"
-                # - "`undeliverableShippingAddress`"
-                # - "`unsupportedPoBoxAddress`"
-                # - "`wrongProductShipped`"
-            "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
-            "reasonText": "A String", # The explanation of the reason.
-            "actor": "A String", # The actor that created the refund.
-                #
-                # Acceptable values are:
-                # - "`customer`"
-                # - "`googleBot`"
-                # - "`googleCustomerService`"
-                # - "`googlePayments`"
-                # - "`googleSabre`"
-                # - "`merchant`"
-            "quantity": 42, # Quantity that is returned.
-          },
-        ],
-        "quantityShipped": 42, # Number of items shipped.
-        "quantityReadyForPickup": 42, # Number of items ready for pickup.
-        "quantityReturned": 42, # Number of items returned.
-        "quantityUndeliverable": 42, # Number of items undeliverable.
-        "id": "A String", # The ID of the line item.
-        "shippingDetails": { # Details of the requested shipping for the line item.
-          "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
-          "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
-              #
-              # Acceptable values are:
-              # - "`delivery`"
-              # - "`pickup`"
-          "method": { # Required. Details of the shipping method.
-            "minDaysInTransit": 42, # Required. Minimum transit time.
-            "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
-            "methodName": "A String", # Required. The name of the shipping method.
-            "maxDaysInTransit": 42, # Required. Maximum transit time.
-          },
-          "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
-        },
-      },
-    ],
-    "shippingCost": { # The total cost of shipping for all items.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
-    },
-    "id": "A String", # The REST ID of the order. Globally unique.
-    "deliveryDetails": { # Delivery details for shipments of type `delivery`.
-      "phoneNumber": "A String", # The phone number of the person receiving the delivery.
-      "address": { # The delivery address
-        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-        "country": "A String", # CLDR country code (e.g. "US").
-        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-            # John Smith
-            # 1600 Amphitheatre Parkway
-            # Mountain View, CA, 94043
-            # United States
-          "A String",
-        ],
-        "streetAddress": [ # Street-level part of the address.
-          "A String",
-        ],
-        "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-        "recipientName": "A String", # Name of the recipient.
-        "isPostOfficeBox": True or False, # Whether the address is a post office box.
-        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-      },
-    },
+        # - &quot;`marketplaceFacilitator`&quot;
+        # - &quot;`merchant`&quot;
   }</pre>
 </div>
 
@@ -1058,26 +1058,293 @@
   An object of the form:
 
     {
-    "kind": "content#ordersGetByMerchantOrderIdResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersGetByMerchantOrderIdResponse".
-    "order": { # Order. Production access (all methods) requires the order manager role. Sandbox access does not. (== resource_for v2.orders ==) (== resource_for v2.1.orders ==) # The requested order.
-      "customer": { # The details of the customer who placed the order.
-        "loyaltyInfo": { # Loyalty program information.
-          "loyaltyNumber": "A String", # The loyalty card/membership number.
-          "name": "A String", # Name of card/membership holder, this field will be populated when
+    &quot;kind&quot;: &quot;content#ordersGetByMerchantOrderIdResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersGetByMerchantOrderIdResponse&quot;.
+    &quot;order&quot;: { # Order. Production access (all methods) requires the order manager role. Sandbox access does not. (== resource_for v2.orders ==) (== resource_for v2.1.orders ==) # The requested order.
+      &quot;acknowledged&quot;: True or False, # Whether the order was acknowledged.
+      &quot;billingAddress&quot;: { # The billing address.
+        &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+        &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+            # John Smith
+            # 1600 Amphitheatre Parkway
+            # Mountain View, CA, 94043
+            # United States
+          &quot;A String&quot;,
+        ],
+        &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+        &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+        &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+        &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+        &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+        &quot;streetAddress&quot;: [ # Street-level part of the address.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;customer&quot;: { # The details of the customer who placed the order.
+        &quot;fullName&quot;: &quot;A String&quot;, # Full name of the customer.
+        &quot;invoiceReceivingEmail&quot;: &quot;A String&quot;, # Email address for the merchant to send value-added tax or invoice documentation of the order. Only the last document sent is made available to the customer. For more information, see  About automated VAT invoicing for Shopping Actions.
+        &quot;loyaltyInfo&quot;: { # Loyalty program information.
+          &quot;loyaltyNumber&quot;: &quot;A String&quot;, # The loyalty card/membership number.
+          &quot;name&quot;: &quot;A String&quot;, # Name of card/membership holder, this field will be populated when
         },
-        "fullName": "A String", # Full name of the customer.
-        "marketingRightsInfo": { # Customer's marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
-          "explicitMarketingPreference": "A String", # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in.
+        &quot;marketingRightsInfo&quot;: { # Customer&#x27;s marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
+          &quot;explicitMarketingPreference&quot;: &quot;A String&quot;, # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in.
               #
               # Acceptable values are:
-              # - "`denied`"
-              # - "`granted`"
-          "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
-          "marketingEmailAddress": "A String", # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is 'granted'. This happens when retrieving an old order from the customer who deleted their account.
+              # - &quot;`denied`&quot;
+              # - &quot;`granted`&quot;
+          &quot;lastUpdatedTimestamp&quot;: &quot;A String&quot;, # Timestamp when last time marketing preference was updated. Could be empty, if user wasn&#x27;t offered a selection yet.
+          &quot;marketingEmailAddress&quot;: &quot;A String&quot;, # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is &#x27;granted&#x27;. This happens when retrieving an old order from the customer who deleted their account.
         },
-        "invoiceReceivingEmail": "A String", # Email address for the merchant to send value-added tax or invoice documentation of the order. Only the last document sent is made available to the customer. For more information, see  About automated VAT invoicing for Shopping Actions.
       },
-      "promotions": [ # Promotions associated with the order.
+      &quot;deliveryDetails&quot;: { # Delivery details for shipments of type `delivery`.
+        &quot;address&quot;: { # The delivery address
+          &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+          &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+              # John Smith
+              # 1600 Amphitheatre Parkway
+              # Mountain View, CA, 94043
+              # United States
+            &quot;A String&quot;,
+          ],
+          &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+          &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+          &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+          &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+          &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+          &quot;streetAddress&quot;: [ # Street-level part of the address.
+            &quot;A String&quot;,
+          ],
+        },
+        &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the person receiving the delivery.
+      },
+      &quot;id&quot;: &quot;A String&quot;, # The REST ID of the order. Globally unique.
+      &quot;kind&quot;: &quot;content#order&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#order`&quot;
+      &quot;lineItems&quot;: [ # Line items that are ordered.
+        {
+          &quot;adjustments&quot;: [ # Price and tax adjustments applied on the line item.
+            {
+              &quot;priceAdjustment&quot;: { # Adjustment for total price of the line 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;taxAdjustment&quot;: { # Adjustment for total tax of the line 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;type&quot;: &quot;A String&quot;, # Type of this adjustment.
+                  #
+                  # Acceptable values are:
+                  # - &quot;`promotion`&quot;
+            },
+          ],
+          &quot;annotations&quot;: [ # Annotations that are attached to the line item.
+            {
+              &quot;key&quot;: &quot;A String&quot;, # Key for additional merchant provided (as key-value pairs) annotation about the line item.
+              &quot;value&quot;: &quot;A String&quot;, # Value for additional merchant provided (as key-value pairs) annotation about the line item.
+            },
+          ],
+          &quot;cancellations&quot;: [ # Cancellations of the line item.
+            {
+              &quot;actor&quot;: &quot;A String&quot;, # The actor that created the cancellation.
+                  #
+                  # Acceptable values are:
+                  # - &quot;`customer`&quot;
+                  # - &quot;`googleBot`&quot;
+                  # - &quot;`googleCustomerService`&quot;
+                  # - &quot;`googlePayments`&quot;
+                  # - &quot;`googleSabre`&quot;
+                  # - &quot;`merchant`&quot;
+              &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the cancellation has been created, in ISO 8601 format.
+              &quot;quantity&quot;: 42, # The quantity that was canceled.
+              &quot;reason&quot;: &quot;A String&quot;, # The reason for the cancellation. Orders that are canceled with a noInventory reason will lead to the removal of the product from Shopping Actions until you make an update to that product. This will not affect your Shopping ads.
+                  #
+                  # Acceptable values are:
+                  # - &quot;`autoPostInternal`&quot;
+                  # - &quot;`autoPostInvalidBillingAddress`&quot;
+                  # - &quot;`autoPostNoInventory`&quot;
+                  # - &quot;`autoPostPriceError`&quot;
+                  # - &quot;`autoPostUndeliverableShippingAddress`&quot;
+                  # - &quot;`couponAbuse`&quot;
+                  # - &quot;`customerCanceled`&quot;
+                  # - &quot;`customerInitiatedCancel`&quot;
+                  # - &quot;`customerSupportRequested`&quot;
+                  # - &quot;`failToPushOrderGoogleError`&quot;
+                  # - &quot;`failToPushOrderMerchantError`&quot;
+                  # - &quot;`failToPushOrderMerchantFulfillmentError`&quot;
+                  # - &quot;`failToPushOrderToMerchant`&quot;
+                  # - &quot;`failToPushOrderToMerchantOutOfStock`&quot;
+                  # - &quot;`invalidCoupon`&quot;
+                  # - &quot;`malformedShippingAddress`&quot;
+                  # - &quot;`merchantDidNotShipOnTime`&quot;
+                  # - &quot;`noInventory`&quot;
+                  # - &quot;`orderTimeout`&quot;
+                  # - &quot;`other`&quot;
+                  # - &quot;`paymentAbuse`&quot;
+                  # - &quot;`paymentDeclined`&quot;
+                  # - &quot;`priceError`&quot;
+                  # - &quot;`returnRefundAbuse`&quot;
+                  # - &quot;`shippingPriceError`&quot;
+                  # - &quot;`taxError`&quot;
+                  # - &quot;`undeliverableShippingAddress`&quot;
+                  # - &quot;`unsupportedPoBoxAddress`&quot;
+              &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+            },
+          ],
+          &quot;id&quot;: &quot;A String&quot;, # The ID of the line item.
+          &quot;price&quot;: { # Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20.
+            &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;product&quot;: { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed.
+            &quot;brand&quot;: &quot;A String&quot;, # Brand of the item.
+            &quot;condition&quot;: &quot;A String&quot;, # Condition or state of the item.
+                #
+                # Acceptable values are:
+                # - &quot;`new`&quot;
+                # - &quot;`refurbished`&quot;
+                # - &quot;`used`&quot;
+            &quot;contentLanguage&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language code for the item.
+            &quot;fees&quot;: [ # Associated fees at order creation time.
+              {
+                &quot;amount&quot;: { # Amount of the fee.
+                  &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;name&quot;: &quot;A String&quot;, # Name of the fee.
+              },
+            ],
+            &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item.
+            &quot;id&quot;: &quot;A String&quot;, # The REST ID of the product.
+            &quot;imageLink&quot;: &quot;A String&quot;, # URL of an image of the item.
+            &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
+            &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
+            &quot;offerId&quot;: &quot;A String&quot;, # An identifier of the item.
+            &quot;price&quot;: { # 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;shownImage&quot;: &quot;A String&quot;, # URL to the cached image shown to the user when order was placed.
+            &quot;targetCountry&quot;: &quot;A String&quot;, # The CLDR territory code of the target country of the product.
+            &quot;title&quot;: &quot;A String&quot;, # The title of the product.
+            &quot;variantAttributes&quot;: [ # Variant attributes for the item. These are dimensions of the product, such as color, gender, material, pattern, and size. You can find a comprehensive list of variant attributes here.
+              {
+                &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the variant.
+                &quot;value&quot;: &quot;A String&quot;, # The value for the dimension.
+              },
+            ],
+          },
+          &quot;quantityCanceled&quot;: 42, # Number of items canceled.
+          &quot;quantityDelivered&quot;: 42, # Number of items delivered.
+          &quot;quantityOrdered&quot;: 42, # Number of items ordered.
+          &quot;quantityPending&quot;: 42, # Number of items pending.
+          &quot;quantityReadyForPickup&quot;: 42, # Number of items ready for pickup.
+          &quot;quantityReturned&quot;: 42, # Number of items returned.
+          &quot;quantityShipped&quot;: 42, # Number of items shipped.
+          &quot;quantityUndeliverable&quot;: 42, # Number of items undeliverable.
+          &quot;returnInfo&quot;: { # Details of the return policy for the line item.
+            &quot;daysToReturn&quot;: 42, # Required. How many days later the item can be returned.
+            &quot;isReturnable&quot;: True or False, # Required. Whether the item is returnable.
+            &quot;policyUrl&quot;: &quot;A String&quot;, # Required. URL of the item return policy.
+          },
+          &quot;returns&quot;: [ # Returns of the line item.
+            {
+              &quot;actor&quot;: &quot;A String&quot;, # The actor that created the refund.
+                  #
+                  # Acceptable values are:
+                  # - &quot;`customer`&quot;
+                  # - &quot;`googleBot`&quot;
+                  # - &quot;`googleCustomerService`&quot;
+                  # - &quot;`googlePayments`&quot;
+                  # - &quot;`googleSabre`&quot;
+                  # - &quot;`merchant`&quot;
+              &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
+              &quot;quantity&quot;: 42, # Quantity that is returned.
+              &quot;reason&quot;: &quot;A String&quot;, # The reason for the return.
+                  #
+                  # Acceptable values are:
+                  # - &quot;`customerDiscretionaryReturn`&quot;
+                  # - &quot;`customerInitiatedMerchantCancel`&quot;
+                  # - &quot;`deliveredTooLate`&quot;
+                  # - &quot;`expiredItem`&quot;
+                  # - &quot;`invalidCoupon`&quot;
+                  # - &quot;`malformedShippingAddress`&quot;
+                  # - &quot;`other`&quot;
+                  # - &quot;`productArrivedDamaged`&quot;
+                  # - &quot;`productNotAsDescribed`&quot;
+                  # - &quot;`qualityNotAsExpected`&quot;
+                  # - &quot;`undeliverableShippingAddress`&quot;
+                  # - &quot;`unsupportedPoBoxAddress`&quot;
+                  # - &quot;`wrongProductShipped`&quot;
+              &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+            },
+          ],
+          &quot;shippingDetails&quot;: { # Details of the requested shipping for the line item.
+            &quot;deliverByDate&quot;: &quot;A String&quot;, # Required. The delivery by date, in ISO 8601 format.
+            &quot;method&quot;: { # Required. Details of the shipping method.
+              &quot;carrier&quot;: &quot;A String&quot;, # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
+              &quot;maxDaysInTransit&quot;: 42, # Required. Maximum transit time.
+              &quot;methodName&quot;: &quot;A String&quot;, # Required. The name of the shipping method.
+              &quot;minDaysInTransit&quot;: 42, # Required. Minimum transit time.
+            },
+            &quot;shipByDate&quot;: &quot;A String&quot;, # Required. The ship by date, in ISO 8601 format.
+            &quot;type&quot;: &quot;A String&quot;, # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
+                #
+                # Acceptable values are:
+                # - &quot;`delivery`&quot;
+                # - &quot;`pickup`&quot;
+          },
+          &quot;tax&quot;: { # Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4.
+            &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;merchantId&quot;: &quot;A String&quot;,
+      &quot;merchantOrderId&quot;: &quot;A String&quot;, # Merchant-provided ID of the order.
+      &quot;netPriceAmount&quot;: { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
+        &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;netTaxAmount&quot;: { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
+        &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;paymentStatus&quot;: &quot;A String&quot;, # The status of the payment.
+          #
+          # Acceptable values are:
+          # - &quot;`paymentCaptured`&quot;
+          # - &quot;`paymentRejected`&quot;
+          # - &quot;`paymentSecured`&quot;
+          # - &quot;`pendingAuthorization`&quot;
+      &quot;pickupDetails&quot;: { # Pickup details for shipments of type `pickup`.
+        &quot;address&quot;: { # Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
+          &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+          &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+              # John Smith
+              # 1600 Amphitheatre Parkway
+              # Mountain View, CA, 94043
+              # United States
+            &quot;A String&quot;,
+          ],
+          &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+          &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+          &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+          &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+          &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+          &quot;streetAddress&quot;: [ # Street-level part of the address.
+            &quot;A String&quot;,
+          ],
+        },
+        &quot;collectors&quot;: [ # Collectors authorized to pick up shipment from the pickup location.
+          {
+            &quot;name&quot;: &quot;A String&quot;, # Name of the person picking up the shipment.
+            &quot;phoneNumber&quot;: &quot;A String&quot;, # Phone number of the person picking up the shipment.
+          },
+        ],
+        &quot;locationId&quot;: &quot;A String&quot;, # ID of the pickup location.
+      },
+      &quot;placedDate&quot;: &quot;A String&quot;, # The date when the order was placed, in ISO 8601 format.
+      &quot;promotions&quot;: [ # Promotions associated with the order.
           #
           # To determine which promotions apply to which products, check the `Promotions[].appliedItems[].lineItemId` field against the `LineItems[].id` field for each promotion. If a promotion is applied to more than 1 offerId, divide the discount value by the number of affected offers to determine how much discount to apply to each offerId.
           #
@@ -1089,485 +1356,218 @@
           #
           # More details about the program are here.
         {
-          "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
-          "title": "A String", # Required. The title of the promotion.
-          "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
-          "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
-              #
-              # Acceptable values are:
-              # - "`buyMGetMoneyOff`"
-              # - "`buyMGetNMoneyOff`"
-              # - "`buyMGetNPercentOff`"
-              # - "`buyMGetPercentOff`"
-              # - "`freeGift`"
-              # - "`freeGiftWithItemId`"
-              # - "`freeGiftWithValue`"
-              # - "`freeShippingOvernight`"
-              # - "`freeShippingStandard`"
-              # - "`freeShippingTwoDay`"
-              # - "`moneyOff`"
-              # - "`percentOff`"
-              # - "`rewardPoints`"
-              # - "`salePrice`"
-          "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-          "appliedItems": [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
+          &quot;applicableItems&quot;: [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
             {
-              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-              "productId": "A String", # `orders.createtestorder`.
+              &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+              &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+              &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+              &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
             },
           ],
-          "applicableItems": [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
+          &quot;appliedItems&quot;: [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
             {
-              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-              "productId": "A String", # `orders.createtestorder`.
+              &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+              &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+              &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+              &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
             },
           ],
-          "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-          "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+          &quot;endTime&quot;: &quot;A String&quot;, # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+          &quot;funder&quot;: &quot;A String&quot;, # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
               #
               # Acceptable values are:
-              # - "`product`"
-              # - "`shipping`"
-          "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
+              # - &quot;`google`&quot;
+              # - &quot;`merchant`&quot;
+          &quot;merchantPromotionId&quot;: &quot;A String&quot;, # Required. This field is used to identify promotions within merchants&#x27; own systems.
+          &quot;priceValue&quot;: { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
+            &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;shortTitle&quot;: &quot;A String&quot;, # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
+          &quot;startTime&quot;: &quot;A String&quot;, # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+          &quot;subtype&quot;: &quot;A String&quot;, # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
               #
               # Acceptable values are:
-              # - "`google`"
-              # - "`merchant`"
+              # - &quot;`buyMGetMoneyOff`&quot;
+              # - &quot;`buyMGetNMoneyOff`&quot;
+              # - &quot;`buyMGetNPercentOff`&quot;
+              # - &quot;`buyMGetPercentOff`&quot;
+              # - &quot;`freeGift`&quot;
+              # - &quot;`freeGiftWithItemId`&quot;
+              # - &quot;`freeGiftWithValue`&quot;
+              # - &quot;`freeShippingOvernight`&quot;
+              # - &quot;`freeShippingStandard`&quot;
+              # - &quot;`freeShippingTwoDay`&quot;
+              # - &quot;`moneyOff`&quot;
+              # - &quot;`percentOff`&quot;
+              # - &quot;`rewardPoints`&quot;
+              # - &quot;`salePrice`&quot;
+          &quot;taxValue&quot;: { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
+            &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;title&quot;: &quot;A String&quot;, # Required. The title of the promotion.
+          &quot;type&quot;: &quot;A String&quot;, # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+              #
+              # Acceptable values are:
+              # - &quot;`product`&quot;
+              # - &quot;`shipping`&quot;
         },
       ],
-      "kind": "content#order", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
-      "shippingCostTax": { # The tax for the total shipping cost.
-        "currency": "A String", # The currency of the price.
-        "value": "A String", # The price represented as a number.
-      },
-      "shipments": [ # Shipments of the order.
+      &quot;refunds&quot;: [ # Refunds for the order.
         {
-          "status": "A String", # The status of the shipment.
+          &quot;actor&quot;: &quot;A String&quot;, # The actor that created the refund.
               #
               # Acceptable values are:
-              # - "`delivered`"
-              # - "`readyForPickup`"
-              # - "`shipped`"
-              # - "`undeliverable`"
-          "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
-          "shipmentGroupId": "A String", # The shipment group ID of the shipment. This is set in shiplineitems request.
-          "carrier": "A String", # The carrier handling the shipment.
+              # - &quot;`customer`&quot;
+              # - &quot;`googleBot`&quot;
+              # - &quot;`googleCustomerService`&quot;
+              # - &quot;`googlePayments`&quot;
+              # - &quot;`googleSabre`&quot;
+              # - &quot;`merchant`&quot;
+          &quot;amount&quot;: { # The amount that is refunded.
+            &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;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
+          &quot;reason&quot;: &quot;A String&quot;, # The reason for the refund.
+              #
+              # Acceptable values are:
+              # - &quot;`adjustment`&quot;
+              # - &quot;`autoPostInternal`&quot;
+              # - &quot;`autoPostInvalidBillingAddress`&quot;
+              # - &quot;`autoPostNoInventory`&quot;
+              # - &quot;`autoPostPriceError`&quot;
+              # - &quot;`autoPostUndeliverableShippingAddress`&quot;
+              # - &quot;`couponAbuse`&quot;
+              # - &quot;`courtesyAdjustment`&quot;
+              # - &quot;`customerCanceled`&quot;
+              # - &quot;`customerDiscretionaryReturn`&quot;
+              # - &quot;`customerInitiatedMerchantCancel`&quot;
+              # - &quot;`customerSupportRequested`&quot;
+              # - &quot;`deliveredLateByCarrier`&quot;
+              # - &quot;`deliveredTooLate`&quot;
+              # - &quot;`expiredItem`&quot;
+              # - &quot;`failToPushOrderGoogleError`&quot;
+              # - &quot;`failToPushOrderMerchantError`&quot;
+              # - &quot;`failToPushOrderMerchantFulfillmentError`&quot;
+              # - &quot;`failToPushOrderToMerchant`&quot;
+              # - &quot;`failToPushOrderToMerchantOutOfStock`&quot;
+              # - &quot;`feeAdjustment`&quot;
+              # - &quot;`invalidCoupon`&quot;
+              # - &quot;`lateShipmentCredit`&quot;
+              # - &quot;`malformedShippingAddress`&quot;
+              # - &quot;`merchantDidNotShipOnTime`&quot;
+              # - &quot;`noInventory`&quot;
+              # - &quot;`orderTimeout`&quot;
+              # - &quot;`other`&quot;
+              # - &quot;`paymentAbuse`&quot;
+              # - &quot;`paymentDeclined`&quot;
+              # - &quot;`priceAdjustment`&quot;
+              # - &quot;`priceError`&quot;
+              # - &quot;`productArrivedDamaged`&quot;
+              # - &quot;`productNotAsDescribed`&quot;
+              # - &quot;`promoReallocation`&quot;
+              # - &quot;`qualityNotAsExpected`&quot;
+              # - &quot;`returnRefundAbuse`&quot;
+              # - &quot;`shippingCostAdjustment`&quot;
+              # - &quot;`shippingPriceError`&quot;
+              # - &quot;`taxAdjustment`&quot;
+              # - &quot;`taxError`&quot;
+              # - &quot;`undeliverableShippingAddress`&quot;
+              # - &quot;`unsupportedPoBoxAddress`&quot;
+              # - &quot;`wrongProductShipped`&quot;
+          &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+        },
+      ],
+      &quot;shipments&quot;: [ # Shipments of the order.
+        {
+          &quot;carrier&quot;: &quot;A String&quot;, # The carrier handling the shipment.
               #
               # For supported carriers, Google includes the carrier name and tracking URL in emails to customers. For select supported carriers, Google also automatically updates the shipment status based on the provided shipment ID. Note: You can also use unsupported carriers, but emails to customers will not include the carrier name or tracking URL, and there will be no automatic order status updates.
               # Supported carriers for US are:
-              # - "`ups`" (United Parcel Service) automatic status updates
-              # - "`usps`" (United States Postal Service) automatic status updates
-              # - "`fedex`" (FedEx) automatic status updates
-              # - "`dhl`" (DHL eCommerce) automatic status updates (US only)
-              # - "`ontrac`" (OnTrac) automatic status updates
-              # - "`dhl express`" (DHL Express)
-              # - "`deliv`" (Deliv)
-              # - "`dynamex`" (TForce)
-              # - "`lasership`" (LaserShip)
-              # - "`mpx`" (Military Parcel Xpress)
-              # - "`uds`" (United Delivery Service)
-              # - "`efw`" (Estes Forwarding Worldwide)
-              # - "`jd logistics`" (JD Logistics)
-              # - "`yunexpress`" (YunExpress)
-              # - "`china post`" (China Post)
-              # - "`china ems`" (China Post Express Mail Service)
-              # - "`singapore post`" (Singapore Post)
-              # - "`pos malaysia`" (Pos Malaysia)
-              # - "`postnl`" (PostNL)
-              # - "`ptt`" (PTT Turkish Post)
-              # - "`eub`" (ePacket)
-              # - "`chukou1`" (Chukou1 Logistics)
+              # - &quot;`ups`&quot; (United Parcel Service) automatic status updates
+              # - &quot;`usps`&quot; (United States Postal Service) automatic status updates
+              # - &quot;`fedex`&quot; (FedEx) automatic status updates
+              # - &quot;`dhl`&quot; (DHL eCommerce) automatic status updates (US only)
+              # - &quot;`ontrac`&quot; (OnTrac) automatic status updates
+              # - &quot;`dhl express`&quot; (DHL Express)
+              # - &quot;`deliv`&quot; (Deliv)
+              # - &quot;`dynamex`&quot; (TForce)
+              # - &quot;`lasership`&quot; (LaserShip)
+              # - &quot;`mpx`&quot; (Military Parcel Xpress)
+              # - &quot;`uds`&quot; (United Delivery Service)
+              # - &quot;`efw`&quot; (Estes Forwarding Worldwide)
+              # - &quot;`jd logistics`&quot; (JD Logistics)
+              # - &quot;`yunexpress`&quot; (YunExpress)
+              # - &quot;`china post`&quot; (China Post)
+              # - &quot;`china ems`&quot; (China Post Express Mail Service)
+              # - &quot;`singapore post`&quot; (Singapore Post)
+              # - &quot;`pos malaysia`&quot; (Pos Malaysia)
+              # - &quot;`postnl`&quot; (PostNL)
+              # - &quot;`ptt`&quot; (PTT Turkish Post)
+              # - &quot;`eub`&quot; (ePacket)
+              # - &quot;`chukou1`&quot; (Chukou1 Logistics)
               # Supported carriers for FR are:
-              # - "`la poste`" (La Poste) automatic status updates
-              # - "`colissimo`" (Colissimo by La Poste) automatic status updates
-              # - "`ups`" (United Parcel Service) automatic status updates
-              # - "`chronopost`" (Chronopost by La Poste)
-              # - "`gls`" (General Logistics Systems France)
-              # - "`dpd`" (DPD Group by GeoPost)
-              # - "`bpost`" (Belgian Post Group)
-              # - "`colis prive`" (Colis Privé)
-              # - "`boxtal`" (Boxtal)
-              # - "`geodis`" (GEODIS)
-              # - "`tnt`" (TNT)
-              # - "`db schenker`" (DB Schenker)
-              # - "`aramex`" (Aramex)
-          "trackingId": "A String", # The tracking ID for the shipment.
-          "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
-          "lineItems": [ # The line items that are shipped.
+              # - &quot;`la poste`&quot; (La Poste) automatic status updates
+              # - &quot;`colissimo`&quot; (Colissimo by La Poste) automatic status updates
+              # - &quot;`ups`&quot; (United Parcel Service) automatic status updates
+              # - &quot;`chronopost`&quot; (Chronopost by La Poste)
+              # - &quot;`gls`&quot; (General Logistics Systems France)
+              # - &quot;`dpd`&quot; (DPD Group by GeoPost)
+              # - &quot;`bpost`&quot; (Belgian Post Group)
+              # - &quot;`colis prive`&quot; (Colis Privé)
+              # - &quot;`boxtal`&quot; (Boxtal)
+              # - &quot;`geodis`&quot; (GEODIS)
+              # - &quot;`tnt`&quot; (TNT)
+              # - &quot;`db schenker`&quot; (DB Schenker)
+              # - &quot;`aramex`&quot; (Aramex)
+          &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the shipment has been created, in ISO 8601 format.
+          &quot;deliveryDate&quot;: &quot;A String&quot;, # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
+          &quot;id&quot;: &quot;A String&quot;, # The ID of the shipment.
+          &quot;lineItems&quot;: [ # The line items that are shipped.
             {
-              "quantity": 42, # The quantity that is shipped.
-              "lineItemId": "A String", # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
-              "productId": "A String", # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+              &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
+              &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+              &quot;quantity&quot;: 42, # The quantity that is shipped.
             },
           ],
-          "id": "A String", # The ID of the shipment.
-        },
-      ],
-      "refunds": [ # Refunds for the order.
-        {
-          "amount": { # The amount that is refunded.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
-          "reason": "A String", # The reason for the refund.
+          &quot;shipmentGroupId&quot;: &quot;A String&quot;, # The shipment group ID of the shipment. This is set in shiplineitems request.
+          &quot;status&quot;: &quot;A String&quot;, # The status of the shipment.
               #
               # Acceptable values are:
-              # - "`adjustment`"
-              # - "`autoPostInternal`"
-              # - "`autoPostInvalidBillingAddress`"
-              # - "`autoPostNoInventory`"
-              # - "`autoPostPriceError`"
-              # - "`autoPostUndeliverableShippingAddress`"
-              # - "`couponAbuse`"
-              # - "`courtesyAdjustment`"
-              # - "`customerCanceled`"
-              # - "`customerDiscretionaryReturn`"
-              # - "`customerInitiatedMerchantCancel`"
-              # - "`customerSupportRequested`"
-              # - "`deliveredLateByCarrier`"
-              # - "`deliveredTooLate`"
-              # - "`expiredItem`"
-              # - "`failToPushOrderGoogleError`"
-              # - "`failToPushOrderMerchantError`"
-              # - "`failToPushOrderMerchantFulfillmentError`"
-              # - "`failToPushOrderToMerchant`"
-              # - "`failToPushOrderToMerchantOutOfStock`"
-              # - "`feeAdjustment`"
-              # - "`invalidCoupon`"
-              # - "`lateShipmentCredit`"
-              # - "`malformedShippingAddress`"
-              # - "`merchantDidNotShipOnTime`"
-              # - "`noInventory`"
-              # - "`orderTimeout`"
-              # - "`other`"
-              # - "`paymentAbuse`"
-              # - "`paymentDeclined`"
-              # - "`priceAdjustment`"
-              # - "`priceError`"
-              # - "`productArrivedDamaged`"
-              # - "`productNotAsDescribed`"
-              # - "`promoReallocation`"
-              # - "`qualityNotAsExpected`"
-              # - "`returnRefundAbuse`"
-              # - "`shippingCostAdjustment`"
-              # - "`shippingPriceError`"
-              # - "`taxAdjustment`"
-              # - "`taxError`"
-              # - "`undeliverableShippingAddress`"
-              # - "`unsupportedPoBoxAddress`"
-              # - "`wrongProductShipped`"
-          "actor": "A String", # The actor that created the refund.
-              #
-              # Acceptable values are:
-              # - "`customer`"
-              # - "`googleBot`"
-              # - "`googleCustomerService`"
-              # - "`googlePayments`"
-              # - "`googleSabre`"
-              # - "`merchant`"
-          "reasonText": "A String", # The explanation of the reason.
+              # - &quot;`delivered`&quot;
+              # - &quot;`readyForPickup`&quot;
+              # - &quot;`shipped`&quot;
+              # - &quot;`undeliverable`&quot;
+          &quot;trackingId&quot;: &quot;A String&quot;, # The tracking ID for the shipment.
         },
       ],
-      "taxCollector": "A String", # The party responsible for collecting and remitting taxes.
+      &quot;shippingCost&quot;: { # The total cost of shipping for all items.
+        &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;shippingCostTax&quot;: { # The tax for the total shipping cost.
+        &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;status&quot;: &quot;A String&quot;, # The status of the order.
           #
           # Acceptable values are:
-          # - "`marketplaceFacilitator`"
-          # - "`merchant`"
-      "acknowledged": True or False, # Whether the order was acknowledged.
-      "paymentStatus": "A String", # The status of the payment.
+          # - &quot;`canceled`&quot;
+          # - &quot;`delivered`&quot;
+          # - &quot;`inProgress`&quot;
+          # - &quot;`partiallyDelivered`&quot;
+          # - &quot;`partiallyReturned`&quot;
+          # - &quot;`partiallyShipped`&quot;
+          # - &quot;`pendingShipment`&quot;
+          # - &quot;`returned`&quot;
+          # - &quot;`shipped`&quot;
+      &quot;taxCollector&quot;: &quot;A String&quot;, # The party responsible for collecting and remitting taxes.
           #
           # Acceptable values are:
-          # - "`paymentCaptured`"
-          # - "`paymentRejected`"
-          # - "`paymentSecured`"
-          # - "`pendingAuthorization`"
-      "merchantId": "A String",
-      "merchantOrderId": "A String", # Merchant-provided ID of the order.
-      "status": "A String", # The status of the order.
-          #
-          # Acceptable values are:
-          # - "`canceled`"
-          # - "`delivered`"
-          # - "`inProgress`"
-          # - "`partiallyDelivered`"
-          # - "`partiallyReturned`"
-          # - "`partiallyShipped`"
-          # - "`pendingShipment`"
-          # - "`returned`"
-          # - "`shipped`"
-      "pickupDetails": { # Pickup details for shipments of type `pickup`.
-        "locationId": "A String", # ID of the pickup location.
-        "collectors": [ # Collectors authorized to pick up shipment from the pickup location.
-          {
-            "phoneNumber": "A String", # Phone number of the person picking up the shipment.
-            "name": "A String", # Name of the person picking up the shipment.
-          },
-        ],
-        "address": { # Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
-          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-          "country": "A String", # CLDR country code (e.g. "US").
-          "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-              # John Smith
-              # 1600 Amphitheatre Parkway
-              # Mountain View, CA, 94043
-              # United States
-            "A String",
-          ],
-          "streetAddress": [ # Street-level part of the address.
-            "A String",
-          ],
-          "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-          "recipientName": "A String", # Name of the recipient.
-          "isPostOfficeBox": True or False, # Whether the address is a post office box.
-          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-        },
-      },
-      "netTaxAmount": { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
-        "currency": "A String", # The currency of the price.
-        "value": "A String", # The price represented as a number.
-      },
-      "billingAddress": { # The billing address.
-        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-        "country": "A String", # CLDR country code (e.g. "US").
-        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-            # John Smith
-            # 1600 Amphitheatre Parkway
-            # Mountain View, CA, 94043
-            # United States
-          "A String",
-        ],
-        "streetAddress": [ # Street-level part of the address.
-          "A String",
-        ],
-        "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-        "recipientName": "A String", # Name of the recipient.
-        "isPostOfficeBox": True or False, # Whether the address is a post office box.
-        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-      },
-      "netPriceAmount": { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
-        "currency": "A String", # The currency of the price.
-        "value": "A String", # The price represented as a number.
-      },
-      "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
-      "lineItems": [ # Line items that are ordered.
-        {
-          "product": { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed.
-            "targetCountry": "A String", # The CLDR territory code of the target country of the product.
-            "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
-            "contentLanguage": "A String", # The two-letter ISO 639-1 language code for the item.
-            "title": "A String", # The title of the product.
-            "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
-            "variantAttributes": [ # Variant attributes for the item. These are dimensions of the product, such as color, gender, material, pattern, and size. You can find a comprehensive list of variant attributes here.
-              {
-                "dimension": "A String", # The dimension of the variant.
-                "value": "A String", # The value for the dimension.
-              },
-            ],
-            "brand": "A String", # Brand of the item.
-            "itemGroupId": "A String", # Shared identifier for all variants of the same product.
-            "offerId": "A String", # An identifier of the item.
-            "price": { # Price of the item.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-            "imageLink": "A String", # URL of an image of the item.
-            "gtin": "A String", # Global Trade Item Number (GTIN) of the item.
-            "fees": [ # Associated fees at order creation time.
-              {
-                "amount": { # Amount of the fee.
-                  "currency": "A String", # The currency of the price.
-                  "value": "A String", # The price represented as a number.
-                },
-                "name": "A String", # Name of the fee.
-              },
-            ],
-            "id": "A String", # The REST ID of the product.
-            "condition": "A String", # Condition or state of the item.
-                #
-                # Acceptable values are:
-                # - "`new`"
-                # - "`refurbished`"
-                # - "`used`"
-          },
-          "quantityPending": 42, # Number of items pending.
-          "quantityDelivered": 42, # Number of items delivered.
-          "returnInfo": { # Details of the return policy for the line item.
-            "policyUrl": "A String", # Required. URL of the item return policy.
-            "isReturnable": True or False, # Required. Whether the item is returnable.
-            "daysToReturn": 42, # Required. How many days later the item can be returned.
-          },
-          "quantityOrdered": 42, # Number of items ordered.
-          "price": { # Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "adjustments": [ # Price and tax adjustments applied on the line item.
-            {
-              "type": "A String", # Type of this adjustment.
-                  #
-                  # Acceptable values are:
-                  # - "`promotion`"
-              "priceAdjustment": { # Adjustment for total price of the line item.
-                "currency": "A String", # The currency of the price.
-                "value": "A String", # The price represented as a number.
-              },
-              "taxAdjustment": { # Adjustment for total tax of the line item.
-                "currency": "A String", # The currency of the price.
-                "value": "A String", # The price represented as a number.
-              },
-            },
-          ],
-          "tax": { # Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "cancellations": [ # Cancellations of the line item.
-            {
-              "reason": "A String", # The reason for the cancellation. Orders that are canceled with a noInventory reason will lead to the removal of the product from Shopping Actions until you make an update to that product. This will not affect your Shopping ads.
-                  #
-                  # Acceptable values are:
-                  # - "`autoPostInternal`"
-                  # - "`autoPostInvalidBillingAddress`"
-                  # - "`autoPostNoInventory`"
-                  # - "`autoPostPriceError`"
-                  # - "`autoPostUndeliverableShippingAddress`"
-                  # - "`couponAbuse`"
-                  # - "`customerCanceled`"
-                  # - "`customerInitiatedCancel`"
-                  # - "`customerSupportRequested`"
-                  # - "`failToPushOrderGoogleError`"
-                  # - "`failToPushOrderMerchantError`"
-                  # - "`failToPushOrderMerchantFulfillmentError`"
-                  # - "`failToPushOrderToMerchant`"
-                  # - "`failToPushOrderToMerchantOutOfStock`"
-                  # - "`invalidCoupon`"
-                  # - "`malformedShippingAddress`"
-                  # - "`merchantDidNotShipOnTime`"
-                  # - "`noInventory`"
-                  # - "`orderTimeout`"
-                  # - "`other`"
-                  # - "`paymentAbuse`"
-                  # - "`paymentDeclined`"
-                  # - "`priceError`"
-                  # - "`returnRefundAbuse`"
-                  # - "`shippingPriceError`"
-                  # - "`taxError`"
-                  # - "`undeliverableShippingAddress`"
-                  # - "`unsupportedPoBoxAddress`"
-              "creationDate": "A String", # Date on which the cancellation has been created, in ISO 8601 format.
-              "reasonText": "A String", # The explanation of the reason.
-              "actor": "A String", # The actor that created the cancellation.
-                  #
-                  # Acceptable values are:
-                  # - "`customer`"
-                  # - "`googleBot`"
-                  # - "`googleCustomerService`"
-                  # - "`googlePayments`"
-                  # - "`googleSabre`"
-                  # - "`merchant`"
-              "quantity": 42, # The quantity that was canceled.
-            },
-          ],
-          "quantityCanceled": 42, # Number of items canceled.
-          "annotations": [ # Annotations that are attached to the line item.
-            {
-              "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
-              "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
-            },
-          ],
-          "returns": [ # Returns of the line item.
-            {
-              "reason": "A String", # The reason for the return.
-                  #
-                  # Acceptable values are:
-                  # - "`customerDiscretionaryReturn`"
-                  # - "`customerInitiatedMerchantCancel`"
-                  # - "`deliveredTooLate`"
-                  # - "`expiredItem`"
-                  # - "`invalidCoupon`"
-                  # - "`malformedShippingAddress`"
-                  # - "`other`"
-                  # - "`productArrivedDamaged`"
-                  # - "`productNotAsDescribed`"
-                  # - "`qualityNotAsExpected`"
-                  # - "`undeliverableShippingAddress`"
-                  # - "`unsupportedPoBoxAddress`"
-                  # - "`wrongProductShipped`"
-              "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
-              "reasonText": "A String", # The explanation of the reason.
-              "actor": "A String", # The actor that created the refund.
-                  #
-                  # Acceptable values are:
-                  # - "`customer`"
-                  # - "`googleBot`"
-                  # - "`googleCustomerService`"
-                  # - "`googlePayments`"
-                  # - "`googleSabre`"
-                  # - "`merchant`"
-              "quantity": 42, # Quantity that is returned.
-            },
-          ],
-          "quantityShipped": 42, # Number of items shipped.
-          "quantityReadyForPickup": 42, # Number of items ready for pickup.
-          "quantityReturned": 42, # Number of items returned.
-          "quantityUndeliverable": 42, # Number of items undeliverable.
-          "id": "A String", # The ID of the line item.
-          "shippingDetails": { # Details of the requested shipping for the line item.
-            "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
-            "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
-                #
-                # Acceptable values are:
-                # - "`delivery`"
-                # - "`pickup`"
-            "method": { # Required. Details of the shipping method.
-              "minDaysInTransit": 42, # Required. Minimum transit time.
-              "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
-              "methodName": "A String", # Required. The name of the shipping method.
-              "maxDaysInTransit": 42, # Required. Maximum transit time.
-            },
-            "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
-          },
-        },
-      ],
-      "shippingCost": { # The total cost of shipping for all items.
-        "currency": "A String", # The currency of the price.
-        "value": "A String", # The price represented as a number.
-      },
-      "id": "A String", # The REST ID of the order. Globally unique.
-      "deliveryDetails": { # Delivery details for shipments of type `delivery`.
-        "phoneNumber": "A String", # The phone number of the person receiving the delivery.
-        "address": { # The delivery address
-          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-          "country": "A String", # CLDR country code (e.g. "US").
-          "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-              # John Smith
-              # 1600 Amphitheatre Parkway
-              # Mountain View, CA, 94043
-              # United States
-            "A String",
-          ],
-          "streetAddress": [ # Street-level part of the address.
-            "A String",
-          ],
-          "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-          "recipientName": "A String", # Name of the recipient.
-          "isPostOfficeBox": True or False, # Whether the address is a post office box.
-          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-        },
-      },
+          # - &quot;`marketplaceFacilitator`&quot;
+          # - &quot;`merchant`&quot;
     },
   }</pre>
 </div>
@@ -1591,171 +1591,171 @@
   An object of the form:
 
     {
-    "kind": "content#ordersGetTestOrderTemplateResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersGetTestOrderTemplateResponse".
-    "template": { # The requested test order template.
-      "promotions": [ # Promotions associated with the order.
+    &quot;kind&quot;: &quot;content#ordersGetTestOrderTemplateResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersGetTestOrderTemplateResponse&quot;.
+    &quot;template&quot;: { # The requested test order template.
+      &quot;enableOrderinvoices&quot;: True or False, # Whether the orderinvoices service should support this order.
+      &quot;kind&quot;: &quot;content#testOrder&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#testOrder`&quot;
+      &quot;lineItems&quot;: [ # Required. Line items that are ordered. At least one line item must be provided.
         {
-          "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
-          "title": "A String", # Required. The title of the promotion.
-          "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
-            "currency": "A String", # The currency of the price.
-            "value": "A String", # The price represented as a number.
-          },
-          "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
-          "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
-              #
-              # Acceptable values are:
-              # - "`buyMGetMoneyOff`"
-              # - "`buyMGetNMoneyOff`"
-              # - "`buyMGetNPercentOff`"
-              # - "`buyMGetPercentOff`"
-              # - "`freeGift`"
-              # - "`freeGiftWithItemId`"
-              # - "`freeGiftWithValue`"
-              # - "`freeShippingOvernight`"
-              # - "`freeShippingStandard`"
-              # - "`freeShippingTwoDay`"
-              # - "`moneyOff`"
-              # - "`percentOff`"
-              # - "`rewardPoints`"
-              # - "`salePrice`"
-          "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-          "appliedItems": [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
-            {
-              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-              "productId": "A String", # `orders.createtestorder`.
-            },
-          ],
-          "applicableItems": [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
-            {
-              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-              "productId": "A String", # `orders.createtestorder`.
-            },
-          ],
-          "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-          "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
-              #
-              # Acceptable values are:
-              # - "`product`"
-              # - "`shipping`"
-          "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
-              #
-              # Acceptable values are:
-              # - "`google`"
-              # - "`merchant`"
-        },
-      ],
-      "predefinedEmail": "A String", # Required. Email address of the customer.
-          #
-          # Acceptable values are:
-          # - "`pog.dwight.schrute@gmail.com`"
-          # - "`pog.jim.halpert@gmail.com`"
-          # - "`penpog.pam.beesly@gmail.comding`"
-      "kind": "content#testOrder", # Identifies what kind of resource this is. Value: the fixed string "`content#testOrder`"
-      "notificationMode": "A String", # Restricted. Do not use.
-      "predefinedDeliveryAddress": "A String", # Required. Identifier of one of the predefined delivery addresses for the delivery.
-          #
-          # Acceptable values are:
-          # - "`dwight`"
-          # - "`jim`"
-          # - "`pam`"
-      "shippingCost": { # Required. The price of shipping for all items. Shipping tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied. Note that shipping is not taxed in certain states.
-        "currency": "A String", # The currency of the price.
-        "value": "A String", # The price represented as a number.
-      },
-      "shippingOption": "A String", # Required. The requested shipping option.
-          #
-          # Acceptable values are:
-          # - "`economy`"
-          # - "`expedited`"
-          # - "`oneDay`"
-          # - "`sameDay`"
-          # - "`standard`"
-          # - "`twoDay`"
-      "enableOrderinvoices": True or False, # Whether the orderinvoices service should support this order.
-      "lineItems": [ # Required. Line items that are ordered. At least one line item must be provided.
-        {
-          "returnInfo": { # Required. Details of the return policy for the line item.
-            "policyUrl": "A String", # Required. URL of the item return policy.
-            "isReturnable": True or False, # Required. Whether the item is returnable.
-            "daysToReturn": 42, # Required. How many days later the item can be returned.
-          },
-          "product": { # Required. Product data from the time of the order placement.
-            "targetCountry": "A String", # Required. The CLDR territory code of the target country of the product.
-            "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
+          &quot;product&quot;: { # Required. Product data from the time of the order placement.
+            &quot;brand&quot;: &quot;A String&quot;, # Required. Brand of the item.
+            &quot;condition&quot;: &quot;A String&quot;, # Required. Condition or state of the item.
                 #
                 # Acceptable values are:
-                # - "`en`"
-                # - "`fr`"
-            "title": "A String", # Required. The title of the product.
-            "mpn": "A String", # Manufacturer Part Number (MPN) of the item. Optional.
-            "variantAttributes": [ # Variant attributes for the item. Optional.
+                # - &quot;`new`&quot;
+            &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
+                #
+                # Acceptable values are:
+                # - &quot;`en`&quot;
+                # - &quot;`fr`&quot;
+            &quot;fees&quot;: [ # Fees for the item. Optional.
               {
-                "dimension": "A String", # The dimension of the variant.
-                "value": "A String", # The value for the dimension.
-              },
-            ],
-            "brand": "A String", # Required. Brand of the item.
-            "itemGroupId": "A String", # Shared identifier for all variants of the same product. Optional.
-            "offerId": "A String", # Required. An identifier of the item.
-            "imageLink": "A String", # Required. URL of an image of the item.
-            "gtin": "A String", # Global Trade Item Number (GTIN) of the item. Optional.
-            "fees": [ # Fees for the item. Optional.
-              {
-                "amount": { # Amount of the fee.
-                  "currency": "A String", # The currency of the price.
-                  "value": "A String", # The price represented as a number.
+                &quot;amount&quot;: { # Amount of the fee.
+                  &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.
                 },
-                "name": "A String", # Name of the fee.
+                &quot;name&quot;: &quot;A String&quot;, # Name of the fee.
               },
             ],
-            "price": { # Required. The price for the product. Tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
+            &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item. Optional.
+            &quot;imageLink&quot;: &quot;A String&quot;, # Required. URL of an image of the item.
+            &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product. Optional.
+            &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item. Optional.
+            &quot;offerId&quot;: &quot;A String&quot;, # Required. An identifier of the item.
+            &quot;price&quot;: { # Required. The price for the product. Tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied.
+              &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.
             },
-            "condition": "A String", # Required. Condition or state of the item.
-                #
-                # Acceptable values are:
-                # - "`new`"
+            &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code of the target country of the product.
+            &quot;title&quot;: &quot;A String&quot;, # Required. The title of the product.
+            &quot;variantAttributes&quot;: [ # Variant attributes for the item. Optional.
+              {
+                &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the variant.
+                &quot;value&quot;: &quot;A String&quot;, # The value for the dimension.
+              },
+            ],
           },
-          "quantityOrdered": 42, # Required. Number of items ordered.
-          "shippingDetails": { # Required. Details of the requested shipping for the line item.
-            "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
-            "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
+          &quot;quantityOrdered&quot;: 42, # Required. Number of items ordered.
+          &quot;returnInfo&quot;: { # Required. Details of the return policy for the line item.
+            &quot;daysToReturn&quot;: 42, # Required. How many days later the item can be returned.
+            &quot;isReturnable&quot;: True or False, # Required. Whether the item is returnable.
+            &quot;policyUrl&quot;: &quot;A String&quot;, # Required. URL of the item return policy.
+          },
+          &quot;shippingDetails&quot;: { # Required. Details of the requested shipping for the line item.
+            &quot;deliverByDate&quot;: &quot;A String&quot;, # Required. The delivery by date, in ISO 8601 format.
+            &quot;method&quot;: { # Required. Details of the shipping method.
+              &quot;carrier&quot;: &quot;A String&quot;, # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
+              &quot;maxDaysInTransit&quot;: 42, # Required. Maximum transit time.
+              &quot;methodName&quot;: &quot;A String&quot;, # Required. The name of the shipping method.
+              &quot;minDaysInTransit&quot;: 42, # Required. Minimum transit time.
+            },
+            &quot;shipByDate&quot;: &quot;A String&quot;, # Required. The ship by date, in ISO 8601 format.
+            &quot;type&quot;: &quot;A String&quot;, # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
                 #
                 # Acceptable values are:
-                # - "`delivery`"
-                # - "`pickup`"
-            "method": { # Required. Details of the shipping method.
-              "minDaysInTransit": 42, # Required. Minimum transit time.
-              "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
-              "methodName": "A String", # Required. The name of the shipping method.
-              "maxDaysInTransit": 42, # Required. Maximum transit time.
-            },
-            "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
+                # - &quot;`delivery`&quot;
+                # - &quot;`pickup`&quot;
           },
         },
       ],
-      "predefinedBillingAddress": "A String", # Required. The billing address.
+      &quot;notificationMode&quot;: &quot;A String&quot;, # Restricted. Do not use.
+      &quot;predefinedBillingAddress&quot;: &quot;A String&quot;, # Required. The billing address.
           #
           # Acceptable values are:
-          # - "`dwight`"
-          # - "`jim`"
-          # - "`pam`"
-      "predefinedPickupDetails": "A String", # Identifier of one of the predefined pickup details. Required for orders containing line items with shipping type `pickup`.
+          # - &quot;`dwight`&quot;
+          # - &quot;`jim`&quot;
+          # - &quot;`pam`&quot;
+      &quot;predefinedDeliveryAddress&quot;: &quot;A String&quot;, # Required. Identifier of one of the predefined delivery addresses for the delivery.
           #
           # Acceptable values are:
-          # - "`dwight`"
-          # - "`jim`"
-          # - "`pam`"
+          # - &quot;`dwight`&quot;
+          # - &quot;`jim`&quot;
+          # - &quot;`pam`&quot;
+      &quot;predefinedEmail&quot;: &quot;A String&quot;, # Required. Email address of the customer.
+          #
+          # Acceptable values are:
+          # - &quot;`pog.dwight.schrute@gmail.com`&quot;
+          # - &quot;`pog.jim.halpert@gmail.com`&quot;
+          # - &quot;`penpog.pam.beesly@gmail.comding`&quot;
+      &quot;predefinedPickupDetails&quot;: &quot;A String&quot;, # Identifier of one of the predefined pickup details. Required for orders containing line items with shipping type `pickup`.
+          #
+          # Acceptable values are:
+          # - &quot;`dwight`&quot;
+          # - &quot;`jim`&quot;
+          # - &quot;`pam`&quot;
+      &quot;promotions&quot;: [ # Promotions associated with the order.
+        {
+          &quot;applicableItems&quot;: [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
+            {
+              &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+              &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+              &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+              &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
+            },
+          ],
+          &quot;appliedItems&quot;: [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
+            {
+              &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+              &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+              &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+              &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
+            },
+          ],
+          &quot;endTime&quot;: &quot;A String&quot;, # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+          &quot;funder&quot;: &quot;A String&quot;, # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
+              #
+              # Acceptable values are:
+              # - &quot;`google`&quot;
+              # - &quot;`merchant`&quot;
+          &quot;merchantPromotionId&quot;: &quot;A String&quot;, # Required. This field is used to identify promotions within merchants&#x27; own systems.
+          &quot;priceValue&quot;: { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
+            &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;shortTitle&quot;: &quot;A String&quot;, # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
+          &quot;startTime&quot;: &quot;A String&quot;, # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+          &quot;subtype&quot;: &quot;A String&quot;, # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
+              #
+              # Acceptable values are:
+              # - &quot;`buyMGetMoneyOff`&quot;
+              # - &quot;`buyMGetNMoneyOff`&quot;
+              # - &quot;`buyMGetNPercentOff`&quot;
+              # - &quot;`buyMGetPercentOff`&quot;
+              # - &quot;`freeGift`&quot;
+              # - &quot;`freeGiftWithItemId`&quot;
+              # - &quot;`freeGiftWithValue`&quot;
+              # - &quot;`freeShippingOvernight`&quot;
+              # - &quot;`freeShippingStandard`&quot;
+              # - &quot;`freeShippingTwoDay`&quot;
+              # - &quot;`moneyOff`&quot;
+              # - &quot;`percentOff`&quot;
+              # - &quot;`rewardPoints`&quot;
+              # - &quot;`salePrice`&quot;
+          &quot;taxValue&quot;: { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
+            &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;title&quot;: &quot;A String&quot;, # Required. The title of the promotion.
+          &quot;type&quot;: &quot;A String&quot;, # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+              #
+              # Acceptable values are:
+              # - &quot;`product`&quot;
+              # - &quot;`shipping`&quot;
+        },
+      ],
+      &quot;shippingCost&quot;: { # Required. The price of shipping for all items. Shipping tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied. Note that shipping is not taxed in certain states.
+        &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;shippingOption&quot;: &quot;A String&quot;, # Required. The requested shipping option.
+          #
+          # Acceptable values are:
+          # - &quot;`economy`&quot;
+          # - &quot;`expedited`&quot;
+          # - &quot;`oneDay`&quot;
+          # - &quot;`sameDay`&quot;
+          # - &quot;`standard`&quot;
+          # - &quot;`twoDay`&quot;
     },
   }</pre>
 </div>
@@ -1772,35 +1772,35 @@
     The object takes the form of:
 
 {
-    "priceAmount": { # The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. Required.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
+    &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item to return. Either lineItemId or productId is required.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;priceAmount&quot;: { # The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. Required.
+      &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.
     },
-    "taxAmount": { # The amount of tax to be refunded. Required.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
-    },
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
-    "reason": "A String", # The reason for the return.
+    &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.
+    &quot;quantity&quot;: 42, # The quantity to return and refund.
+    &quot;reason&quot;: &quot;A String&quot;, # The reason for the return.
         # 
         # Acceptable values are:
-        # - "`customerDiscretionaryReturn`"
-        # - "`customerInitiatedMerchantCancel`"
-        # - "`deliveredTooLate`"
-        # - "`expiredItem`"
-        # - "`invalidCoupon`"
-        # - "`malformedShippingAddress`"
-        # - "`other`"
-        # - "`productArrivedDamaged`"
-        # - "`productNotAsDescribed`"
-        # - "`qualityNotAsExpected`"
-        # - "`undeliverableShippingAddress`"
-        # - "`unsupportedPoBoxAddress`"
-        # - "`wrongProductShipped`"
-    "reasonText": "A String", # The explanation of the reason.
-    "lineItemId": "A String", # The ID of the line item to return. Either lineItemId or productId is required.
-    "quantity": 42, # The quantity to return and refund.
-    "productId": "A String", # The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.
+        # - &quot;`customerDiscretionaryReturn`&quot;
+        # - &quot;`customerInitiatedMerchantCancel`&quot;
+        # - &quot;`deliveredTooLate`&quot;
+        # - &quot;`expiredItem`&quot;
+        # - &quot;`invalidCoupon`&quot;
+        # - &quot;`malformedShippingAddress`&quot;
+        # - &quot;`other`&quot;
+        # - &quot;`productArrivedDamaged`&quot;
+        # - &quot;`productNotAsDescribed`&quot;
+        # - &quot;`qualityNotAsExpected`&quot;
+        # - &quot;`undeliverableShippingAddress`&quot;
+        # - &quot;`unsupportedPoBoxAddress`&quot;
+        # - &quot;`wrongProductShipped`&quot;
+    &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+    &quot;taxAmount&quot;: { # The amount of tax to be refunded. Required.
+      &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.
+    },
   }
 
 
@@ -1808,21 +1808,24 @@
   An object of the form:
 
     {
-    "kind": "content#ordersInStoreRefundLineItemResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersInStoreRefundLineItemResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersInStoreRefundLineItemResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersInStoreRefundLineItemResponse&quot;.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(merchantId, orderBy=None, pageToken=None, placedDateEnd=None, acknowledged=None, maxResults=None, placedDateStart=None, statuses=None)</code>
+    <code class="details" id="list">list(merchantId, acknowledged=None, maxResults=None, orderBy=None, pageToken=None, placedDateEnd=None, placedDateStart=None, statuses=None)</code>
   <pre>Lists the orders in your Merchant Center account.
 
 Args:
   merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
+  acknowledged: boolean, Obtains orders that match the acknowledgement status. When set to true, obtains orders that have been acknowledged. When false, obtains orders that have not been acknowledged.
+We recommend using this filter set to `false`, in conjunction with the `acknowledge` call, such that only un-acknowledged orders are returned.
+  maxResults: integer, The maximum number of orders to return in the response, used for paging. The default value is 25 orders per page, and the maximum allowed value is 250 orders per page.
   orderBy: string, Order results by placement date in descending or ascending order.
 
 Acceptable values are:
@@ -1830,9 +1833,6 @@
 - placedDateDesc
   pageToken: string, The token returned by the previous request.
   placedDateEnd: string, Obtains orders placed before this date (exclusively), in ISO 8601 format.
-  acknowledged: boolean, Obtains orders that match the acknowledgement status. When set to true, obtains orders that have been acknowledged. When false, obtains orders that have not been acknowledged.
-We recommend using this filter set to `false`, in conjunction with the `acknowledge` call, such that only un-acknowledged orders are returned.
-  maxResults: integer, The maximum number of orders to return in the response, used for paging. The default value is 25 orders per page, and the maximum allowed value is 250 orders per page.
   placedDateStart: string, Obtains orders placed after this date (inclusively), in ISO 8601 format.
   statuses: string, Obtains orders that match any of the specified statuses. Please note that `active` is a shortcut for `pendingShipment` and `partiallyShipped`, and `completed` is a shortcut for `shipped`, `partiallyDelivered`, `delivered`, `partiallyReturned`, `returned`, and `canceled`. (repeated)
     Allowed values
@@ -1852,28 +1852,295 @@
   An object of the form:
 
     {
-    "nextPageToken": "A String", # The token for the retrieval of the next page of orders.
-    "kind": "content#ordersListResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersListResponse".
-    "resources": [
+    &quot;kind&quot;: &quot;content#ordersListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersListResponse&quot;.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of orders.
+    &quot;resources&quot;: [
       { # Order. Production access (all methods) requires the order manager role. Sandbox access does not. (== resource_for v2.orders ==) (== resource_for v2.1.orders ==)
-        "customer": { # The details of the customer who placed the order.
-          "loyaltyInfo": { # Loyalty program information.
-            "loyaltyNumber": "A String", # The loyalty card/membership number.
-            "name": "A String", # Name of card/membership holder, this field will be populated when
+        &quot;acknowledged&quot;: True or False, # Whether the order was acknowledged.
+        &quot;billingAddress&quot;: { # The billing address.
+          &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+          &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+              # John Smith
+              # 1600 Amphitheatre Parkway
+              # Mountain View, CA, 94043
+              # United States
+            &quot;A String&quot;,
+          ],
+          &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+          &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+          &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+          &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+          &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+          &quot;streetAddress&quot;: [ # Street-level part of the address.
+            &quot;A String&quot;,
+          ],
+        },
+        &quot;customer&quot;: { # The details of the customer who placed the order.
+          &quot;fullName&quot;: &quot;A String&quot;, # Full name of the customer.
+          &quot;invoiceReceivingEmail&quot;: &quot;A String&quot;, # Email address for the merchant to send value-added tax or invoice documentation of the order. Only the last document sent is made available to the customer. For more information, see  About automated VAT invoicing for Shopping Actions.
+          &quot;loyaltyInfo&quot;: { # Loyalty program information.
+            &quot;loyaltyNumber&quot;: &quot;A String&quot;, # The loyalty card/membership number.
+            &quot;name&quot;: &quot;A String&quot;, # Name of card/membership holder, this field will be populated when
           },
-          "fullName": "A String", # Full name of the customer.
-          "marketingRightsInfo": { # Customer's marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
-            "explicitMarketingPreference": "A String", # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in.
+          &quot;marketingRightsInfo&quot;: { # Customer&#x27;s marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
+            &quot;explicitMarketingPreference&quot;: &quot;A String&quot;, # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in.
                 #
                 # Acceptable values are:
-                # - "`denied`"
-                # - "`granted`"
-            "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
-            "marketingEmailAddress": "A String", # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is 'granted'. This happens when retrieving an old order from the customer who deleted their account.
+                # - &quot;`denied`&quot;
+                # - &quot;`granted`&quot;
+            &quot;lastUpdatedTimestamp&quot;: &quot;A String&quot;, # Timestamp when last time marketing preference was updated. Could be empty, if user wasn&#x27;t offered a selection yet.
+            &quot;marketingEmailAddress&quot;: &quot;A String&quot;, # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is &#x27;granted&#x27;. This happens when retrieving an old order from the customer who deleted their account.
           },
-          "invoiceReceivingEmail": "A String", # Email address for the merchant to send value-added tax or invoice documentation of the order. Only the last document sent is made available to the customer. For more information, see  About automated VAT invoicing for Shopping Actions.
         },
-        "promotions": [ # Promotions associated with the order.
+        &quot;deliveryDetails&quot;: { # Delivery details for shipments of type `delivery`.
+          &quot;address&quot;: { # The delivery address
+            &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+            &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+                # John Smith
+                # 1600 Amphitheatre Parkway
+                # Mountain View, CA, 94043
+                # United States
+              &quot;A String&quot;,
+            ],
+            &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+            &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+            &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+            &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+            &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+            &quot;streetAddress&quot;: [ # Street-level part of the address.
+              &quot;A String&quot;,
+            ],
+          },
+          &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the person receiving the delivery.
+        },
+        &quot;id&quot;: &quot;A String&quot;, # The REST ID of the order. Globally unique.
+        &quot;kind&quot;: &quot;content#order&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#order`&quot;
+        &quot;lineItems&quot;: [ # Line items that are ordered.
+          {
+            &quot;adjustments&quot;: [ # Price and tax adjustments applied on the line item.
+              {
+                &quot;priceAdjustment&quot;: { # Adjustment for total price of the line 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;taxAdjustment&quot;: { # Adjustment for total tax of the line 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;type&quot;: &quot;A String&quot;, # Type of this adjustment.
+                    #
+                    # Acceptable values are:
+                    # - &quot;`promotion`&quot;
+              },
+            ],
+            &quot;annotations&quot;: [ # Annotations that are attached to the line item.
+              {
+                &quot;key&quot;: &quot;A String&quot;, # Key for additional merchant provided (as key-value pairs) annotation about the line item.
+                &quot;value&quot;: &quot;A String&quot;, # Value for additional merchant provided (as key-value pairs) annotation about the line item.
+              },
+            ],
+            &quot;cancellations&quot;: [ # Cancellations of the line item.
+              {
+                &quot;actor&quot;: &quot;A String&quot;, # The actor that created the cancellation.
+                    #
+                    # Acceptable values are:
+                    # - &quot;`customer`&quot;
+                    # - &quot;`googleBot`&quot;
+                    # - &quot;`googleCustomerService`&quot;
+                    # - &quot;`googlePayments`&quot;
+                    # - &quot;`googleSabre`&quot;
+                    # - &quot;`merchant`&quot;
+                &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the cancellation has been created, in ISO 8601 format.
+                &quot;quantity&quot;: 42, # The quantity that was canceled.
+                &quot;reason&quot;: &quot;A String&quot;, # The reason for the cancellation. Orders that are canceled with a noInventory reason will lead to the removal of the product from Shopping Actions until you make an update to that product. This will not affect your Shopping ads.
+                    #
+                    # Acceptable values are:
+                    # - &quot;`autoPostInternal`&quot;
+                    # - &quot;`autoPostInvalidBillingAddress`&quot;
+                    # - &quot;`autoPostNoInventory`&quot;
+                    # - &quot;`autoPostPriceError`&quot;
+                    # - &quot;`autoPostUndeliverableShippingAddress`&quot;
+                    # - &quot;`couponAbuse`&quot;
+                    # - &quot;`customerCanceled`&quot;
+                    # - &quot;`customerInitiatedCancel`&quot;
+                    # - &quot;`customerSupportRequested`&quot;
+                    # - &quot;`failToPushOrderGoogleError`&quot;
+                    # - &quot;`failToPushOrderMerchantError`&quot;
+                    # - &quot;`failToPushOrderMerchantFulfillmentError`&quot;
+                    # - &quot;`failToPushOrderToMerchant`&quot;
+                    # - &quot;`failToPushOrderToMerchantOutOfStock`&quot;
+                    # - &quot;`invalidCoupon`&quot;
+                    # - &quot;`malformedShippingAddress`&quot;
+                    # - &quot;`merchantDidNotShipOnTime`&quot;
+                    # - &quot;`noInventory`&quot;
+                    # - &quot;`orderTimeout`&quot;
+                    # - &quot;`other`&quot;
+                    # - &quot;`paymentAbuse`&quot;
+                    # - &quot;`paymentDeclined`&quot;
+                    # - &quot;`priceError`&quot;
+                    # - &quot;`returnRefundAbuse`&quot;
+                    # - &quot;`shippingPriceError`&quot;
+                    # - &quot;`taxError`&quot;
+                    # - &quot;`undeliverableShippingAddress`&quot;
+                    # - &quot;`unsupportedPoBoxAddress`&quot;
+                &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+              },
+            ],
+            &quot;id&quot;: &quot;A String&quot;, # The ID of the line item.
+            &quot;price&quot;: { # Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20.
+              &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;product&quot;: { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed.
+              &quot;brand&quot;: &quot;A String&quot;, # Brand of the item.
+              &quot;condition&quot;: &quot;A String&quot;, # Condition or state of the item.
+                  #
+                  # Acceptable values are:
+                  # - &quot;`new`&quot;
+                  # - &quot;`refurbished`&quot;
+                  # - &quot;`used`&quot;
+              &quot;contentLanguage&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language code for the item.
+              &quot;fees&quot;: [ # Associated fees at order creation time.
+                {
+                  &quot;amount&quot;: { # Amount of the fee.
+                    &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;name&quot;: &quot;A String&quot;, # Name of the fee.
+                },
+              ],
+              &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item.
+              &quot;id&quot;: &quot;A String&quot;, # The REST ID of the product.
+              &quot;imageLink&quot;: &quot;A String&quot;, # URL of an image of the item.
+              &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
+              &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
+              &quot;offerId&quot;: &quot;A String&quot;, # An identifier of the item.
+              &quot;price&quot;: { # 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;shownImage&quot;: &quot;A String&quot;, # URL to the cached image shown to the user when order was placed.
+              &quot;targetCountry&quot;: &quot;A String&quot;, # The CLDR territory code of the target country of the product.
+              &quot;title&quot;: &quot;A String&quot;, # The title of the product.
+              &quot;variantAttributes&quot;: [ # Variant attributes for the item. These are dimensions of the product, such as color, gender, material, pattern, and size. You can find a comprehensive list of variant attributes here.
+                {
+                  &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the variant.
+                  &quot;value&quot;: &quot;A String&quot;, # The value for the dimension.
+                },
+              ],
+            },
+            &quot;quantityCanceled&quot;: 42, # Number of items canceled.
+            &quot;quantityDelivered&quot;: 42, # Number of items delivered.
+            &quot;quantityOrdered&quot;: 42, # Number of items ordered.
+            &quot;quantityPending&quot;: 42, # Number of items pending.
+            &quot;quantityReadyForPickup&quot;: 42, # Number of items ready for pickup.
+            &quot;quantityReturned&quot;: 42, # Number of items returned.
+            &quot;quantityShipped&quot;: 42, # Number of items shipped.
+            &quot;quantityUndeliverable&quot;: 42, # Number of items undeliverable.
+            &quot;returnInfo&quot;: { # Details of the return policy for the line item.
+              &quot;daysToReturn&quot;: 42, # Required. How many days later the item can be returned.
+              &quot;isReturnable&quot;: True or False, # Required. Whether the item is returnable.
+              &quot;policyUrl&quot;: &quot;A String&quot;, # Required. URL of the item return policy.
+            },
+            &quot;returns&quot;: [ # Returns of the line item.
+              {
+                &quot;actor&quot;: &quot;A String&quot;, # The actor that created the refund.
+                    #
+                    # Acceptable values are:
+                    # - &quot;`customer`&quot;
+                    # - &quot;`googleBot`&quot;
+                    # - &quot;`googleCustomerService`&quot;
+                    # - &quot;`googlePayments`&quot;
+                    # - &quot;`googleSabre`&quot;
+                    # - &quot;`merchant`&quot;
+                &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
+                &quot;quantity&quot;: 42, # Quantity that is returned.
+                &quot;reason&quot;: &quot;A String&quot;, # The reason for the return.
+                    #
+                    # Acceptable values are:
+                    # - &quot;`customerDiscretionaryReturn`&quot;
+                    # - &quot;`customerInitiatedMerchantCancel`&quot;
+                    # - &quot;`deliveredTooLate`&quot;
+                    # - &quot;`expiredItem`&quot;
+                    # - &quot;`invalidCoupon`&quot;
+                    # - &quot;`malformedShippingAddress`&quot;
+                    # - &quot;`other`&quot;
+                    # - &quot;`productArrivedDamaged`&quot;
+                    # - &quot;`productNotAsDescribed`&quot;
+                    # - &quot;`qualityNotAsExpected`&quot;
+                    # - &quot;`undeliverableShippingAddress`&quot;
+                    # - &quot;`unsupportedPoBoxAddress`&quot;
+                    # - &quot;`wrongProductShipped`&quot;
+                &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+              },
+            ],
+            &quot;shippingDetails&quot;: { # Details of the requested shipping for the line item.
+              &quot;deliverByDate&quot;: &quot;A String&quot;, # Required. The delivery by date, in ISO 8601 format.
+              &quot;method&quot;: { # Required. Details of the shipping method.
+                &quot;carrier&quot;: &quot;A String&quot;, # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
+                &quot;maxDaysInTransit&quot;: 42, # Required. Maximum transit time.
+                &quot;methodName&quot;: &quot;A String&quot;, # Required. The name of the shipping method.
+                &quot;minDaysInTransit&quot;: 42, # Required. Minimum transit time.
+              },
+              &quot;shipByDate&quot;: &quot;A String&quot;, # Required. The ship by date, in ISO 8601 format.
+              &quot;type&quot;: &quot;A String&quot;, # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
+                  #
+                  # Acceptable values are:
+                  # - &quot;`delivery`&quot;
+                  # - &quot;`pickup`&quot;
+            },
+            &quot;tax&quot;: { # Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4.
+              &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;merchantId&quot;: &quot;A String&quot;,
+        &quot;merchantOrderId&quot;: &quot;A String&quot;, # Merchant-provided ID of the order.
+        &quot;netPriceAmount&quot;: { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
+          &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;netTaxAmount&quot;: { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
+          &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;paymentStatus&quot;: &quot;A String&quot;, # The status of the payment.
+            #
+            # Acceptable values are:
+            # - &quot;`paymentCaptured`&quot;
+            # - &quot;`paymentRejected`&quot;
+            # - &quot;`paymentSecured`&quot;
+            # - &quot;`pendingAuthorization`&quot;
+        &quot;pickupDetails&quot;: { # Pickup details for shipments of type `pickup`.
+          &quot;address&quot;: { # Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
+            &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;).
+            &quot;fullAddress&quot;: [ # Strings representing the lines of the printed label for mailing the order, for example:
+                # John Smith
+                # 1600 Amphitheatre Parkway
+                # Mountain View, CA, 94043
+                # United States
+              &quot;A String&quot;,
+            ],
+            &quot;isPostOfficeBox&quot;: True or False, # Whether the address is a post office box.
+            &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+            &quot;postalCode&quot;: &quot;A String&quot;, # Postal Code or ZIP (e.g. &quot;94043&quot;).
+            &quot;recipientName&quot;: &quot;A String&quot;, # Name of the recipient.
+            &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
+            &quot;streetAddress&quot;: [ # Street-level part of the address.
+              &quot;A String&quot;,
+            ],
+          },
+          &quot;collectors&quot;: [ # Collectors authorized to pick up shipment from the pickup location.
+            {
+              &quot;name&quot;: &quot;A String&quot;, # Name of the person picking up the shipment.
+              &quot;phoneNumber&quot;: &quot;A String&quot;, # Phone number of the person picking up the shipment.
+            },
+          ],
+          &quot;locationId&quot;: &quot;A String&quot;, # ID of the pickup location.
+        },
+        &quot;placedDate&quot;: &quot;A String&quot;, # The date when the order was placed, in ISO 8601 format.
+        &quot;promotions&quot;: [ # Promotions associated with the order.
             #
             # To determine which promotions apply to which products, check the `Promotions[].appliedItems[].lineItemId` field against the `LineItems[].id` field for each promotion. If a promotion is applied to more than 1 offerId, divide the discount value by the number of affected offers to determine how much discount to apply to each offerId.
             #
@@ -1885,485 +2152,218 @@
             #
             # More details about the program are here.
           {
-            "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
-            "title": "A String", # Required. The title of the promotion.
-            "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-            "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-            "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
-            "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
-                #
-                # Acceptable values are:
-                # - "`buyMGetMoneyOff`"
-                # - "`buyMGetNMoneyOff`"
-                # - "`buyMGetNPercentOff`"
-                # - "`buyMGetPercentOff`"
-                # - "`freeGift`"
-                # - "`freeGiftWithItemId`"
-                # - "`freeGiftWithValue`"
-                # - "`freeShippingOvernight`"
-                # - "`freeShippingStandard`"
-                # - "`freeShippingTwoDay`"
-                # - "`moneyOff`"
-                # - "`percentOff`"
-                # - "`rewardPoints`"
-                # - "`salePrice`"
-            "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-            "appliedItems": [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
+            &quot;applicableItems&quot;: [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
               {
-                "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-                "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-                "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-                "productId": "A String", # `orders.createtestorder`.
+                &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+                &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+                &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+                &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
               },
             ],
-            "applicableItems": [ # Items which this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity.
+            &quot;appliedItems&quot;: [ # Items which this promotion have been applied to. Do not provide for `orders.createtestorder`.
               {
-                "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
-                "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
-                "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
-                "productId": "A String", # `orders.createtestorder`.
+                &quot;lineItemId&quot;: &quot;A String&quot;, # The line item ID of a product. Do not provide for `orders.createtestorder`.
+                &quot;offerId&quot;: &quot;A String&quot;, # Required. Offer ID of a product. Only for `orders.createtestorder`.
+                &quot;productId&quot;: &quot;A String&quot;, # `orders.createtestorder`.
+                &quot;quantity&quot;: 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
               },
             ],
-            "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
-            "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+            &quot;endTime&quot;: &quot;A String&quot;, # Promotion end time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+            &quot;funder&quot;: &quot;A String&quot;, # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
                 #
                 # Acceptable values are:
-                # - "`product`"
-                # - "`shipping`"
-            "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`.
+                # - &quot;`google`&quot;
+                # - &quot;`merchant`&quot;
+            &quot;merchantPromotionId&quot;: &quot;A String&quot;, # Required. This field is used to identify promotions within merchants&#x27; own systems.
+            &quot;priceValue&quot;: { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
+              &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;shortTitle&quot;: &quot;A String&quot;, # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
+            &quot;startTime&quot;: &quot;A String&quot;, # Promotion start time in ISO 8601 format. Date, time, and offset required, e.g., &quot;2020-01-02T09:00:00+01:00&quot; or &quot;2020-01-02T09:00:00Z&quot;.
+            &quot;subtype&quot;: &quot;A String&quot;, # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`.
                 #
                 # Acceptable values are:
-                # - "`google`"
-                # - "`merchant`"
+                # - &quot;`buyMGetMoneyOff`&quot;
+                # - &quot;`buyMGetNMoneyOff`&quot;
+                # - &quot;`buyMGetNPercentOff`&quot;
+                # - &quot;`buyMGetPercentOff`&quot;
+                # - &quot;`freeGift`&quot;
+                # - &quot;`freeGiftWithItemId`&quot;
+                # - &quot;`freeGiftWithValue`&quot;
+                # - &quot;`freeShippingOvernight`&quot;
+                # - &quot;`freeShippingStandard`&quot;
+                # - &quot;`freeShippingTwoDay`&quot;
+                # - &quot;`moneyOff`&quot;
+                # - &quot;`percentOff`&quot;
+                # - &quot;`rewardPoints`&quot;
+                # - &quot;`salePrice`&quot;
+            &quot;taxValue&quot;: { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
+              &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;title&quot;: &quot;A String&quot;, # Required. The title of the promotion.
+            &quot;type&quot;: &quot;A String&quot;, # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`.
+                #
+                # Acceptable values are:
+                # - &quot;`product`&quot;
+                # - &quot;`shipping`&quot;
           },
         ],
-        "kind": "content#order", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
-        "shippingCostTax": { # The tax for the total shipping cost.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "shipments": [ # Shipments of the order.
+        &quot;refunds&quot;: [ # Refunds for the order.
           {
-            "status": "A String", # The status of the shipment.
+            &quot;actor&quot;: &quot;A String&quot;, # The actor that created the refund.
                 #
                 # Acceptable values are:
-                # - "`delivered`"
-                # - "`readyForPickup`"
-                # - "`shipped`"
-                # - "`undeliverable`"
-            "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
-            "shipmentGroupId": "A String", # The shipment group ID of the shipment. This is set in shiplineitems request.
-            "carrier": "A String", # The carrier handling the shipment.
+                # - &quot;`customer`&quot;
+                # - &quot;`googleBot`&quot;
+                # - &quot;`googleCustomerService`&quot;
+                # - &quot;`googlePayments`&quot;
+                # - &quot;`googleSabre`&quot;
+                # - &quot;`merchant`&quot;
+            &quot;amount&quot;: { # The amount that is refunded.
+              &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;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
+            &quot;reason&quot;: &quot;A String&quot;, # The reason for the refund.
+                #
+                # Acceptable values are:
+                # - &quot;`adjustment`&quot;
+                # - &quot;`autoPostInternal`&quot;
+                # - &quot;`autoPostInvalidBillingAddress`&quot;
+                # - &quot;`autoPostNoInventory`&quot;
+                # - &quot;`autoPostPriceError`&quot;
+                # - &quot;`autoPostUndeliverableShippingAddress`&quot;
+                # - &quot;`couponAbuse`&quot;
+                # - &quot;`courtesyAdjustment`&quot;
+                # - &quot;`customerCanceled`&quot;
+                # - &quot;`customerDiscretionaryReturn`&quot;
+                # - &quot;`customerInitiatedMerchantCancel`&quot;
+                # - &quot;`customerSupportRequested`&quot;
+                # - &quot;`deliveredLateByCarrier`&quot;
+                # - &quot;`deliveredTooLate`&quot;
+                # - &quot;`expiredItem`&quot;
+                # - &quot;`failToPushOrderGoogleError`&quot;
+                # - &quot;`failToPushOrderMerchantError`&quot;
+                # - &quot;`failToPushOrderMerchantFulfillmentError`&quot;
+                # - &quot;`failToPushOrderToMerchant`&quot;
+                # - &quot;`failToPushOrderToMerchantOutOfStock`&quot;
+                # - &quot;`feeAdjustment`&quot;
+                # - &quot;`invalidCoupon`&quot;
+                # - &quot;`lateShipmentCredit`&quot;
+                # - &quot;`malformedShippingAddress`&quot;
+                # - &quot;`merchantDidNotShipOnTime`&quot;
+                # - &quot;`noInventory`&quot;
+                # - &quot;`orderTimeout`&quot;
+                # - &quot;`other`&quot;
+                # - &quot;`paymentAbuse`&quot;
+                # - &quot;`paymentDeclined`&quot;
+                # - &quot;`priceAdjustment`&quot;
+                # - &quot;`priceError`&quot;
+                # - &quot;`productArrivedDamaged`&quot;
+                # - &quot;`productNotAsDescribed`&quot;
+                # - &quot;`promoReallocation`&quot;
+                # - &quot;`qualityNotAsExpected`&quot;
+                # - &quot;`returnRefundAbuse`&quot;
+                # - &quot;`shippingCostAdjustment`&quot;
+                # - &quot;`shippingPriceError`&quot;
+                # - &quot;`taxAdjustment`&quot;
+                # - &quot;`taxError`&quot;
+                # - &quot;`undeliverableShippingAddress`&quot;
+                # - &quot;`unsupportedPoBoxAddress`&quot;
+                # - &quot;`wrongProductShipped`&quot;
+            &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+          },
+        ],
+        &quot;shipments&quot;: [ # Shipments of the order.
+          {
+            &quot;carrier&quot;: &quot;A String&quot;, # The carrier handling the shipment.
                 #
                 # For supported carriers, Google includes the carrier name and tracking URL in emails to customers. For select supported carriers, Google also automatically updates the shipment status based on the provided shipment ID. Note: You can also use unsupported carriers, but emails to customers will not include the carrier name or tracking URL, and there will be no automatic order status updates.
                 # Supported carriers for US are:
-                # - "`ups`" (United Parcel Service) automatic status updates
-                # - "`usps`" (United States Postal Service) automatic status updates
-                # - "`fedex`" (FedEx) automatic status updates
-                # - "`dhl`" (DHL eCommerce) automatic status updates (US only)
-                # - "`ontrac`" (OnTrac) automatic status updates
-                # - "`dhl express`" (DHL Express)
-                # - "`deliv`" (Deliv)
-                # - "`dynamex`" (TForce)
-                # - "`lasership`" (LaserShip)
-                # - "`mpx`" (Military Parcel Xpress)
-                # - "`uds`" (United Delivery Service)
-                # - "`efw`" (Estes Forwarding Worldwide)
-                # - "`jd logistics`" (JD Logistics)
-                # - "`yunexpress`" (YunExpress)
-                # - "`china post`" (China Post)
-                # - "`china ems`" (China Post Express Mail Service)
-                # - "`singapore post`" (Singapore Post)
-                # - "`pos malaysia`" (Pos Malaysia)
-                # - "`postnl`" (PostNL)
-                # - "`ptt`" (PTT Turkish Post)
-                # - "`eub`" (ePacket)
-                # - "`chukou1`" (Chukou1 Logistics)
+                # - &quot;`ups`&quot; (United Parcel Service) automatic status updates
+                # - &quot;`usps`&quot; (United States Postal Service) automatic status updates
+                # - &quot;`fedex`&quot; (FedEx) automatic status updates
+                # - &quot;`dhl`&quot; (DHL eCommerce) automatic status updates (US only)
+                # - &quot;`ontrac`&quot; (OnTrac) automatic status updates
+                # - &quot;`dhl express`&quot; (DHL Express)
+                # - &quot;`deliv`&quot; (Deliv)
+                # - &quot;`dynamex`&quot; (TForce)
+                # - &quot;`lasership`&quot; (LaserShip)
+                # - &quot;`mpx`&quot; (Military Parcel Xpress)
+                # - &quot;`uds`&quot; (United Delivery Service)
+                # - &quot;`efw`&quot; (Estes Forwarding Worldwide)
+                # - &quot;`jd logistics`&quot; (JD Logistics)
+                # - &quot;`yunexpress`&quot; (YunExpress)
+                # - &quot;`china post`&quot; (China Post)
+                # - &quot;`china ems`&quot; (China Post Express Mail Service)
+                # - &quot;`singapore post`&quot; (Singapore Post)
+                # - &quot;`pos malaysia`&quot; (Pos Malaysia)
+                # - &quot;`postnl`&quot; (PostNL)
+                # - &quot;`ptt`&quot; (PTT Turkish Post)
+                # - &quot;`eub`&quot; (ePacket)
+                # - &quot;`chukou1`&quot; (Chukou1 Logistics)
                 # Supported carriers for FR are:
-                # - "`la poste`" (La Poste) automatic status updates
-                # - "`colissimo`" (Colissimo by La Poste) automatic status updates
-                # - "`ups`" (United Parcel Service) automatic status updates
-                # - "`chronopost`" (Chronopost by La Poste)
-                # - "`gls`" (General Logistics Systems France)
-                # - "`dpd`" (DPD Group by GeoPost)
-                # - "`bpost`" (Belgian Post Group)
-                # - "`colis prive`" (Colis Privé)
-                # - "`boxtal`" (Boxtal)
-                # - "`geodis`" (GEODIS)
-                # - "`tnt`" (TNT)
-                # - "`db schenker`" (DB Schenker)
-                # - "`aramex`" (Aramex)
-            "trackingId": "A String", # The tracking ID for the shipment.
-            "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
-            "lineItems": [ # The line items that are shipped.
+                # - &quot;`la poste`&quot; (La Poste) automatic status updates
+                # - &quot;`colissimo`&quot; (Colissimo by La Poste) automatic status updates
+                # - &quot;`ups`&quot; (United Parcel Service) automatic status updates
+                # - &quot;`chronopost`&quot; (Chronopost by La Poste)
+                # - &quot;`gls`&quot; (General Logistics Systems France)
+                # - &quot;`dpd`&quot; (DPD Group by GeoPost)
+                # - &quot;`bpost`&quot; (Belgian Post Group)
+                # - &quot;`colis prive`&quot; (Colis Privé)
+                # - &quot;`boxtal`&quot; (Boxtal)
+                # - &quot;`geodis`&quot; (GEODIS)
+                # - &quot;`tnt`&quot; (TNT)
+                # - &quot;`db schenker`&quot; (DB Schenker)
+                # - &quot;`aramex`&quot; (Aramex)
+            &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the shipment has been created, in ISO 8601 format.
+            &quot;deliveryDate&quot;: &quot;A String&quot;, # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
+            &quot;id&quot;: &quot;A String&quot;, # The ID of the shipment.
+            &quot;lineItems&quot;: [ # The line items that are shipped.
               {
-                "quantity": 42, # The quantity that is shipped.
-                "lineItemId": "A String", # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
-                "productId": "A String", # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+                &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
+                &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+                &quot;quantity&quot;: 42, # The quantity that is shipped.
               },
             ],
-            "id": "A String", # The ID of the shipment.
-          },
-        ],
-        "refunds": [ # Refunds for the order.
-          {
-            "amount": { # The amount that is refunded.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-            "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
-            "reason": "A String", # The reason for the refund.
+            &quot;shipmentGroupId&quot;: &quot;A String&quot;, # The shipment group ID of the shipment. This is set in shiplineitems request.
+            &quot;status&quot;: &quot;A String&quot;, # The status of the shipment.
                 #
                 # Acceptable values are:
-                # - "`adjustment`"
-                # - "`autoPostInternal`"
-                # - "`autoPostInvalidBillingAddress`"
-                # - "`autoPostNoInventory`"
-                # - "`autoPostPriceError`"
-                # - "`autoPostUndeliverableShippingAddress`"
-                # - "`couponAbuse`"
-                # - "`courtesyAdjustment`"
-                # - "`customerCanceled`"
-                # - "`customerDiscretionaryReturn`"
-                # - "`customerInitiatedMerchantCancel`"
-                # - "`customerSupportRequested`"
-                # - "`deliveredLateByCarrier`"
-                # - "`deliveredTooLate`"
-                # - "`expiredItem`"
-                # - "`failToPushOrderGoogleError`"
-                # - "`failToPushOrderMerchantError`"
-                # - "`failToPushOrderMerchantFulfillmentError`"
-                # - "`failToPushOrderToMerchant`"
-                # - "`failToPushOrderToMerchantOutOfStock`"
-                # - "`feeAdjustment`"
-                # - "`invalidCoupon`"
-                # - "`lateShipmentCredit`"
-                # - "`malformedShippingAddress`"
-                # - "`merchantDidNotShipOnTime`"
-                # - "`noInventory`"
-                # - "`orderTimeout`"
-                # - "`other`"
-                # - "`paymentAbuse`"
-                # - "`paymentDeclined`"
-                # - "`priceAdjustment`"
-                # - "`priceError`"
-                # - "`productArrivedDamaged`"
-                # - "`productNotAsDescribed`"
-                # - "`promoReallocation`"
-                # - "`qualityNotAsExpected`"
-                # - "`returnRefundAbuse`"
-                # - "`shippingCostAdjustment`"
-                # - "`shippingPriceError`"
-                # - "`taxAdjustment`"
-                # - "`taxError`"
-                # - "`undeliverableShippingAddress`"
-                # - "`unsupportedPoBoxAddress`"
-                # - "`wrongProductShipped`"
-            "actor": "A String", # The actor that created the refund.
-                #
-                # Acceptable values are:
-                # - "`customer`"
-                # - "`googleBot`"
-                # - "`googleCustomerService`"
-                # - "`googlePayments`"
-                # - "`googleSabre`"
-                # - "`merchant`"
-            "reasonText": "A String", # The explanation of the reason.
+                # - &quot;`delivered`&quot;
+                # - &quot;`readyForPickup`&quot;
+                # - &quot;`shipped`&quot;
+                # - &quot;`undeliverable`&quot;
+            &quot;trackingId&quot;: &quot;A String&quot;, # The tracking ID for the shipment.
           },
         ],
-        "taxCollector": "A String", # The party responsible for collecting and remitting taxes.
+        &quot;shippingCost&quot;: { # The total cost of shipping for all items.
+          &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;shippingCostTax&quot;: { # The tax for the total shipping cost.
+          &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;status&quot;: &quot;A String&quot;, # The status of the order.
             #
             # Acceptable values are:
-            # - "`marketplaceFacilitator`"
-            # - "`merchant`"
-        "acknowledged": True or False, # Whether the order was acknowledged.
-        "paymentStatus": "A String", # The status of the payment.
+            # - &quot;`canceled`&quot;
+            # - &quot;`delivered`&quot;
+            # - &quot;`inProgress`&quot;
+            # - &quot;`partiallyDelivered`&quot;
+            # - &quot;`partiallyReturned`&quot;
+            # - &quot;`partiallyShipped`&quot;
+            # - &quot;`pendingShipment`&quot;
+            # - &quot;`returned`&quot;
+            # - &quot;`shipped`&quot;
+        &quot;taxCollector&quot;: &quot;A String&quot;, # The party responsible for collecting and remitting taxes.
             #
             # Acceptable values are:
-            # - "`paymentCaptured`"
-            # - "`paymentRejected`"
-            # - "`paymentSecured`"
-            # - "`pendingAuthorization`"
-        "merchantId": "A String",
-        "merchantOrderId": "A String", # Merchant-provided ID of the order.
-        "status": "A String", # The status of the order.
-            #
-            # Acceptable values are:
-            # - "`canceled`"
-            # - "`delivered`"
-            # - "`inProgress`"
-            # - "`partiallyDelivered`"
-            # - "`partiallyReturned`"
-            # - "`partiallyShipped`"
-            # - "`pendingShipment`"
-            # - "`returned`"
-            # - "`shipped`"
-        "pickupDetails": { # Pickup details for shipments of type `pickup`.
-          "locationId": "A String", # ID of the pickup location.
-          "collectors": [ # Collectors authorized to pick up shipment from the pickup location.
-            {
-              "phoneNumber": "A String", # Phone number of the person picking up the shipment.
-              "name": "A String", # Name of the person picking up the shipment.
-            },
-          ],
-          "address": { # Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
-            "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-            "country": "A String", # CLDR country code (e.g. "US").
-            "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-                # John Smith
-                # 1600 Amphitheatre Parkway
-                # Mountain View, CA, 94043
-                # United States
-              "A String",
-            ],
-            "streetAddress": [ # Street-level part of the address.
-              "A String",
-            ],
-            "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-            "recipientName": "A String", # Name of the recipient.
-            "isPostOfficeBox": True or False, # Whether the address is a post office box.
-            "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-          },
-        },
-        "netTaxAmount": { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "billingAddress": { # The billing address.
-          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-          "country": "A String", # CLDR country code (e.g. "US").
-          "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-              # John Smith
-              # 1600 Amphitheatre Parkway
-              # Mountain View, CA, 94043
-              # United States
-            "A String",
-          ],
-          "streetAddress": [ # Street-level part of the address.
-            "A String",
-          ],
-          "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-          "recipientName": "A String", # Name of the recipient.
-          "isPostOfficeBox": True or False, # Whether the address is a post office box.
-          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-        },
-        "netPriceAmount": { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
-        "lineItems": [ # Line items that are ordered.
-          {
-            "product": { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed.
-              "targetCountry": "A String", # The CLDR territory code of the target country of the product.
-              "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
-              "contentLanguage": "A String", # The two-letter ISO 639-1 language code for the item.
-              "title": "A String", # The title of the product.
-              "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
-              "variantAttributes": [ # Variant attributes for the item. These are dimensions of the product, such as color, gender, material, pattern, and size. You can find a comprehensive list of variant attributes here.
-                {
-                  "dimension": "A String", # The dimension of the variant.
-                  "value": "A String", # The value for the dimension.
-                },
-              ],
-              "brand": "A String", # Brand of the item.
-              "itemGroupId": "A String", # Shared identifier for all variants of the same product.
-              "offerId": "A String", # An identifier of the item.
-              "price": { # Price of the item.
-                "currency": "A String", # The currency of the price.
-                "value": "A String", # The price represented as a number.
-              },
-              "imageLink": "A String", # URL of an image of the item.
-              "gtin": "A String", # Global Trade Item Number (GTIN) of the item.
-              "fees": [ # Associated fees at order creation time.
-                {
-                  "amount": { # Amount of the fee.
-                    "currency": "A String", # The currency of the price.
-                    "value": "A String", # The price represented as a number.
-                  },
-                  "name": "A String", # Name of the fee.
-                },
-              ],
-              "id": "A String", # The REST ID of the product.
-              "condition": "A String", # Condition or state of the item.
-                  #
-                  # Acceptable values are:
-                  # - "`new`"
-                  # - "`refurbished`"
-                  # - "`used`"
-            },
-            "quantityPending": 42, # Number of items pending.
-            "quantityDelivered": 42, # Number of items delivered.
-            "returnInfo": { # Details of the return policy for the line item.
-              "policyUrl": "A String", # Required. URL of the item return policy.
-              "isReturnable": True or False, # Required. Whether the item is returnable.
-              "daysToReturn": 42, # Required. How many days later the item can be returned.
-            },
-            "quantityOrdered": 42, # Number of items ordered.
-            "price": { # Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-            "adjustments": [ # Price and tax adjustments applied on the line item.
-              {
-                "type": "A String", # Type of this adjustment.
-                    #
-                    # Acceptable values are:
-                    # - "`promotion`"
-                "priceAdjustment": { # Adjustment for total price of the line item.
-                  "currency": "A String", # The currency of the price.
-                  "value": "A String", # The price represented as a number.
-                },
-                "taxAdjustment": { # Adjustment for total tax of the line item.
-                  "currency": "A String", # The currency of the price.
-                  "value": "A String", # The price represented as a number.
-                },
-              },
-            ],
-            "tax": { # Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4.
-              "currency": "A String", # The currency of the price.
-              "value": "A String", # The price represented as a number.
-            },
-            "cancellations": [ # Cancellations of the line item.
-              {
-                "reason": "A String", # The reason for the cancellation. Orders that are canceled with a noInventory reason will lead to the removal of the product from Shopping Actions until you make an update to that product. This will not affect your Shopping ads.
-                    #
-                    # Acceptable values are:
-                    # - "`autoPostInternal`"
-                    # - "`autoPostInvalidBillingAddress`"
-                    # - "`autoPostNoInventory`"
-                    # - "`autoPostPriceError`"
-                    # - "`autoPostUndeliverableShippingAddress`"
-                    # - "`couponAbuse`"
-                    # - "`customerCanceled`"
-                    # - "`customerInitiatedCancel`"
-                    # - "`customerSupportRequested`"
-                    # - "`failToPushOrderGoogleError`"
-                    # - "`failToPushOrderMerchantError`"
-                    # - "`failToPushOrderMerchantFulfillmentError`"
-                    # - "`failToPushOrderToMerchant`"
-                    # - "`failToPushOrderToMerchantOutOfStock`"
-                    # - "`invalidCoupon`"
-                    # - "`malformedShippingAddress`"
-                    # - "`merchantDidNotShipOnTime`"
-                    # - "`noInventory`"
-                    # - "`orderTimeout`"
-                    # - "`other`"
-                    # - "`paymentAbuse`"
-                    # - "`paymentDeclined`"
-                    # - "`priceError`"
-                    # - "`returnRefundAbuse`"
-                    # - "`shippingPriceError`"
-                    # - "`taxError`"
-                    # - "`undeliverableShippingAddress`"
-                    # - "`unsupportedPoBoxAddress`"
-                "creationDate": "A String", # Date on which the cancellation has been created, in ISO 8601 format.
-                "reasonText": "A String", # The explanation of the reason.
-                "actor": "A String", # The actor that created the cancellation.
-                    #
-                    # Acceptable values are:
-                    # - "`customer`"
-                    # - "`googleBot`"
-                    # - "`googleCustomerService`"
-                    # - "`googlePayments`"
-                    # - "`googleSabre`"
-                    # - "`merchant`"
-                "quantity": 42, # The quantity that was canceled.
-              },
-            ],
-            "quantityCanceled": 42, # Number of items canceled.
-            "annotations": [ # Annotations that are attached to the line item.
-              {
-                "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
-                "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
-              },
-            ],
-            "returns": [ # Returns of the line item.
-              {
-                "reason": "A String", # The reason for the return.
-                    #
-                    # Acceptable values are:
-                    # - "`customerDiscretionaryReturn`"
-                    # - "`customerInitiatedMerchantCancel`"
-                    # - "`deliveredTooLate`"
-                    # - "`expiredItem`"
-                    # - "`invalidCoupon`"
-                    # - "`malformedShippingAddress`"
-                    # - "`other`"
-                    # - "`productArrivedDamaged`"
-                    # - "`productNotAsDescribed`"
-                    # - "`qualityNotAsExpected`"
-                    # - "`undeliverableShippingAddress`"
-                    # - "`unsupportedPoBoxAddress`"
-                    # - "`wrongProductShipped`"
-                "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
-                "reasonText": "A String", # The explanation of the reason.
-                "actor": "A String", # The actor that created the refund.
-                    #
-                    # Acceptable values are:
-                    # - "`customer`"
-                    # - "`googleBot`"
-                    # - "`googleCustomerService`"
-                    # - "`googlePayments`"
-                    # - "`googleSabre`"
-                    # - "`merchant`"
-                "quantity": 42, # Quantity that is returned.
-              },
-            ],
-            "quantityShipped": 42, # Number of items shipped.
-            "quantityReadyForPickup": 42, # Number of items ready for pickup.
-            "quantityReturned": 42, # Number of items returned.
-            "quantityUndeliverable": 42, # Number of items undeliverable.
-            "id": "A String", # The ID of the line item.
-            "shippingDetails": { # Details of the requested shipping for the line item.
-              "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
-              "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment.
-                  #
-                  # Acceptable values are:
-                  # - "`delivery`"
-                  # - "`pickup`"
-              "method": { # Required. Details of the shipping method.
-                "minDaysInTransit": 42, # Required. Minimum transit time.
-                "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
-                "methodName": "A String", # Required. The name of the shipping method.
-                "maxDaysInTransit": 42, # Required. Maximum transit time.
-              },
-              "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
-            },
-          },
-        ],
-        "shippingCost": { # The total cost of shipping for all items.
-          "currency": "A String", # The currency of the price.
-          "value": "A String", # The price represented as a number.
-        },
-        "id": "A String", # The REST ID of the order. Globally unique.
-        "deliveryDetails": { # Delivery details for shipments of type `delivery`.
-          "phoneNumber": "A String", # The phone number of the person receiving the delivery.
-          "address": { # The delivery address
-            "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-            "country": "A String", # CLDR country code (e.g. "US").
-            "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example:
-                # John Smith
-                # 1600 Amphitheatre Parkway
-                # Mountain View, CA, 94043
-                # United States
-              "A String",
-            ],
-            "streetAddress": [ # Street-level part of the address.
-              "A String",
-            ],
-            "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
-            "recipientName": "A String", # Name of the recipient.
-            "isPostOfficeBox": True or False, # Whether the address is a post office box.
-            "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
-          },
-        },
+            # - &quot;`marketplaceFacilitator`&quot;
+            # - &quot;`merchant`&quot;
       },
     ],
   }</pre>
@@ -2378,7 +2378,7 @@
   previous_response: The response from the request for the previous page. (required)
 
 Returns:
-  A request object that you can call 'execute()' on to request the next
+  A request object that you can call &#x27;execute()&#x27; on to request the next
   page. Returns None if there are no more items in the collection.
     </pre>
 </div>
@@ -2394,19 +2394,19 @@
     The object takes the form of:
 
 {
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
-    "reason": "A String", # The reason for the return.
+    &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item to return. Either lineItemId or productId is required.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.
+    &quot;quantity&quot;: 42, # The quantity to return and refund.
+    &quot;reason&quot;: &quot;A String&quot;, # The reason for the return.
         # 
         # Acceptable values are:
-        # - "`damagedOrUsed`"
-        # - "`missingComponent`"
-        # - "`notEligible`"
-        # - "`other`"
-        # - "`outOfReturnWindow`"
-    "reasonText": "A String", # The explanation of the reason.
-    "lineItemId": "A String", # The ID of the line item to return. Either lineItemId or productId is required.
-    "productId": "A String", # The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.
-    "quantity": 42, # The quantity to return and refund.
+        # - &quot;`damagedOrUsed`&quot;
+        # - &quot;`missingComponent`&quot;
+        # - &quot;`notEligible`&quot;
+        # - &quot;`other`&quot;
+        # - &quot;`outOfReturnWindow`&quot;
+    &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
   }
 
 
@@ -2414,12 +2414,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersRejectReturnLineItemResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersRejectReturnLineItemResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersRejectReturnLineItemResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersRejectReturnLineItemResponse&quot;.
   }</pre>
 </div>
 
@@ -2434,35 +2434,35 @@
     The object takes the form of:
 
 {
-    "priceAmount": { # The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. If omitted, refundless return is assumed.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
+    &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item to return. Either lineItemId or productId is required.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;priceAmount&quot;: { # The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. If omitted, refundless return is assumed.
+      &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.
     },
-    "taxAmount": { # The amount of tax to be refunded. Optional, but if filled, then priceAmount must be set. Calculated automatically if not provided.
-      "currency": "A String", # The currency of the price.
-      "value": "A String", # The price represented as a number.
-    },
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
-    "reason": "A String", # The reason for the return.
+    &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.
+    &quot;quantity&quot;: 42, # The quantity to return and refund.
+    &quot;reason&quot;: &quot;A String&quot;, # The reason for the return.
         # 
         # Acceptable values are:
-        # - "`customerDiscretionaryReturn`"
-        # - "`customerInitiatedMerchantCancel`"
-        # - "`deliveredTooLate`"
-        # - "`expiredItem`"
-        # - "`invalidCoupon`"
-        # - "`malformedShippingAddress`"
-        # - "`other`"
-        # - "`productArrivedDamaged`"
-        # - "`productNotAsDescribed`"
-        # - "`qualityNotAsExpected`"
-        # - "`undeliverableShippingAddress`"
-        # - "`unsupportedPoBoxAddress`"
-        # - "`wrongProductShipped`"
-    "reasonText": "A String", # The explanation of the reason.
-    "lineItemId": "A String", # The ID of the line item to return. Either lineItemId or productId is required.
-    "quantity": 42, # The quantity to return and refund.
-    "productId": "A String", # The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.
+        # - &quot;`customerDiscretionaryReturn`&quot;
+        # - &quot;`customerInitiatedMerchantCancel`&quot;
+        # - &quot;`deliveredTooLate`&quot;
+        # - &quot;`expiredItem`&quot;
+        # - &quot;`invalidCoupon`&quot;
+        # - &quot;`malformedShippingAddress`&quot;
+        # - &quot;`other`&quot;
+        # - &quot;`productArrivedDamaged`&quot;
+        # - &quot;`productNotAsDescribed`&quot;
+        # - &quot;`qualityNotAsExpected`&quot;
+        # - &quot;`undeliverableShippingAddress`&quot;
+        # - &quot;`unsupportedPoBoxAddress`&quot;
+        # - &quot;`wrongProductShipped`&quot;
+    &quot;reasonText&quot;: &quot;A String&quot;, # The explanation of the reason.
+    &quot;taxAmount&quot;: { # The amount of tax to be refunded. Optional, but if filled, then priceAmount must be set. Calculated automatically if not provided.
+      &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.
+    },
   }
 
 
@@ -2470,12 +2470,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersReturnRefundLineItemResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersReturnRefundLineItemResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersReturnRefundLineItemResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersReturnRefundLineItemResponse&quot;.
   }</pre>
 </div>
 
@@ -2490,15 +2490,15 @@
     The object takes the form of:
 
 {
-    "productId": "A String", # The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.
-    "annotations": [
+    &quot;annotations&quot;: [
       {
-        "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
-        "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
+        &quot;key&quot;: &quot;A String&quot;, # Key for additional merchant provided (as key-value pairs) annotation about the line item.
+        &quot;value&quot;: &quot;A String&quot;, # Value for additional merchant provided (as key-value pairs) annotation about the line item.
       },
     ],
-    "lineItemId": "A String", # The ID of the line item to set metadata. Either lineItemId or productId is required.
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
+    &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item to set metadata. Either lineItemId or productId is required.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.
   }
 
 
@@ -2506,12 +2506,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersSetLineItemMetadataResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersSetLineItemMetadataResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersSetLineItemMetadataResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersSetLineItemMetadataResponse&quot;.
   }</pre>
 </div>
 
@@ -2526,22 +2526,22 @@
     The object takes the form of:
 
 {
-    "lineItems": [ # Line items to ship.
+    &quot;lineItems&quot;: [ # Line items to ship.
       {
-        "quantity": 42, # The quantity that is shipped.
-        "lineItemId": "A String", # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
-        "productId": "A String", # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+        &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item that is shipped. This value is assigned by Google when an order is created. Either lineItemId or productId is required.
+        &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to ship. This is the REST ID used in the products service. Either lineItemId or productId is required.
+        &quot;quantity&quot;: 42, # The quantity that is shipped.
       },
     ],
-    "shipmentInfos": [ # Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;shipmentGroupId&quot;: &quot;A String&quot;, # ID of the shipment group. Required for orders that use the orderinvoices service.
+    &quot;shipmentInfos&quot;: [ # Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).
       {
-        "carrier": "A String", # The carrier handling the shipment. See `shipments[].carrier` in the  Orders resource representation for a list of acceptable values.
-        "trackingId": "A String", # The tracking ID for the shipment.
-        "shipmentId": "A String", # Required. The ID of the shipment. This is assigned by the merchant and is unique to each shipment.
+        &quot;carrier&quot;: &quot;A String&quot;, # The carrier handling the shipment. See `shipments[].carrier` in the  Orders resource representation for a list of acceptable values.
+        &quot;shipmentId&quot;: &quot;A String&quot;, # Required. The ID of the shipment. This is assigned by the merchant and is unique to each shipment.
+        &quot;trackingId&quot;: &quot;A String&quot;, # The tracking ID for the shipment.
       },
     ],
-    "shipmentGroupId": "A String", # ID of the shipment group. Required for orders that use the orderinvoices service.
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
   }
 
 
@@ -2549,12 +2549,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersShipLineItemsResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersShipLineItemsResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersShipLineItemsResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersShipLineItemsResponse&quot;.
   }</pre>
 </div>
 
@@ -2569,15 +2569,15 @@
     The object takes the form of:
 
 {
-    "deliverByDate": "A String", # Updated delivery by date, in ISO 8601 format. If not specified only ship by date is updated.
+    &quot;deliverByDate&quot;: &quot;A String&quot;, # Updated delivery by date, in ISO 8601 format. If not specified only ship by date is updated.
         # 
         # Provided date should be within 1 year timeframe and can not be a date in the past.
-    "shipByDate": "A String", # Updated ship by date, in ISO 8601 format. If not specified only deliver by date is updated.
+    &quot;lineItemId&quot;: &quot;A String&quot;, # The ID of the line item to set metadata. Either lineItemId or productId is required.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;productId&quot;: &quot;A String&quot;, # The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.
+    &quot;shipByDate&quot;: &quot;A String&quot;, # Updated ship by date, in ISO 8601 format. If not specified only deliver by date is updated.
         # 
         # Provided date should be within 1 year timeframe and can not be a date in the past.
-    "productId": "A String", # The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.
-    "lineItemId": "A String", # The ID of the line item to set metadata. Either lineItemId or productId is required.
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
   }
 
 
@@ -2585,12 +2585,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersUpdateLineItemShippingDetailsResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersUpdateLineItemShippingDetailsResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersUpdateLineItemShippingDetailsResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersUpdateLineItemShippingDetailsResponse&quot;.
   }</pre>
 </div>
 
@@ -2605,8 +2605,8 @@
     The object takes the form of:
 
 {
-    "merchantOrderId": "A String", # The merchant order id to be assigned to the order. Must be unique per merchant.
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
+    &quot;merchantOrderId&quot;: &quot;A String&quot;, # The merchant order id to be assigned to the order. Must be unique per merchant.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
   }
 
 
@@ -2614,18 +2614,18 @@
   An object of the form:
 
     {
-    "kind": "content#ordersUpdateMerchantOrderIdResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersUpdateMerchantOrderIdResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersUpdateMerchantOrderIdResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersUpdateMerchantOrderIdResponse&quot;.
   }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="updateshipment">updateshipment(merchantId, orderId, body=None)</code>
-  <pre>Updates a shipment's status, carrier, and/or tracking ID.
+  <pre>Updates a shipment&#x27;s status, carrier, and/or tracking ID.
 
 Args:
   merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
@@ -2634,16 +2634,16 @@
     The object takes the form of:
 
 {
-    "status": "A String", # New status for the shipment. Not updated if missing.
+    &quot;carrier&quot;: &quot;A String&quot;, # The carrier handling the shipment. Not updated if missing. See `shipments[].carrier` in the  Orders resource representation for a list of acceptable values.
+    &quot;deliveryDate&quot;: &quot;A String&quot;, # Date on which the shipment has been delivered, in ISO 8601 format. Optional and can be provided only if `status` is `delivered`.
+    &quot;operationId&quot;: &quot;A String&quot;, # The ID of the operation. Unique across all operations for a given order.
+    &quot;shipmentId&quot;: &quot;A String&quot;, # The ID of the shipment.
+    &quot;status&quot;: &quot;A String&quot;, # New status for the shipment. Not updated if missing.
         # 
         # Acceptable values are:
-        # - "`delivered`"
-        # - "`undeliverable`"
-    "carrier": "A String", # The carrier handling the shipment. Not updated if missing. See `shipments[].carrier` in the  Orders resource representation for a list of acceptable values.
-    "trackingId": "A String", # The tracking ID for the shipment. Not updated if missing.
-    "shipmentId": "A String", # The ID of the shipment.
-    "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Optional and can be provided only if `status` is `delivered`.
-    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
+        # - &quot;`delivered`&quot;
+        # - &quot;`undeliverable`&quot;
+    &quot;trackingId&quot;: &quot;A String&quot;, # The tracking ID for the shipment. Not updated if missing.
   }
 
 
@@ -2651,12 +2651,12 @@
   An object of the form:
 
     {
-    "kind": "content#ordersUpdateShipmentResponse", # Identifies what kind of resource this is. Value: the fixed string "content#ordersUpdateShipmentResponse".
-    "executionStatus": "A String", # The status of the execution.
+    &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution.
         #
         # Acceptable values are:
-        # - "`duplicate`"
-        # - "`executed`"
+        # - &quot;`duplicate`&quot;
+        # - &quot;`executed`&quot;
+    &quot;kind&quot;: &quot;content#ordersUpdateShipmentResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#ordersUpdateShipmentResponse&quot;.
   }</pre>
 </div>