Content API for Shopping . orders

Instance Methods

acknowledge(merchantId, orderId, body=None, x__xgafv=None)

Marks an order as acknowledged.

advancetestorder(merchantId, orderId, x__xgafv=None)

Sandbox only. Moves a test order from state "`inProgress`" to state "`pendingShipment`".

cancel(merchantId, orderId, body=None, x__xgafv=None)

Cancels all line items in an order, making a full refund.

cancellineitem(merchantId, orderId, body=None, x__xgafv=None)

Cancels a line item, making a full refund.

canceltestorderbycustomer(merchantId, orderId, body=None, x__xgafv=None)

Sandbox only. Cancels a test order for customer-initiated cancellation.

close()

Close httplib2 connections.

createtestorder(merchantId, body=None, x__xgafv=None)

Sandbox only. Creates a test order.

createtestreturn(merchantId, orderId, body=None, x__xgafv=None)

Sandbox only. Creates a test return.

custombatch(body=None, x__xgafv=None)

Retrieves or modifies multiple orders in a single request.

get(merchantId, orderId, x__xgafv=None)

Retrieves an order from your Merchant Center account.

getbymerchantorderid(merchantId, merchantOrderId, x__xgafv=None)

Retrieves an order using merchant order ID.

gettestordertemplate(merchantId, templateName, country=None, x__xgafv=None)

Sandbox only. Retrieves an order template that can be used to quickly create a new order in sandbox.

instorerefundlineitem(merchantId, orderId, body=None, x__xgafv=None)

Deprecated. Notifies that item return and refund was handled directly by merchant outside of Google payments processing (e.g. cash refund done in store). Note: We recommend calling the returnrefundlineitem method to refund in-store returns. We will issue the refund directly to the customer. This helps to prevent possible differences arising between merchant and Google transaction records. We also recommend having the point of sale system communicate with Google to ensure that customers do not receive a double refund by first refunding via Google then via an in-store return.

list(merchantId, orderBy=None, acknowledged=None, placedDateEnd=None, pageToken=None, statuses=None, maxResults=None, placedDateStart=None, x__xgafv=None)

Lists the orders in your Merchant Center account.

list_next(previous_request, previous_response)

Retrieves the next page of results.

refund(merchantId, orderId, body=None, x__xgafv=None)

Deprecated, please use returnRefundLineItem instead.

rejectreturnlineitem(merchantId, orderId, body=None, x__xgafv=None)

Rejects return on an line item.

returnlineitem(merchantId, orderId, body=None, x__xgafv=None)

Returns a line item.

returnrefundlineitem(merchantId, orderId, body=None, x__xgafv=None)

Returns and refunds a line item. Note that this method can only be called on fully shipped orders. Please also note that the Orderreturns API is the preferred way to handle returns after you receive a return from a customer. You can use Orderreturns.list or Orderreturns.get to search for the return, and then use Orderreturns.processreturn to issue the refund. If the return cannot be found, then we recommend using this API to issue a refund.

setlineitemmetadata(merchantId, orderId, body=None, x__xgafv=None)

Sets (or overrides if it already exists) merchant provided annotations in the form of key-value pairs. A common use case would be to supply us with additional structured information about a line item that cannot be provided via other methods. Submitted key-value pairs can be retrieved as part of the orders resource.

shiplineitems(merchantId, orderId, body=None, x__xgafv=None)

Marks line item(s) as shipped.

updatelineitemshippingdetails(merchantId, orderId, body=None, x__xgafv=None)

Updates ship by and delivery by dates for a line item.

updatemerchantorderid(merchantId, orderId, body=None, x__xgafv=None)

Updates the merchant order ID for a given order.

updateshipment(merchantId, orderId, body=None, x__xgafv=None)

Updates a shipment's status, carrier, and/or tracking ID.

Method Details

acknowledge(merchantId, orderId, body=None, x__xgafv=None)
Marks an order as acknowledged.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersAcknowledgeResponse".
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
  }
advancetestorder(merchantId, orderId, x__xgafv=None)
Sandbox only. Moves a test order from state "`inProgress`" to state "`pendingShipment`".

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the test order to modify. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersAdvanceTestOrderResponse".
  }
cancel(merchantId, orderId, body=None, x__xgafv=None)
Cancels all line items in an order, making a full refund.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order to cancel. (required)
  body: object, The request body.
    The object takes the form of:

{
    "reason": "A String", # The reason for the cancellation. Acceptable values are: - "`customerInitiatedCancel`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`noInventory`" - "`other`" - "`priceError`" - "`shippingPriceError`" - "`taxError`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`"
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "reasonText": "A String", # The explanation of the reason.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCancelResponse".
  }
cancellineitem(merchantId, orderId, body=None, x__xgafv=None)
Cancels a line item, making a full refund.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    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. Acceptable values are: - "`customerInitiatedCancel`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`noInventory`" - "`other`" - "`priceError`" - "`shippingPriceError`" - "`taxError`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`"
    "amountPretax": { # Amount to refund for the cancelation. Optional. If not set, Google will calculate the default based on the price and tax of the items involved. The amount must not be larger than the net amount left on the order.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "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.
    "amountTax": { # Tax amount that corresponds to cancellation amount in amountPretax. Optional, but if filled, then amountPretax 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.
    },
    "lineItemId": "A String", # The ID of the line item to cancel. Either lineItemId or productId is required.
    "reasonText": "A String", # The explanation of the reason.
    "amount": { # Deprecated. Please use amountPretax and amountTax instead.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "quantity": 42, # The quantity to cancel.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCancelLineItemResponse".
  }
canceltestorderbycustomer(merchantId, orderId, body=None, x__xgafv=None)
Sandbox only. Cancels a test order for customer-initiated cancellation.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the test order to cancel. (required)
  body: object, The request body.
    The object takes the form of:

{
    "reason": "A String", # The reason for the cancellation. Acceptable values are: - "`changedMind`" - "`orderedWrongItem`" - "`other`"
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCancelTestOrderByCustomerResponse".
  }
close()
Close httplib2 connections.
createtestorder(merchantId, body=None, x__xgafv=None)
Sandbox only. Creates a test order.

Args:
  merchantId: string, The ID of the account that should manage the order. This cannot be a multi-client account. (required)
  body: object, The request body.
    The object takes the form of:

{
    "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`"
    "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`. Acceptable values are: - "`US`" - "`FR`" Defaults to `US`.
    "testOrder": { # The test order to create.
      "shippingCostTax": { # Deprecated. Ignored if provided.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "promotions": [ # Deprecated. Ignored if provided.
        {
          "productApplicability": "A String", # Whether the promotion is applicable to all products or only specific products. Acceptable values are: - "`allProducts`" - "`specificProducts`"
          "effectiveDates": "A String", # The date and time frame when the promotion is active and ready for validation review. Note that the promotion live time may be delayed for a few hours due to the validation review. Start date and end date are separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an expression of the time zone for the sale. The end date is in the same format.
          "id": "A String", # The unique ID of the promotion.
          "genericRedemptionCode": "A String", # Optional. The text code that corresponds to the promotion when applied on the retailer?s website.
          "longTitle": "A String", # The full title of the promotion.
          "benefits": [
            {
              "taxImpact": { # The impact on tax when the promotion is applied.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "subType": "A String", # Further describes the benefit of the promotion. Note that we will expand on this enumeration as we support new promotion sub-types. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeOvernightShipping`" - "`freeShipping`" - "`freeTwoDayShipping`" - "`moneyOff`" - "`percentageOff`" - "`rewardPoints`" - "`salePrice`"
              "offerIds": [ # The OfferId(s) that were purchased in this order and map to this specific benefit of the promotion.
                "A String",
              ],
              "type": "A String", # Describes whether the promotion applies to products (e.g. 20% off) or to shipping (e.g. Free Shipping). Acceptable values are: - "`product`" - "`shipping`"
              "discount": { # The discount in the order price when the promotion is applied.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
            },
          ],
          "redemptionChannel": "A String", # Indicates that the promotion is valid online. Acceptable values are: - "`online`"
        },
      ],
      "shippingOption": "A String", # Required. The requested shipping option. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#testOrder`"
      "predefinedDeliveryAddress": "A String", # Required. Identifier of one of the predefined delivery addresses for the delivery. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
      "lineItems": [ # Required. Line items that are ordered. At least one line item must be provided.
        {
          "quantityOrdered": 42, # Required. Number of items ordered.
          "unitTax": { # Deprecated. Ignored if provided.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "shippingDetails": { # Required. Details of the requested shipping for the line item.
            "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
            "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
            "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
            "method": { # Required. Details of the shipping method.
              "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
              "minDaysInTransit": 42, # Required. Minimum transit time.
              "maxDaysInTransit": 42, # Required. Maximum transit time.
              "methodName": "A String", # Required. The name of the shipping method.
            },
          },
          "returnInfo": { # Required. Details of the return policy for the line item.
            "policyUrl": "A String", # Required. URL of the item return policy.
            "daysToReturn": 42, # Required. How many days later the item can be returned.
            "isReturnable": True or False, # Required. Whether the item is returnable.
          },
          "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.
            "variantAttributes": [ # Variant attributes for the item. Optional.
              {
                "dimension": "A String", # The dimension of the variant.
                "value": "A String", # The value for the dimension.
              },
            ],
            "gtin": "A String", # Global Trade Item Number (GTIN) of the item. Optional.
            "channel": "A String", # Deprecated. Acceptable values are: - "`online`"
            "imageLink": "A String", # Required. URL of an image of the item.
            "title": "A String", # Required. The title of the product.
            "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item. Acceptable values are: - "`en`" - "`fr`"
            "itemGroupId": "A String", # Shared identifier for all variants of the same product. Optional.
            "condition": "A String", # Required. Condition or state of the item. Acceptable values are: - "`new`"
            "offerId": "A String", # Required. An identifier of the item.
            "brand": "A String", # Required. Brand of the item.
            "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.
                },
                "name": "A String", # 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.
            },
            "mpn": "A String", # Manufacturer Part Number (MPN) of the item. Optional.
          },
        },
      ],
      "paymentMethod": { # The details of the payment method.
        "expirationMonth": 42, # The card expiration month (January = 1, February = 2 etc.).
        "type": "A String", # The type of instrument. Note that real orders might have different values than the four values accepted by `createTestOrder`. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`MASTERCARD`" - "`VISA`"
        "expirationYear": 42, # The card expiration year (4-digit, e.g. 2015).
        "predefinedBillingAddress": "A String", # The billing address. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
        "lastFourDigits": "A String", # The last four digits of the card number.
      },
      "customer": { # Required. The details of the customer who placed the order.
        "explicitMarketingPreference": True or False, # Deprecated. Please use marketingRightsInfo instead.
        "marketingRightsInfo": { # Customer's marketing preferences.
          "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
          "explicitMarketingPreference": "A String", # Last know user use selection regards marketing preferences. In certain cases selection might not be known, so this field would be empty. Acceptable values are: - "`denied`" - "`granted`"
        },
        "fullName": "A String", # Full name of the customer.
        "email": "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`"
      },
      "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.
      },
      "predefinedPickupDetails": "A String", # Identifier of one of the predefined pickup details. Required for orders containing line items with shipping type `pickup`. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
      "enableOrderinvoices": True or False, # Whether the orderinvoices service should support this order.
      "notificationMode": "A String", # Restricted. Do not use.
    },
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCreateTestOrderResponse".
    "orderId": "A String", # The ID of the newly created test order.
  }
createtestreturn(merchantId, orderId, body=None, x__xgafv=None)
Sandbox only. Creates a test return.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "items": [ # Returned items.
      {
        "lineItemId": "A String", # The ID of the line item to return.
        "quantity": 42, # Quantity that is returned.
      },
    ],
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "returnId": "A String", # The ID of the newly created test order return.
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCreateTestReturnResponse".
  }
custombatch(body=None, x__xgafv=None)
Retrieves or modifies multiple orders in a single request.

Args:
  body: object, The request body.
    The object takes the form of:

{
    "entries": [ # The request entries to be processed in the batch.
      {
        "merchantOrderId": "A String", # The merchant order ID. Required for `updateMerchantOrderId` and `getByMerchantOrderId` methods.
        "merchantId": "A String", # The ID of the managing account.
        "updateLineItemShippingDetails": { # Required for `updateLineItemShippingDate` method.
          "deliverByDate": "A String", # 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.
          "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.
          "shipByDate": "A String", # 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.
        },
        "operationId": "A String", # The ID of the operation. Unique across all operations for a given order. Required for all methods beside `get` and `getByMerchantOrderId`.
        "refund": { # Required for `refund` method.
          "amount": { # Deprecated. Please use amountPretax and amountTax instead.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "amountTax": { # Tax amount that corresponds to refund amount in amountPretax. Optional, but if filled, amountPretax 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.
          },
          "reasonText": "A String", # The explanation of the reason.
          "reason": "A String", # The reason for the refund. Acceptable values are: - "`adjustment`" - "`courtesyAdjustment`" - "`customerCanceled`" - "`customerDiscretionaryReturn`" - "`deliveredLateByCarrier`" - "`feeAdjustment`" - "`lateShipmentCredit`" - "`noInventory`" - "`other`" - "`priceError`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`shippingCostAdjustment`" - "`taxAdjustment`" - "`undeliverableShippingAddress`" - "`wrongProductShipped`"
          "amountPretax": { # The amount that is refunded. Either amount or amountPretax should be filled.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
        },
        "cancel": { # Required for `cancel` method.
          "reasonText": "A String", # The explanation of the reason.
          "reason": "A String", # The reason for the cancellation. Acceptable values are: - "`customerInitiatedCancel`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`noInventory`" - "`other`" - "`priceError`" - "`shippingPriceError`" - "`taxError`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`"
        },
        "orderId": "A String", # The ID of the order. Required for all methods beside `getByMerchantOrderId`.
        "shipLineItems": { # Required for `shipLineItems` method.
          "shipmentId": "A String", # Deprecated. Please use shipmentInfo instead. The ID of the shipment.
          "shipmentGroupId": "A String", # ID of the shipment group. Required for orders that use the orderinvoices service.
          "shipmentInfos": [ # Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).
            {
              "shipmentId": "A String", # Required. The ID of the shipment. This is assigned by the merchant and is unique to each shipment.
              "trackingId": "A String", # The tracking ID for the shipment.
              "carrier": "A String", # The carrier handling the shipment. See `shipments[].carrier` in the Orders resource representation for a list of acceptable values.
            },
          ],
          "lineItems": [ # Line items to ship.
            {
              "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.
              "quantity": 42, # The quantity that is shipped.
            },
          ],
          "carrier": "A String", # Deprecated. Please use shipmentInfo instead. The carrier handling the shipment. See `shipments[].carrier` in the Orders resource representation for a list of acceptable values.
          "trackingId": "A String", # Deprecated. Please use shipmentInfo instead. The tracking ID for the shipment.
        },
        "setLineItemMetadata": { # Required for `setLineItemMetadata` method.
          "annotations": [
            {
              "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
              "value": "A String", # 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.
          "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.
        },
        "updateShipment": { # Required for `updateShipment` method.
          "shipmentId": "A String", # The ID of the shipment.
          "status": "A String", # New status for the shipment. Not updated if missing. Acceptable values are: - "`delivered`" - "`undeliverable`" - "`readyForPickup`"
          "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.
          "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`.
          "trackingId": "A String", # The tracking ID for the shipment. Not updated if missing.
        },
        "returnLineItem": { # Required for `returnLineItem` method.
          "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.
          "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
          "quantity": 42, # The quantity to return.
          "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.
        },
        "inStoreRefundLineItem": { # Required for `inStoreReturnLineItem` method.
          "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.
          "amountTax": { # Tax amount that correspond to refund amount in amountPretax. Required.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
          "amountPretax": { # The amount that is refunded. Required.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "lineItemId": "A String", # The ID of the line item to return. Either lineItemId or productId is required.
          "reasonText": "A String", # The explanation of the reason.
        },
        "cancelLineItem": { # Required for `cancelLineItem` method.
          "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.
          "amount": { # Deprecated. Please use amountPretax and amountTax instead.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "lineItemId": "A String", # The ID of the line item to cancel. Either lineItemId or productId is required.
          "reason": "A String", # The reason for the cancellation. Acceptable values are: - "`customerInitiatedCancel`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`noInventory`" - "`other`" - "`priceError`" - "`shippingPriceError`" - "`taxError`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`"
          "amountTax": { # Tax amount that corresponds to cancellation amount in amountPretax. Optional, but if filled, then amountPretax 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.
          },
          "reasonText": "A String", # The explanation of the reason.
          "quantity": 42, # The quantity to cancel.
          "amountPretax": { # Amount to refund for the cancelation. Optional. If not set, Google will calculate the default based on the price and tax of the items involved. The amount must not be larger than the net amount left on the order.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
        },
        "method": "A String", # The method of the batch entry. Acceptable values are: - "`acknowledge`" - "`cancel`" - "`cancelLineItem`" - "`get`" - "`getByMerchantOrderId`" - "`inStoreRefundLineItem`" - "`refund`" - "`rejectReturnLineItem`" - "`returnLineItem`" - "`returnRefundLineItem`" - "`setLineItemMetadata`" - "`shipLineItems`" - "`updateLineItemShippingDetails`" - "`updateMerchantOrderId`" - "`updateShipment`"
        "rejectReturnLineItem": { # Required for `rejectReturnLineItem` method.
          "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.
          "reason": "A String", # The reason for the return. Acceptable values are: - "`damagedOrUsed`" - "`missingComponent`" - "`notEligible`" - "`other`" - "`outOfReturnWindow`"
          "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.
        },
        "returnRefundLineItem": { # Required for `returnRefundLineItem` method.
          "quantity": 42, # The quantity to return and refund.
          "amountPretax": { # The amount that is refunded. If omitted, refundless return is assumed (same as calling returnLineItem method).
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
          "amountTax": { # Tax amount that corresponds to refund amount in amountPretax. Optional, but if filled, then amountPretax 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.
          },
          "lineItemId": "A String", # The ID of the line item to return. Either lineItemId or productId is required.
          "reasonText": "A String", # The explanation of the reason.
          "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.
        },
        "batchId": 42, # An entry ID, unique within the batch request.
      },
    ],
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "entries": [ # The result of the execution of the batch requests.
      {
        "executionStatus": "A String", # The status of the execution. Only defined if 1. the request was successful; and 2. the method is not `get`, `getByMerchantOrderId`, or one of the test methods. Acceptable values are: - "`duplicate`" - "`executed`"
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#ordersCustomBatchResponseEntry`"
        "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
          "errors": [ # A list of errors.
            { # An error returned by the API.
              "domain": "A String", # The domain of the error.
              "message": "A String", # A description of the error.
              "reason": "A String", # The error code.
            },
          ],
          "message": "A String", # The message of the first error in `errors`.
          "code": 42, # The HTTP status of the first error in `errors`.
        },
        "order": { # Order. Production access (all methods) requires the order manager role. Sandbox access does not. # The retrieved order. Only defined if the method is `get` and if the request was successful.
          "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
          "promotions": [ # The details of the merchant provided promotions applied to the order. To determine which promotions apply to which products, check the `Promotions[].Benefits[].OfferIds` field against the `LineItems[].Product.OfferId` 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`. Examples: 1. To calculate the line item level discount for a single specific item: For each promotion, subtract the `Promotions[].Benefits[].Discount.value` amount from the `LineItems[].Price.value`. 2. To calculate the line item level discount for multiple quantity of a specific item: For each promotion, divide the `Promotions[].Benefits[].Discount.value` by the quantity of products and substract it from `LineItems[].Product.Price.value` for each quantity item. Only 1 promotion can be applied to an offerId in a given order. To refund an item which had a promotion applied to it, make sure to refund the amount after first subtracting the promotion discount from the item price. More details about the program are here.
            {
              "productApplicability": "A String", # Whether the promotion is applicable to all products or only specific products. Acceptable values are: - "`allProducts`" - "`specificProducts`"
              "effectiveDates": "A String", # The date and time frame when the promotion is active and ready for validation review. Note that the promotion live time may be delayed for a few hours due to the validation review. Start date and end date are separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an expression of the time zone for the sale. The end date is in the same format.
              "id": "A String", # The unique ID of the promotion.
              "genericRedemptionCode": "A String", # Optional. The text code that corresponds to the promotion when applied on the retailer?s website.
              "longTitle": "A String", # The full title of the promotion.
              "benefits": [
                {
                  "taxImpact": { # The impact on tax when the promotion is applied.
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                  "subType": "A String", # Further describes the benefit of the promotion. Note that we will expand on this enumeration as we support new promotion sub-types. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeOvernightShipping`" - "`freeShipping`" - "`freeTwoDayShipping`" - "`moneyOff`" - "`percentageOff`" - "`rewardPoints`" - "`salePrice`"
                  "offerIds": [ # The OfferId(s) that were purchased in this order and map to this specific benefit of the promotion.
                    "A String",
                  ],
                  "type": "A String", # Describes whether the promotion applies to products (e.g. 20% off) or to shipping (e.g. Free Shipping). Acceptable values are: - "`product`" - "`shipping`"
                  "discount": { # The discount in the order price when the promotion is applied.
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                },
              ],
              "redemptionChannel": "A String", # Indicates that the promotion is valid online. Acceptable values are: - "`online`"
            },
          ],
          "shipments": [ # Shipments of the order.
            {
              "status": "A String", # The status of the shipment. Acceptable values are: - "`delivered`" - "`readyForPickup`" - "`shipped`" - "`undeliverable`"
              "id": "A String", # The ID of the shipment.
              "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
              "lineItems": [ # The line items that are 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.
                  "quantity": 42, # The quantity that is shipped.
                },
              ],
              "scheduledDeliveryDetails": { # Delivery details of the shipment if scheduling is needed.
                "carrierPhoneNumber": "A String", # The phone number of the carrier fulfilling the delivery. The phone number is formatted as the international notation in ITU-T Recommendation E.123 (e.g., "+41 44 668 1800").
                "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
              },
              "trackingId": "A String", # The tracking ID for the shipment.
              "carrier": "A String", # 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) - "`bestex`" (Best Express) - "`canada post`" (Canada Post) - "`purolator`" (Purolator) - "`canpar`" (Canpar) - "`india post`" (India Post) - "`blue dart`" (Blue Dart) - "`delhivery`" (Delhivery) - "`dtdc`" (DTDC) - "`tpc india`" (TPC India) 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)
              "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
            },
          ],
          "lineItems": [ # Line items that are ordered.
            {
              "shippingDetails": { # Details of the requested shipping for the line item.
                "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
                "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
                "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
                "method": { # Required. Details of the shipping method.
                  "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
                  "minDaysInTransit": 42, # Required. Minimum transit time.
                  "maxDaysInTransit": 42, # Required. Maximum transit time.
                  "methodName": "A String", # Required. The name of the shipping method.
                },
              },
              "annotations": [ # Annotations that are attached to the line item.
                {
                  "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
                  "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
                },
              ],
              "id": "A String", # The ID of the line item.
              "quantityReturned": 42, # Number of items returned.
              "returns": [ # Returns of the line item.
                {
                  "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
                  "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
                  "quantity": 42, # Quantity that is returned.
                  "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`"
                },
              ],
              "quantityDelivered": 42, # Number of items delivered.
              "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.
                "title": "A String", # The title of the product.
                "offerId": "A String", # An identifier 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.
                  },
                ],
                "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
                "imageLink": "A String", # URL of an image of the item.
                "condition": "A String", # Condition or state of the item. Acceptable values are: - "`new`" - "`refurbished`" - "`used`"
                "contentLanguage": "A String", # The two-letter ISO 639-1 language code for the item.
                "targetCountry": "A String", # The CLDR territory // code of the target country of the product.
                "price": { # Price of the item.
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
                "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.
                  },
                ],
                "itemGroupId": "A String", # Shared identifier for all variants of the same product.
                "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
                "id": "A String", # The REST ID of the product.
                "channel": "A String", # The item's channel (online or local). Acceptable values are: - "`local`" - "`online`"
                "brand": "A String", # Brand of the item.
              },
              "quantityOrdered": 42, # Number of items ordered.
              "quantityCanceled": 42, # Number of items canceled.
              "returnInfo": { # Details of the return policy for the line item.
                "policyUrl": "A String", # Required. URL of the item return policy.
                "daysToReturn": 42, # Required. How many days later the item can be returned.
                "isReturnable": True or False, # Required. Whether the item is returnable.
              },
              "quantityReadyForPickup": 42, # Number of items ready for pickup.
              "quantityShipped": 42, # Number of items shipped.
              "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 Buy on Google 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.
                  "quantity": 42, # The quantity that was canceled.
                  "actor": "A String", # The actor that created the cancellation. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
                },
              ],
              "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.
              },
              "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.
              },
              "quantityPending": 42, # Number of items pending.
            },
          ],
          "deliveryDetails": { # Delivery details for shipments of type `delivery`.
            "phoneNumber": "A String", # The phone number of the person receiving the delivery.
            "address": { # The delivery address
              "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",
              ],
              "country": "A String", # CLDR country code (e.g. "US").
              "isPostOfficeBox": True or False, # Whether the address is a post office box.
              "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
              "recipientName": "A String", # Name of the recipient.
              "streetAddress": [ # Street-level part of the address.
                "A String",
              ],
              "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
              "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
            },
          },
          "taxCollector": "A String", # The party responsible for collecting and remitting taxes. Acceptable values are: - "`marketplaceFacilitator`" - "`merchant`"
          "merchantOrderId": "A String", # Merchant-provided ID of the order.
          "customer": { # The details of the customer who placed the order.
            "fullName": "A String", # Full name of the customer.
            "explicitMarketingPreference": True or False, # Deprecated. Please use marketingRightsInfo instead.
            "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 Buy on Google.
            "email": "A String", # Deprecated.
            "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.
              "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.
              "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
              "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. Acceptable values are: - "`denied`" - "`granted`"
            },
          },
          "acknowledged": True or False, # Whether the order was acknowledged.
          "channelType": "A String", # Deprecated. Acceptable values are: - "`googleExpress`" - "`purchasesOnGoogle`"
          "status": "A String", # The status of the order. Acceptable values are: - "`canceled`" - "`delivered`" - "`inProgress`" - "`partiallyDelivered`" - "`partiallyReturned`" - "`partiallyShipped`" - "`pendingShipment`" - "`returned`" - "`shipped`"
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
          "merchantId": "A String",
          "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.
          },
          "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.
              "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",
              ],
              "country": "A String", # CLDR country code (e.g. "US").
              "isPostOfficeBox": True or False, # Whether the address is a post office box.
              "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
              "recipientName": "A String", # Name of the recipient.
              "streetAddress": [ # Street-level part of the address.
                "A String",
              ],
              "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
              "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
            },
          },
          "refunds": [ # Refunds for the order.
            {
              "reasonText": "A String", # The explanation of the reason.
              "amount": { # The amount that is refunded.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "reason": "A String", # The reason for the refund. 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`"
              "creationDate": "A String", # Date on which the item has been created, 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.
          },
          "netAmount": { # The net amount for the order. For example, if an order was originally for a grand total of $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.
          },
          "shippingOption": "A String", # Deprecated. Shipping details are provided with line items instead. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
          "paymentStatus": "A String", # The status of the payment. Acceptable values are: - "`paymentCaptured`" - "`paymentRejected`" - "`paymentSecured`" - "`pendingAuthorization`"
          "id": "A String", # The REST ID of the order. Globally unique.
          "paymentMethod": { # The details of the payment method.
            "expirationYear": 42, # The card expiration year (4-digit, e.g. 2015).
            "type": "A String", # The type of instrument. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`JCB`" - "`MASTERCARD`" - "`UNIONPAY`" - "`VISA`" - "``"
            "expirationMonth": 42, # The card expiration month (January = 1, February = 2 etc.).
            "billingAddress": { # The billing address.
              "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",
              ],
              "country": "A String", # CLDR country code (e.g. "US").
              "isPostOfficeBox": True or False, # Whether the address is a post office box.
              "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
              "recipientName": "A String", # Name of the recipient.
              "streetAddress": [ # Street-level part of the address.
                "A String",
              ],
              "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
              "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
            },
            "lastFourDigits": "A String", # The last four digits of the card number.
            "phoneNumber": "A String", # The billing phone number.
          },
        },
        "batchId": 42, # The ID of the request entry this entry responds to.
      },
    ],
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersCustomBatchResponse".
  }
get(merchantId, orderId, x__xgafv=None)
Retrieves an order from your Merchant Center account.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Order. Production access (all methods) requires the order manager role. Sandbox access does not.
    "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
    "promotions": [ # The details of the merchant provided promotions applied to the order. To determine which promotions apply to which products, check the `Promotions[].Benefits[].OfferIds` field against the `LineItems[].Product.OfferId` 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`. Examples: 1. To calculate the line item level discount for a single specific item: For each promotion, subtract the `Promotions[].Benefits[].Discount.value` amount from the `LineItems[].Price.value`. 2. To calculate the line item level discount for multiple quantity of a specific item: For each promotion, divide the `Promotions[].Benefits[].Discount.value` by the quantity of products and substract it from `LineItems[].Product.Price.value` for each quantity item. Only 1 promotion can be applied to an offerId in a given order. To refund an item which had a promotion applied to it, make sure to refund the amount after first subtracting the promotion discount from the item price. More details about the program are here.
      {
        "productApplicability": "A String", # Whether the promotion is applicable to all products or only specific products. Acceptable values are: - "`allProducts`" - "`specificProducts`"
        "effectiveDates": "A String", # The date and time frame when the promotion is active and ready for validation review. Note that the promotion live time may be delayed for a few hours due to the validation review. Start date and end date are separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an expression of the time zone for the sale. The end date is in the same format.
        "id": "A String", # The unique ID of the promotion.
        "genericRedemptionCode": "A String", # Optional. The text code that corresponds to the promotion when applied on the retailer?s website.
        "longTitle": "A String", # The full title of the promotion.
        "benefits": [
          {
            "taxImpact": { # The impact on tax when the promotion is applied.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "subType": "A String", # Further describes the benefit of the promotion. Note that we will expand on this enumeration as we support new promotion sub-types. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeOvernightShipping`" - "`freeShipping`" - "`freeTwoDayShipping`" - "`moneyOff`" - "`percentageOff`" - "`rewardPoints`" - "`salePrice`"
            "offerIds": [ # The OfferId(s) that were purchased in this order and map to this specific benefit of the promotion.
              "A String",
            ],
            "type": "A String", # Describes whether the promotion applies to products (e.g. 20% off) or to shipping (e.g. Free Shipping). Acceptable values are: - "`product`" - "`shipping`"
            "discount": { # The discount in the order price when the promotion is applied.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
          },
        ],
        "redemptionChannel": "A String", # Indicates that the promotion is valid online. Acceptable values are: - "`online`"
      },
    ],
    "shipments": [ # Shipments of the order.
      {
        "status": "A String", # The status of the shipment. Acceptable values are: - "`delivered`" - "`readyForPickup`" - "`shipped`" - "`undeliverable`"
        "id": "A String", # The ID of the shipment.
        "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
        "lineItems": [ # The line items that are 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.
            "quantity": 42, # The quantity that is shipped.
          },
        ],
        "scheduledDeliveryDetails": { # Delivery details of the shipment if scheduling is needed.
          "carrierPhoneNumber": "A String", # The phone number of the carrier fulfilling the delivery. The phone number is formatted as the international notation in ITU-T Recommendation E.123 (e.g., "+41 44 668 1800").
          "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
        },
        "trackingId": "A String", # The tracking ID for the shipment.
        "carrier": "A String", # 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) - "`bestex`" (Best Express) - "`canada post`" (Canada Post) - "`purolator`" (Purolator) - "`canpar`" (Canpar) - "`india post`" (India Post) - "`blue dart`" (Blue Dart) - "`delhivery`" (Delhivery) - "`dtdc`" (DTDC) - "`tpc india`" (TPC India) 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)
        "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
      },
    ],
    "lineItems": [ # Line items that are ordered.
      {
        "shippingDetails": { # Details of the requested shipping for the line item.
          "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
          "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
          "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
          "method": { # Required. Details of the shipping method.
            "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
            "minDaysInTransit": 42, # Required. Minimum transit time.
            "maxDaysInTransit": 42, # Required. Maximum transit time.
            "methodName": "A String", # Required. The name of the shipping method.
          },
        },
        "annotations": [ # Annotations that are attached to the line item.
          {
            "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
            "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
          },
        ],
        "id": "A String", # The ID of the line item.
        "quantityReturned": 42, # Number of items returned.
        "returns": [ # Returns of the line item.
          {
            "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
            "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
            "quantity": 42, # Quantity that is returned.
            "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`"
          },
        ],
        "quantityDelivered": 42, # Number of items delivered.
        "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.
          "title": "A String", # The title of the product.
          "offerId": "A String", # An identifier 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.
            },
          ],
          "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
          "imageLink": "A String", # URL of an image of the item.
          "condition": "A String", # Condition or state of the item. Acceptable values are: - "`new`" - "`refurbished`" - "`used`"
          "contentLanguage": "A String", # The two-letter ISO 639-1 language code for the item.
          "targetCountry": "A String", # The CLDR territory // code of the target country of the product.
          "price": { # Price of the item.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "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.
            },
          ],
          "itemGroupId": "A String", # Shared identifier for all variants of the same product.
          "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
          "id": "A String", # The REST ID of the product.
          "channel": "A String", # The item's channel (online or local). Acceptable values are: - "`local`" - "`online`"
          "brand": "A String", # Brand of the item.
        },
        "quantityOrdered": 42, # Number of items ordered.
        "quantityCanceled": 42, # Number of items canceled.
        "returnInfo": { # Details of the return policy for the line item.
          "policyUrl": "A String", # Required. URL of the item return policy.
          "daysToReturn": 42, # Required. How many days later the item can be returned.
          "isReturnable": True or False, # Required. Whether the item is returnable.
        },
        "quantityReadyForPickup": 42, # Number of items ready for pickup.
        "quantityShipped": 42, # Number of items shipped.
        "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 Buy on Google 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.
            "quantity": 42, # The quantity that was canceled.
            "actor": "A String", # The actor that created the cancellation. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
          },
        ],
        "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.
        },
        "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.
        },
        "quantityPending": 42, # Number of items pending.
      },
    ],
    "deliveryDetails": { # Delivery details for shipments of type `delivery`.
      "phoneNumber": "A String", # The phone number of the person receiving the delivery.
      "address": { # The delivery address
        "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",
        ],
        "country": "A String", # CLDR country code (e.g. "US").
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
        "recipientName": "A String", # Name of the recipient.
        "streetAddress": [ # Street-level part of the address.
          "A String",
        ],
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
      },
    },
    "taxCollector": "A String", # The party responsible for collecting and remitting taxes. Acceptable values are: - "`marketplaceFacilitator`" - "`merchant`"
    "merchantOrderId": "A String", # Merchant-provided ID of the order.
    "customer": { # The details of the customer who placed the order.
      "fullName": "A String", # Full name of the customer.
      "explicitMarketingPreference": True or False, # Deprecated. Please use marketingRightsInfo instead.
      "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 Buy on Google.
      "email": "A String", # Deprecated.
      "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.
        "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.
        "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
        "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. Acceptable values are: - "`denied`" - "`granted`"
      },
    },
    "acknowledged": True or False, # Whether the order was acknowledged.
    "channelType": "A String", # Deprecated. Acceptable values are: - "`googleExpress`" - "`purchasesOnGoogle`"
    "status": "A String", # The status of the order. Acceptable values are: - "`canceled`" - "`delivered`" - "`inProgress`" - "`partiallyDelivered`" - "`partiallyReturned`" - "`partiallyShipped`" - "`pendingShipment`" - "`returned`" - "`shipped`"
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
    "merchantId": "A String",
    "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.
    },
    "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.
        "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",
        ],
        "country": "A String", # CLDR country code (e.g. "US").
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
        "recipientName": "A String", # Name of the recipient.
        "streetAddress": [ # Street-level part of the address.
          "A String",
        ],
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
      },
    },
    "refunds": [ # Refunds for the order.
      {
        "reasonText": "A String", # The explanation of the reason.
        "amount": { # The amount that is refunded.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "reason": "A String", # The reason for the refund. 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`"
        "creationDate": "A String", # Date on which the item has been created, 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.
    },
    "netAmount": { # The net amount for the order. For example, if an order was originally for a grand total of $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.
    },
    "shippingOption": "A String", # Deprecated. Shipping details are provided with line items instead. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
    "paymentStatus": "A String", # The status of the payment. Acceptable values are: - "`paymentCaptured`" - "`paymentRejected`" - "`paymentSecured`" - "`pendingAuthorization`"
    "id": "A String", # The REST ID of the order. Globally unique.
    "paymentMethod": { # The details of the payment method.
      "expirationYear": 42, # The card expiration year (4-digit, e.g. 2015).
      "type": "A String", # The type of instrument. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`JCB`" - "`MASTERCARD`" - "`UNIONPAY`" - "`VISA`" - "``"
      "expirationMonth": 42, # The card expiration month (January = 1, February = 2 etc.).
      "billingAddress": { # The billing address.
        "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",
        ],
        "country": "A String", # CLDR country code (e.g. "US").
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
        "recipientName": "A String", # Name of the recipient.
        "streetAddress": [ # Street-level part of the address.
          "A String",
        ],
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
      },
      "lastFourDigits": "A String", # The last four digits of the card number.
      "phoneNumber": "A String", # The billing phone number.
    },
  }
getbymerchantorderid(merchantId, merchantOrderId, x__xgafv=None)
Retrieves an order using merchant order ID.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  merchantOrderId: string, The merchant order ID to be looked for. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "order": { # Order. Production access (all methods) requires the order manager role. Sandbox access does not. # The requested order.
      "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
      "promotions": [ # The details of the merchant provided promotions applied to the order. To determine which promotions apply to which products, check the `Promotions[].Benefits[].OfferIds` field against the `LineItems[].Product.OfferId` 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`. Examples: 1. To calculate the line item level discount for a single specific item: For each promotion, subtract the `Promotions[].Benefits[].Discount.value` amount from the `LineItems[].Price.value`. 2. To calculate the line item level discount for multiple quantity of a specific item: For each promotion, divide the `Promotions[].Benefits[].Discount.value` by the quantity of products and substract it from `LineItems[].Product.Price.value` for each quantity item. Only 1 promotion can be applied to an offerId in a given order. To refund an item which had a promotion applied to it, make sure to refund the amount after first subtracting the promotion discount from the item price. More details about the program are here.
        {
          "productApplicability": "A String", # Whether the promotion is applicable to all products or only specific products. Acceptable values are: - "`allProducts`" - "`specificProducts`"
          "effectiveDates": "A String", # The date and time frame when the promotion is active and ready for validation review. Note that the promotion live time may be delayed for a few hours due to the validation review. Start date and end date are separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an expression of the time zone for the sale. The end date is in the same format.
          "id": "A String", # The unique ID of the promotion.
          "genericRedemptionCode": "A String", # Optional. The text code that corresponds to the promotion when applied on the retailer?s website.
          "longTitle": "A String", # The full title of the promotion.
          "benefits": [
            {
              "taxImpact": { # The impact on tax when the promotion is applied.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "subType": "A String", # Further describes the benefit of the promotion. Note that we will expand on this enumeration as we support new promotion sub-types. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeOvernightShipping`" - "`freeShipping`" - "`freeTwoDayShipping`" - "`moneyOff`" - "`percentageOff`" - "`rewardPoints`" - "`salePrice`"
              "offerIds": [ # The OfferId(s) that were purchased in this order and map to this specific benefit of the promotion.
                "A String",
              ],
              "type": "A String", # Describes whether the promotion applies to products (e.g. 20% off) or to shipping (e.g. Free Shipping). Acceptable values are: - "`product`" - "`shipping`"
              "discount": { # The discount in the order price when the promotion is applied.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
            },
          ],
          "redemptionChannel": "A String", # Indicates that the promotion is valid online. Acceptable values are: - "`online`"
        },
      ],
      "shipments": [ # Shipments of the order.
        {
          "status": "A String", # The status of the shipment. Acceptable values are: - "`delivered`" - "`readyForPickup`" - "`shipped`" - "`undeliverable`"
          "id": "A String", # The ID of the shipment.
          "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
          "lineItems": [ # The line items that are 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.
              "quantity": 42, # The quantity that is shipped.
            },
          ],
          "scheduledDeliveryDetails": { # Delivery details of the shipment if scheduling is needed.
            "carrierPhoneNumber": "A String", # The phone number of the carrier fulfilling the delivery. The phone number is formatted as the international notation in ITU-T Recommendation E.123 (e.g., "+41 44 668 1800").
            "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
          },
          "trackingId": "A String", # The tracking ID for the shipment.
          "carrier": "A String", # 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) - "`bestex`" (Best Express) - "`canada post`" (Canada Post) - "`purolator`" (Purolator) - "`canpar`" (Canpar) - "`india post`" (India Post) - "`blue dart`" (Blue Dart) - "`delhivery`" (Delhivery) - "`dtdc`" (DTDC) - "`tpc india`" (TPC India) 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)
          "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
        },
      ],
      "lineItems": [ # Line items that are ordered.
        {
          "shippingDetails": { # Details of the requested shipping for the line item.
            "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
            "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
            "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
            "method": { # Required. Details of the shipping method.
              "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
              "minDaysInTransit": 42, # Required. Minimum transit time.
              "maxDaysInTransit": 42, # Required. Maximum transit time.
              "methodName": "A String", # Required. The name of the shipping method.
            },
          },
          "annotations": [ # Annotations that are attached to the line item.
            {
              "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
              "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
            },
          ],
          "id": "A String", # The ID of the line item.
          "quantityReturned": 42, # Number of items returned.
          "returns": [ # Returns of the line item.
            {
              "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
              "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
              "quantity": 42, # Quantity that is returned.
              "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`"
            },
          ],
          "quantityDelivered": 42, # Number of items delivered.
          "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.
            "title": "A String", # The title of the product.
            "offerId": "A String", # An identifier 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.
              },
            ],
            "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
            "imageLink": "A String", # URL of an image of the item.
            "condition": "A String", # Condition or state of the item. Acceptable values are: - "`new`" - "`refurbished`" - "`used`"
            "contentLanguage": "A String", # The two-letter ISO 639-1 language code for the item.
            "targetCountry": "A String", # The CLDR territory // code of the target country of the product.
            "price": { # Price of the item.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "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.
              },
            ],
            "itemGroupId": "A String", # Shared identifier for all variants of the same product.
            "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
            "id": "A String", # The REST ID of the product.
            "channel": "A String", # The item's channel (online or local). Acceptable values are: - "`local`" - "`online`"
            "brand": "A String", # Brand of the item.
          },
          "quantityOrdered": 42, # Number of items ordered.
          "quantityCanceled": 42, # Number of items canceled.
          "returnInfo": { # Details of the return policy for the line item.
            "policyUrl": "A String", # Required. URL of the item return policy.
            "daysToReturn": 42, # Required. How many days later the item can be returned.
            "isReturnable": True or False, # Required. Whether the item is returnable.
          },
          "quantityReadyForPickup": 42, # Number of items ready for pickup.
          "quantityShipped": 42, # Number of items shipped.
          "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 Buy on Google 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.
              "quantity": 42, # The quantity that was canceled.
              "actor": "A String", # The actor that created the cancellation. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
            },
          ],
          "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.
          },
          "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.
          },
          "quantityPending": 42, # Number of items pending.
        },
      ],
      "deliveryDetails": { # Delivery details for shipments of type `delivery`.
        "phoneNumber": "A String", # The phone number of the person receiving the delivery.
        "address": { # The delivery address
          "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",
          ],
          "country": "A String", # CLDR country code (e.g. "US").
          "isPostOfficeBox": True or False, # Whether the address is a post office box.
          "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
          "recipientName": "A String", # Name of the recipient.
          "streetAddress": [ # Street-level part of the address.
            "A String",
          ],
          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        },
      },
      "taxCollector": "A String", # The party responsible for collecting and remitting taxes. Acceptable values are: - "`marketplaceFacilitator`" - "`merchant`"
      "merchantOrderId": "A String", # Merchant-provided ID of the order.
      "customer": { # The details of the customer who placed the order.
        "fullName": "A String", # Full name of the customer.
        "explicitMarketingPreference": True or False, # Deprecated. Please use marketingRightsInfo instead.
        "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 Buy on Google.
        "email": "A String", # Deprecated.
        "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.
          "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.
          "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
          "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. Acceptable values are: - "`denied`" - "`granted`"
        },
      },
      "acknowledged": True or False, # Whether the order was acknowledged.
      "channelType": "A String", # Deprecated. Acceptable values are: - "`googleExpress`" - "`purchasesOnGoogle`"
      "status": "A String", # The status of the order. Acceptable values are: - "`canceled`" - "`delivered`" - "`inProgress`" - "`partiallyDelivered`" - "`partiallyReturned`" - "`partiallyShipped`" - "`pendingShipment`" - "`returned`" - "`shipped`"
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
      "merchantId": "A String",
      "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.
      },
      "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.
          "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",
          ],
          "country": "A String", # CLDR country code (e.g. "US").
          "isPostOfficeBox": True or False, # Whether the address is a post office box.
          "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
          "recipientName": "A String", # Name of the recipient.
          "streetAddress": [ # Street-level part of the address.
            "A String",
          ],
          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        },
      },
      "refunds": [ # Refunds for the order.
        {
          "reasonText": "A String", # The explanation of the reason.
          "amount": { # The amount that is refunded.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "reason": "A String", # The reason for the refund. 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`"
          "creationDate": "A String", # Date on which the item has been created, 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.
      },
      "netAmount": { # The net amount for the order. For example, if an order was originally for a grand total of $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.
      },
      "shippingOption": "A String", # Deprecated. Shipping details are provided with line items instead. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
      "paymentStatus": "A String", # The status of the payment. Acceptable values are: - "`paymentCaptured`" - "`paymentRejected`" - "`paymentSecured`" - "`pendingAuthorization`"
      "id": "A String", # The REST ID of the order. Globally unique.
      "paymentMethod": { # The details of the payment method.
        "expirationYear": 42, # The card expiration year (4-digit, e.g. 2015).
        "type": "A String", # The type of instrument. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`JCB`" - "`MASTERCARD`" - "`UNIONPAY`" - "`VISA`" - "``"
        "expirationMonth": 42, # The card expiration month (January = 1, February = 2 etc.).
        "billingAddress": { # The billing address.
          "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",
          ],
          "country": "A String", # CLDR country code (e.g. "US").
          "isPostOfficeBox": True or False, # Whether the address is a post office box.
          "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
          "recipientName": "A String", # Name of the recipient.
          "streetAddress": [ # Street-level part of the address.
            "A String",
          ],
          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        },
        "lastFourDigits": "A String", # The last four digits of the card number.
        "phoneNumber": "A String", # The billing phone number.
      },
    },
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersGetByMerchantOrderIdResponse".
  }
gettestordertemplate(merchantId, templateName, country=None, x__xgafv=None)
Sandbox only. Retrieves an order template that can be used to quickly create a new order in sandbox.

Args:
  merchantId: string, The ID of the account that should manage the order. This cannot be a multi-client account. (required)
  templateName: string, The name of the template to retrieve. (required)
    Allowed values
      TEMPLATE1 - 
      TEMPLATE2 - 
      TEMPLATE1A - 
      TEMPLATE1B - 
      TEMPLATE3 - 
  country: string, The country of the template to retrieve. Defaults to `US`.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersGetTestOrderTemplateResponse".
    "template": { # The requested test order template.
      "shippingCostTax": { # Deprecated. Ignored if provided.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "promotions": [ # Deprecated. Ignored if provided.
        {
          "productApplicability": "A String", # Whether the promotion is applicable to all products or only specific products. Acceptable values are: - "`allProducts`" - "`specificProducts`"
          "effectiveDates": "A String", # The date and time frame when the promotion is active and ready for validation review. Note that the promotion live time may be delayed for a few hours due to the validation review. Start date and end date are separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an expression of the time zone for the sale. The end date is in the same format.
          "id": "A String", # The unique ID of the promotion.
          "genericRedemptionCode": "A String", # Optional. The text code that corresponds to the promotion when applied on the retailer?s website.
          "longTitle": "A String", # The full title of the promotion.
          "benefits": [
            {
              "taxImpact": { # The impact on tax when the promotion is applied.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "subType": "A String", # Further describes the benefit of the promotion. Note that we will expand on this enumeration as we support new promotion sub-types. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeOvernightShipping`" - "`freeShipping`" - "`freeTwoDayShipping`" - "`moneyOff`" - "`percentageOff`" - "`rewardPoints`" - "`salePrice`"
              "offerIds": [ # The OfferId(s) that were purchased in this order and map to this specific benefit of the promotion.
                "A String",
              ],
              "type": "A String", # Describes whether the promotion applies to products (e.g. 20% off) or to shipping (e.g. Free Shipping). Acceptable values are: - "`product`" - "`shipping`"
              "discount": { # The discount in the order price when the promotion is applied.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
            },
          ],
          "redemptionChannel": "A String", # Indicates that the promotion is valid online. Acceptable values are: - "`online`"
        },
      ],
      "shippingOption": "A String", # Required. The requested shipping option. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#testOrder`"
      "predefinedDeliveryAddress": "A String", # Required. Identifier of one of the predefined delivery addresses for the delivery. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
      "lineItems": [ # Required. Line items that are ordered. At least one line item must be provided.
        {
          "quantityOrdered": 42, # Required. Number of items ordered.
          "unitTax": { # Deprecated. Ignored if provided.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "shippingDetails": { # Required. Details of the requested shipping for the line item.
            "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
            "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
            "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
            "method": { # Required. Details of the shipping method.
              "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
              "minDaysInTransit": 42, # Required. Minimum transit time.
              "maxDaysInTransit": 42, # Required. Maximum transit time.
              "methodName": "A String", # Required. The name of the shipping method.
            },
          },
          "returnInfo": { # Required. Details of the return policy for the line item.
            "policyUrl": "A String", # Required. URL of the item return policy.
            "daysToReturn": 42, # Required. How many days later the item can be returned.
            "isReturnable": True or False, # Required. Whether the item is returnable.
          },
          "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.
            "variantAttributes": [ # Variant attributes for the item. Optional.
              {
                "dimension": "A String", # The dimension of the variant.
                "value": "A String", # The value for the dimension.
              },
            ],
            "gtin": "A String", # Global Trade Item Number (GTIN) of the item. Optional.
            "channel": "A String", # Deprecated. Acceptable values are: - "`online`"
            "imageLink": "A String", # Required. URL of an image of the item.
            "title": "A String", # Required. The title of the product.
            "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item. Acceptable values are: - "`en`" - "`fr`"
            "itemGroupId": "A String", # Shared identifier for all variants of the same product. Optional.
            "condition": "A String", # Required. Condition or state of the item. Acceptable values are: - "`new`"
            "offerId": "A String", # Required. An identifier of the item.
            "brand": "A String", # Required. Brand of the item.
            "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.
                },
                "name": "A String", # 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.
            },
            "mpn": "A String", # Manufacturer Part Number (MPN) of the item. Optional.
          },
        },
      ],
      "paymentMethod": { # The details of the payment method.
        "expirationMonth": 42, # The card expiration month (January = 1, February = 2 etc.).
        "type": "A String", # The type of instrument. Note that real orders might have different values than the four values accepted by `createTestOrder`. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`MASTERCARD`" - "`VISA`"
        "expirationYear": 42, # The card expiration year (4-digit, e.g. 2015).
        "predefinedBillingAddress": "A String", # The billing address. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
        "lastFourDigits": "A String", # The last four digits of the card number.
      },
      "customer": { # Required. The details of the customer who placed the order.
        "explicitMarketingPreference": True or False, # Deprecated. Please use marketingRightsInfo instead.
        "marketingRightsInfo": { # Customer's marketing preferences.
          "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
          "explicitMarketingPreference": "A String", # Last know user use selection regards marketing preferences. In certain cases selection might not be known, so this field would be empty. Acceptable values are: - "`denied`" - "`granted`"
        },
        "fullName": "A String", # Full name of the customer.
        "email": "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`"
      },
      "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.
      },
      "predefinedPickupDetails": "A String", # Identifier of one of the predefined pickup details. Required for orders containing line items with shipping type `pickup`. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
      "enableOrderinvoices": True or False, # Whether the orderinvoices service should support this order.
      "notificationMode": "A String", # Restricted. Do not use.
    },
  }
instorerefundlineitem(merchantId, orderId, body=None, x__xgafv=None)
Deprecated. Notifies that item return and refund was handled directly by merchant outside of Google payments processing (e.g. cash refund done in store). Note: We recommend calling the returnrefundlineitem method to refund in-store returns. We will issue the refund directly to the customer. This helps to prevent possible differences arising between merchant and Google transaction records. We also recommend having the point of sale system communicate with Google to ensure that customers do not receive a double refund by first refunding via Google then via an in-store return.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
    "amountPretax": { # The amount that is refunded. Required.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "amountTax": { # Tax amount that correspond to refund amount in amountPretax. Required.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "lineItemId": "A String", # The ID of the line item to return. Either lineItemId or productId is required.
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "reasonText": "A String", # The explanation of the reason.
    "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.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersInStoreRefundLineItemResponse".
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
  }
list(merchantId, orderBy=None, acknowledged=None, placedDateEnd=None, pageToken=None, statuses=None, maxResults=None, placedDateStart=None, x__xgafv=None)
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)
  orderBy: string, Order results by placement date in descending or ascending order. Acceptable values are: - placedDateAsc - placedDateDesc 
  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. 
  placedDateEnd: string, Obtains orders placed before this date (exclusively), in ISO 8601 format.
  pageToken: string, The token returned by the previous request.
  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
      ACTIVE - 
      COMPLETED - 
      CANCELED - 
      IN_PROGRESS - 
      PENDING_SHIPMENT - 
      PARTIALLY_SHIPPED - 
      SHIPPED - 
      PARTIALLY_DELIVERED - 
      DELIVERED - 
      PARTIALLY_RETURNED - 
      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.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "resources": [
      { # Order. Production access (all methods) requires the order manager role. Sandbox access does not.
        "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
        "promotions": [ # The details of the merchant provided promotions applied to the order. To determine which promotions apply to which products, check the `Promotions[].Benefits[].OfferIds` field against the `LineItems[].Product.OfferId` 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`. Examples: 1. To calculate the line item level discount for a single specific item: For each promotion, subtract the `Promotions[].Benefits[].Discount.value` amount from the `LineItems[].Price.value`. 2. To calculate the line item level discount for multiple quantity of a specific item: For each promotion, divide the `Promotions[].Benefits[].Discount.value` by the quantity of products and substract it from `LineItems[].Product.Price.value` for each quantity item. Only 1 promotion can be applied to an offerId in a given order. To refund an item which had a promotion applied to it, make sure to refund the amount after first subtracting the promotion discount from the item price. More details about the program are here.
          {
            "productApplicability": "A String", # Whether the promotion is applicable to all products or only specific products. Acceptable values are: - "`allProducts`" - "`specificProducts`"
            "effectiveDates": "A String", # The date and time frame when the promotion is active and ready for validation review. Note that the promotion live time may be delayed for a few hours due to the validation review. Start date and end date are separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an expression of the time zone for the sale. The end date is in the same format.
            "id": "A String", # The unique ID of the promotion.
            "genericRedemptionCode": "A String", # Optional. The text code that corresponds to the promotion when applied on the retailer?s website.
            "longTitle": "A String", # The full title of the promotion.
            "benefits": [
              {
                "taxImpact": { # The impact on tax when the promotion is applied.
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
                "subType": "A String", # Further describes the benefit of the promotion. Note that we will expand on this enumeration as we support new promotion sub-types. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeOvernightShipping`" - "`freeShipping`" - "`freeTwoDayShipping`" - "`moneyOff`" - "`percentageOff`" - "`rewardPoints`" - "`salePrice`"
                "offerIds": [ # The OfferId(s) that were purchased in this order and map to this specific benefit of the promotion.
                  "A String",
                ],
                "type": "A String", # Describes whether the promotion applies to products (e.g. 20% off) or to shipping (e.g. Free Shipping). Acceptable values are: - "`product`" - "`shipping`"
                "discount": { # The discount in the order price when the promotion is applied.
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              },
            ],
            "redemptionChannel": "A String", # Indicates that the promotion is valid online. Acceptable values are: - "`online`"
          },
        ],
        "shipments": [ # Shipments of the order.
          {
            "status": "A String", # The status of the shipment. Acceptable values are: - "`delivered`" - "`readyForPickup`" - "`shipped`" - "`undeliverable`"
            "id": "A String", # The ID of the shipment.
            "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
            "lineItems": [ # The line items that are 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.
                "quantity": 42, # The quantity that is shipped.
              },
            ],
            "scheduledDeliveryDetails": { # Delivery details of the shipment if scheduling is needed.
              "carrierPhoneNumber": "A String", # The phone number of the carrier fulfilling the delivery. The phone number is formatted as the international notation in ITU-T Recommendation E.123 (e.g., "+41 44 668 1800").
              "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
            },
            "trackingId": "A String", # The tracking ID for the shipment.
            "carrier": "A String", # 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) - "`bestex`" (Best Express) - "`canada post`" (Canada Post) - "`purolator`" (Purolator) - "`canpar`" (Canpar) - "`india post`" (India Post) - "`blue dart`" (Blue Dart) - "`delhivery`" (Delhivery) - "`dtdc`" (DTDC) - "`tpc india`" (TPC India) 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)
            "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
          },
        ],
        "lineItems": [ # Line items that are ordered.
          {
            "shippingDetails": { # Details of the requested shipping for the line item.
              "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
              "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
              "deliverByDate": "A String", # Required. The delivery by date, in ISO 8601 format.
              "method": { # Required. Details of the shipping method.
                "carrier": "A String", # The carrier for the shipping. Optional. See `shipments[].carrier` for a list of acceptable values.
                "minDaysInTransit": 42, # Required. Minimum transit time.
                "maxDaysInTransit": 42, # Required. Maximum transit time.
                "methodName": "A String", # Required. The name of the shipping method.
              },
            },
            "annotations": [ # Annotations that are attached to the line item.
              {
                "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
                "value": "A String", # Value for additional merchant provided (as key-value pairs) annotation about the line item.
              },
            ],
            "id": "A String", # The ID of the line item.
            "quantityReturned": 42, # Number of items returned.
            "returns": [ # Returns of the line item.
              {
                "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
                "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
                "quantity": 42, # Quantity that is returned.
                "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`"
              },
            ],
            "quantityDelivered": 42, # Number of items delivered.
            "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.
              "title": "A String", # The title of the product.
              "offerId": "A String", # An identifier 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.
                },
              ],
              "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
              "imageLink": "A String", # URL of an image of the item.
              "condition": "A String", # Condition or state of the item. Acceptable values are: - "`new`" - "`refurbished`" - "`used`"
              "contentLanguage": "A String", # The two-letter ISO 639-1 language code for the item.
              "targetCountry": "A String", # The CLDR territory // code of the target country of the product.
              "price": { # Price of the item.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "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.
                },
              ],
              "itemGroupId": "A String", # Shared identifier for all variants of the same product.
              "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
              "id": "A String", # The REST ID of the product.
              "channel": "A String", # The item's channel (online or local). Acceptable values are: - "`local`" - "`online`"
              "brand": "A String", # Brand of the item.
            },
            "quantityOrdered": 42, # Number of items ordered.
            "quantityCanceled": 42, # Number of items canceled.
            "returnInfo": { # Details of the return policy for the line item.
              "policyUrl": "A String", # Required. URL of the item return policy.
              "daysToReturn": 42, # Required. How many days later the item can be returned.
              "isReturnable": True or False, # Required. Whether the item is returnable.
            },
            "quantityReadyForPickup": 42, # Number of items ready for pickup.
            "quantityShipped": 42, # Number of items shipped.
            "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 Buy on Google 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.
                "quantity": 42, # The quantity that was canceled.
                "actor": "A String", # The actor that created the cancellation. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
              },
            ],
            "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.
            },
            "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.
            },
            "quantityPending": 42, # Number of items pending.
          },
        ],
        "deliveryDetails": { # Delivery details for shipments of type `delivery`.
          "phoneNumber": "A String", # The phone number of the person receiving the delivery.
          "address": { # The delivery address
            "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",
            ],
            "country": "A String", # CLDR country code (e.g. "US").
            "isPostOfficeBox": True or False, # Whether the address is a post office box.
            "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
            "recipientName": "A String", # Name of the recipient.
            "streetAddress": [ # Street-level part of the address.
              "A String",
            ],
            "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
            "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
          },
        },
        "taxCollector": "A String", # The party responsible for collecting and remitting taxes. Acceptable values are: - "`marketplaceFacilitator`" - "`merchant`"
        "merchantOrderId": "A String", # Merchant-provided ID of the order.
        "customer": { # The details of the customer who placed the order.
          "fullName": "A String", # Full name of the customer.
          "explicitMarketingPreference": True or False, # Deprecated. Please use marketingRightsInfo instead.
          "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 Buy on Google.
          "email": "A String", # Deprecated.
          "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.
            "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.
            "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
            "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. Acceptable values are: - "`denied`" - "`granted`"
          },
        },
        "acknowledged": True or False, # Whether the order was acknowledged.
        "channelType": "A String", # Deprecated. Acceptable values are: - "`googleExpress`" - "`purchasesOnGoogle`"
        "status": "A String", # The status of the order. Acceptable values are: - "`canceled`" - "`delivered`" - "`inProgress`" - "`partiallyDelivered`" - "`partiallyReturned`" - "`partiallyShipped`" - "`pendingShipment`" - "`returned`" - "`shipped`"
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
        "merchantId": "A String",
        "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.
        },
        "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.
            "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",
            ],
            "country": "A String", # CLDR country code (e.g. "US").
            "isPostOfficeBox": True or False, # Whether the address is a post office box.
            "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
            "recipientName": "A String", # Name of the recipient.
            "streetAddress": [ # Street-level part of the address.
              "A String",
            ],
            "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
            "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
          },
        },
        "refunds": [ # Refunds for the order.
          {
            "reasonText": "A String", # The explanation of the reason.
            "amount": { # The amount that is refunded.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "reason": "A String", # The reason for the refund. 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`"
            "creationDate": "A String", # Date on which the item has been created, 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.
        },
        "netAmount": { # The net amount for the order. For example, if an order was originally for a grand total of $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.
        },
        "shippingOption": "A String", # Deprecated. Shipping details are provided with line items instead. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
        "paymentStatus": "A String", # The status of the payment. Acceptable values are: - "`paymentCaptured`" - "`paymentRejected`" - "`paymentSecured`" - "`pendingAuthorization`"
        "id": "A String", # The REST ID of the order. Globally unique.
        "paymentMethod": { # The details of the payment method.
          "expirationYear": 42, # The card expiration year (4-digit, e.g. 2015).
          "type": "A String", # The type of instrument. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`JCB`" - "`MASTERCARD`" - "`UNIONPAY`" - "`VISA`" - "``"
          "expirationMonth": 42, # The card expiration month (January = 1, February = 2 etc.).
          "billingAddress": { # The billing address.
            "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",
            ],
            "country": "A String", # CLDR country code (e.g. "US").
            "isPostOfficeBox": True or False, # Whether the address is a post office box.
            "postalCode": "A String", # Postal Code or ZIP (e.g. "94043").
            "recipientName": "A String", # Name of the recipient.
            "streetAddress": [ # Street-level part of the address.
              "A String",
            ],
            "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
            "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
          },
          "lastFourDigits": "A String", # The last four digits of the card number.
          "phoneNumber": "A String", # The billing phone number.
        },
      },
    ],
    "nextPageToken": "A String", # The token for the retrieval of the next page of orders.
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersListResponse".
  }
list_next(previous_request, previous_response)
Retrieves the next page of results.

Args:
  previous_request: The request for the previous page. (required)
  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
  page. Returns None if there are no more items in the collection.
    
refund(merchantId, orderId, body=None, x__xgafv=None)
Deprecated, please use returnRefundLineItem instead.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order to refund. (required)
  body: object, The request body.
    The object takes the form of:

{
    "amount": { # Deprecated. Please use amountPretax and amountTax instead.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "reason": "A String", # The reason for the refund. Acceptable values are: - "`adjustment`" - "`courtesyAdjustment`" - "`customerCanceled`" - "`customerDiscretionaryReturn`" - "`deliveredLateByCarrier`" - "`feeAdjustment`" - "`lateShipmentCredit`" - "`noInventory`" - "`other`" - "`priceError`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`shippingCostAdjustment`" - "`taxAdjustment`" - "`undeliverableShippingAddress`" - "`wrongProductShipped`"
    "amountTax": { # Tax amount that corresponds to refund amount in amountPretax. Optional, but if filled, amountPretax 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.
    },
    "reasonText": "A String", # The explanation of the reason.
    "amountPretax": { # The amount that is refunded. Either amount or amountPretax should be filled.
      "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.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersRefundResponse".
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
  }
rejectreturnlineitem(merchantId, orderId, body=None, x__xgafv=None)
Rejects return on an line item.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "quantity": 42, # The quantity to return and refund.
    "reason": "A String", # The reason for the return. Acceptable values are: - "`damagedOrUsed`" - "`missingComponent`" - "`notEligible`" - "`other`" - "`outOfReturnWindow`"
    "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.
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "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.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersRejectReturnLineItemResponse".
  }
returnlineitem(merchantId, orderId, body=None, x__xgafv=None)
Returns a line item.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "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.
    "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "reasonText": "A String", # The explanation of the reason.
    "quantity": 42, # The quantity to return.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersReturnLineItemResponse".
  }
returnrefundlineitem(merchantId, orderId, body=None, x__xgafv=None)
Returns and refunds a line item. Note that this method can only be called on fully shipped orders. Please also note that the Orderreturns API is the preferred way to handle returns after you receive a return from a customer. You can use Orderreturns.list or Orderreturns.get to search for the return, and then use Orderreturns.processreturn to issue the refund. If the return cannot be found, then we recommend using this API to issue a refund.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "reasonText": "A String", # The explanation of the reason.
    "amountTax": { # Tax amount that corresponds to refund amount in amountPretax. Optional, but if filled, then amountPretax 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.
    },
    "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.
    "amountPretax": { # The amount that is refunded. If omitted, refundless return is assumed (same as calling returnLineItem method).
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "lineItemId": "A String", # The ID of the line item to return. Either lineItemId or productId is required.
    "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersReturnRefundLineItemResponse".
  }
setlineitemmetadata(merchantId, orderId, body=None, x__xgafv=None)
Sets (or overrides if it already exists) merchant provided annotations in the form of key-value pairs. A common use case would be to supply us with additional structured information about a line item that cannot be provided via other methods. Submitted key-value pairs can be retrieved as part of the orders resource.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    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": [
      {
        "key": "A String", # Key for additional merchant provided (as key-value pairs) annotation about the line item.
        "value": "A String", # 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.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersSetLineItemMetadataResponse".
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
  }
shiplineitems(merchantId, orderId, body=None, x__xgafv=None)
Marks line item(s) as shipped.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "trackingId": "A String", # Deprecated. Please use shipmentInfo instead. The tracking ID for the shipment.
    "carrier": "A String", # Deprecated. Please use shipmentInfo instead. The carrier handling the shipment. See `shipments[].carrier` in the Orders resource representation for a list of acceptable values.
    "shipmentId": "A String", # Deprecated. Please use shipmentInfo instead. The ID of the shipment.
    "lineItems": [ # Line items to ship.
      {
        "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.
        "quantity": 42, # The quantity that is shipped.
      },
    ],
    "shipmentGroupId": "A String", # ID of the shipment group. Required for orders that use the orderinvoices service.
    "shipmentInfos": [ # Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).
      {
        "shipmentId": "A String", # Required. The ID of the shipment. This is assigned by the merchant and is unique to each shipment.
        "trackingId": "A String", # The tracking ID for the shipment.
        "carrier": "A String", # The carrier handling the shipment. See `shipments[].carrier` in the Orders resource representation for a list of acceptable values.
      },
    ],
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersShipLineItemsResponse".
  }
updatelineitemshippingdetails(merchantId, orderId, body=None, x__xgafv=None)
Updates ship by and delivery by dates for a line item.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    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. 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.
    "shipByDate": "A String", # 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.
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "lineItemId": "A String", # The ID of the line item to set metadata. Either lineItemId or productId is required.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersUpdateLineItemShippingDetailsResponse".
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
  }
updatemerchantorderid(merchantId, orderId, body=None, x__xgafv=None)
Updates the merchant order ID for a given order.

Args:
  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    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.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersUpdateMerchantOrderIdResponse".
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
  }
updateshipment(merchantId, orderId, body=None, x__xgafv=None)
Updates a shipment'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)
  orderId: string, The ID of the order. (required)
  body: object, The request body.
    The object takes the form of:

{
    "status": "A String", # New status for the shipment. Not updated if missing. Acceptable values are: - "`delivered`" - "`undeliverable`" - "`readyForPickup`"
    "shipmentId": "A String", # The ID of the shipment.
    "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
    "trackingId": "A String", # The tracking ID for the shipment. Not updated if missing.
    "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`.
    "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.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#ordersUpdateShipmentResponse".
    "executionStatus": "A String", # The status of the execution. Acceptable values are: - "`duplicate`" - "`executed`"
  }