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.

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

Capture funds from the customer for the current order total. This method should be called after the merchant verifies that they are able and ready to start shipping the order. This method blocks until a response is received from the payment processsor. If this method succeeds, the merchant is guaranteed to receive funds for the order after shipment. If the request fails, it can be retried or the order may be cancelled. This method cannot be called after the entire order is already shipped. A rejected error code is returned when the payment service provider has declined the charge. This indicates a problem between the PSP and either the merchant's or customer's account. Sometimes this error will be resolved by the customer. We recommend retrying these errors once per day or cancelling the order with reason `failedToCaptureFunds` if the items cannot be held.

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.

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 (for example, 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 through Google then through an in-store return.

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

Lists the orders in your Merchant Center account.

list_next()

Retrieves the next page of results.

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

Issues a partial or total refund for items and shipment.

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

Issues a partial or total refund for an order.

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

Rejects return on an 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. 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 through 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:

    {
  "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#ordersAcknowledgeResponse`".
}
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:

{
  "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`" - "`failedToCaptureFunds`"
  "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:

{
  "lineItemId": "A String", # The ID of the line item to cancel. Either lineItemId or productId is required.
  "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
  "productId": "A String", # The ID of the product to cancel. This is the REST ID used in the products service. Either lineItemId or productId is required.
  "quantity": 42, # The quantity to cancel.
  "reason": "A String", # The reason for the cancellation. Acceptable values are: - "`customerInitiatedCancel`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`noInventory`" - "`other`" - "`priceError`" - "`shippingPriceError`" - "`taxError`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`failedToCaptureFunds`"
  "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#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`".
}
captureOrder(merchantId, orderId, body=None, x__xgafv=None)
Capture funds from the customer for the current order total. This method should be called after the merchant verifies that they are able and ready to start shipping the order. This method blocks until a response is received from the payment processsor. If this method succeeds, the merchant is guaranteed to receive funds for the order after shipment. If the request fails, it can be retried or the order may be cancelled. This method cannot be called after the entire order is already shipped. A rejected error code is returned when the payment service provider has declined the charge. This indicates a problem between the PSP and either the merchant's or customer's account. Sometimes this error will be resolved by the customer. We recommend retrying these errors once per day or cancelling the order with reason `failedToCaptureFunds` if the items cannot be held.

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

{ # Request message for the CaptureOrder method.
}

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

Returns:
  An object of the form:

    { # Response message for the CaptureOrder method.
  "executionStatus": "A String", # The status of the execution. Only defined if the request was successful. Acceptable values are: * "duplicate" * "executed"
}
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:

{
  "country": "A String", # The CLDR territory code of the country of the test order to create. Affects the currency and addresses of orders created through `template_name`, or the addresses of orders created through `test_order`. Acceptable values are: - "`US`" - "`FR`" Defaults to "`US`".
  "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`"
  "testOrder": { # The test order to create.
    "deliveryDetails": { # Overrides the predefined delivery details if provided.
      "address": { # The delivery address
        "country": "A String", # CLDR country code (for example, "US").
        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
          "A String",
        ],
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
        "recipientName": "A String", # Name of the recipient.
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
          "A String",
        ],
      },
      "isScheduledDelivery": True or False, # Whether the order is scheduled delivery order.
      "phoneNumber": "A String", # The phone number of the person receiving the delivery.
    },
    "enableOrderinvoices": True or False, # Whether the orderinvoices service should support this order.
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#testOrder`"
    "lineItems": [ # Required. Line items that are ordered. At least one line item must be provided.
      {
        "product": { # Required. Product data from the time of the order placement.
          "brand": "A String", # Required. Brand of the item.
          "condition": "A String", # Required. Condition or state of the item. Acceptable values are: - "`new`"
          "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item. Acceptable values are: - "`en`" - "`fr`"
          "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.
            },
          ],
          "gtin": "A String", # Global Trade Item Number (GTIN) of the item. Optional.
          "imageLink": "A String", # Required. URL of an image of the item.
          "itemGroupId": "A String", # Shared identifier for all variants of the same product. Optional.
          "mpn": "A String", # Manufacturer Part Number (MPN) of the item. Optional.
          "offerId": "A String", # Required. An identifier of the item.
          "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.
          },
          "targetCountry": "A String", # Required. The CLDR territory code of the target country of the product.
          "title": "A String", # Required. The title 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.
            },
          ],
        },
        "quantityOrdered": 42, # Required. Number of items ordered.
        "returnInfo": { # Required. Details of the return policy for the line item.
          "daysToReturn": 42, # Required. How many days later the item can be returned.
          "isReturnable": True or False, # Required. Whether the item is returnable.
          "policyUrl": "A String", # Required. URL of the item return policy.
        },
        "shippingDetails": { # Required. Details of the requested shipping for the line item.
          "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.
            "maxDaysInTransit": 42, # Required. Maximum transit time.
            "methodName": "A String", # Required. The name of the shipping method.
            "minDaysInTransit": 42, # Required. Minimum transit time.
          },
          "pickupPromiseInMinutes": 42, # The promised time in minutes in which the order will be ready for pickup. This only applies to buy-online-pickup-in-store same-day order.
          "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
          "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
        },
      },
    ],
    "notificationMode": "A String", # Restricted. Do not use.
    "pickupDetails": { # Overrides the predefined pickup details if provided.
      "locationCode": "A String", # Required. Code of the location defined by provider or merchant.
      "pickupLocationAddress": { # Required. Pickup location address.
        "country": "A String", # CLDR country code (for example, "US").
        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
          "A String",
        ],
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
        "recipientName": "A String", # Name of the recipient.
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
          "A String",
        ],
      },
      "pickupLocationType": "A String", # Pickup location type. Acceptable values are: - "`locker`" - "`store`" - "`curbside`"
      "pickupPersons": [ # Required. all pickup persons set by users.
        {
          "name": "A String", # Required. Full name of the pickup person.
          "phoneNumber": "A String", # Required. The phone number of the person picking up the items.
        },
      ],
    },
    "predefinedBillingAddress": "A String", # Required. The billing address. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
    "predefinedDeliveryAddress": "A String", # Required. Identifier of one of the predefined delivery addresses for the delivery. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
    "predefinedEmail": "A String", # Required. Email address of the customer. Acceptable values are: - "`pog.dwight.schrute@gmail.com`" - "`pog.jim.halpert@gmail.com`" - "`penpog.pam.beesly@gmail.comding`"
    "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`"
    "promotions": [ # Promotions associated with the order.
      {
        "applicableItems": [ # Items that this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity. This field will also be empty for shipping promotions because shipping is not tied to any specific item.
          {
            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
            "productId": "A String", # `orders.createtestorder`.
            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
          },
        ],
        "appliedItems": [ # Items that this promotion have been applied to. Do not provide for `orders.createtestorder`. This field will be empty for shipping promotions because shipping is not tied to any specific item.
          {
            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
            "productId": "A String", # `orders.createtestorder`.
            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
          },
        ],
        "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
        "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`. Acceptable values are: - "`google`" - "`merchant`"
        "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
        "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
        "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
        "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeShippingOvernight`" - "`freeShippingStandard`" - "`freeShippingTwoDay`" - "`moneyOff`" - "`percentOff`" - "`rewardPoints`" - "`salePrice`"
        "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "title": "A String", # Required. The title of the promotion.
        "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`. Acceptable values are: - "`product`" - "`shipping`"
      },
    ],
    "shippingCost": { # Required. The price of shipping for all items. Shipping tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied. Note that shipping is not taxed in certain states.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "shippingOption": "A String", # Required. The requested shipping option. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
  },
}

  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:

    {
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#ordersCreateTestReturnResponse`".
  "returnId": "A String", # The ID of the newly created test order return.
}
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.
  "acknowledged": True or False, # Whether the order was acknowledged.
  "annotations": [ # List of key-value pairs that are attached to a given order.
    {
      "key": "A String", # Key for additional google provided (as key-value pairs) annotation.
      "value": "A String", # Value for additional google provided (as key-value pairs) annotation.
    },
  ],
  "billingAddress": { # The billing address.
    "country": "A String", # CLDR country code (for example, "US").
    "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
      "A String",
    ],
    "isPostOfficeBox": True or False, # Whether the address is a post office box.
    "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
    "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
    "recipientName": "A String", # Name of the recipient.
    "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
    "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
      "A String",
    ],
  },
  "customer": { # The details of the customer who placed the order.
    "fullName": "A String", # Full name of the customer.
    "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.
    "loyaltyInfo": { # Loyalty program information.
      "loyaltyNumber": "A String", # The loyalty card/membership number.
      "name": "A String", # Name of card/membership holder, this field will be populated when
    },
    "marketingRightsInfo": { # Customer's marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
      "explicitMarketingPreference": "A String", # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in. Acceptable values are: - "`denied`" - "`granted`"
      "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
      "marketingEmailAddress": "A String", # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is 'granted'. This happens when retrieving an old order from the customer who deleted their account.
    },
  },
  "deliveryDetails": { # Delivery details for shipments of type `delivery`.
    "address": { # The delivery address
      "country": "A String", # CLDR country code (for example, "US").
      "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
        "A String",
      ],
      "isPostOfficeBox": True or False, # Whether the address is a post office box.
      "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
      "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
      "recipientName": "A String", # Name of the recipient.
      "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
      "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
        "A String",
      ],
    },
    "phoneNumber": "A String", # The phone number of the person receiving the delivery.
  },
  "id": "A String", # The REST ID of the order. Globally unique.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
  "lineItems": [ # Line items that are ordered.
    {
      "adjustments": [ # Price and tax adjustments applied on the line item.
        {
          "priceAdjustment": { # Adjustment for total price of the line item.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "taxAdjustment": { # Adjustment for total tax of the line item.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "type": "A String", # Type of this adjustment. Acceptable values are: - "`promotion`"
        },
      ],
      "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.
        },
      ],
      "cancellations": [ # Cancellations of the line item.
        {
          "actor": "A String", # The actor that created the cancellation. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
          "creationDate": "A String", # Date on which the cancellation has been created, in ISO 8601 format.
          "quantity": 42, # The quantity that was canceled.
          "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 won't 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`" - "`failedToCaptureFunds`"
          "reasonText": "A String", # The explanation of the reason.
        },
      ],
      "id": "A String", # The ID of the line item.
      "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.
      },
      "product": { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (for example, title or gtin) might be reformatted and no longer match values submitted through product feed.
        "brand": "A String", # Brand 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.
        "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.
          },
        ],
        "gtin": "A String", # Global Trade Item Number (GTIN) of the item.
        "id": "A String", # The REST ID of the product.
        "imageLink": "A String", # URL of an image of the item.
        "itemGroupId": "A String", # Shared identifier for all variants of the same product.
        "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
        "offerId": "A String", # An identifier of the item.
        "price": { # Price of the item.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
        "targetCountry": "A String", # The CLDR territory code of the target country of the product.
        "title": "A String", # The title of the product.
        "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.
          },
        ],
      },
      "quantityCanceled": 42, # Number of items canceled.
      "quantityDelivered": 42, # Number of items delivered.
      "quantityOrdered": 42, # Number of items ordered.
      "quantityPending": 42, # Number of items pending.
      "quantityReadyForPickup": 42, # Number of items ready for pickup.
      "quantityReturned": 42, # Number of items returned.
      "quantityShipped": 42, # Number of items shipped.
      "quantityUndeliverable": 42, # Number of items undeliverable.
      "returnInfo": { # Details of the return policy for the line item.
        "daysToReturn": 42, # Required. How many days later the item can be returned.
        "isReturnable": True or False, # Required. Whether the item is returnable.
        "policyUrl": "A String", # Required. URL of the item return policy.
      },
      "returns": [ # Returns of the line item.
        {
          "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.
          "quantity": 42, # Quantity that is returned.
          "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
          "reasonText": "A String", # The explanation of the reason.
        },
      ],
      "shippingDetails": { # Details of the requested shipping for the line item.
        "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.
          "maxDaysInTransit": 42, # Required. Maximum transit time.
          "methodName": "A String", # Required. The name of the shipping method.
          "minDaysInTransit": 42, # Required. Minimum transit time.
        },
        "pickupPromiseInMinutes": 42, # The promised time in minutes in which the order will be ready for pickup. This only applies to buy-online-pickup-in-store same-day order.
        "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
        "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
      },
      "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.
      },
    },
  ],
  "merchantId": "A String",
  "merchantOrderId": "A String", # Merchant-provided ID of the order.
  "netPriceAmount": { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
    "currency": "A String", # The currency of the price.
    "value": "A String", # The price represented as a number.
  },
  "netTaxAmount": { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
    "currency": "A String", # The currency of the price.
    "value": "A String", # The price represented as a number.
  },
  "paymentStatus": "A String", # The status of the payment. Acceptable values are: - "`paymentCaptured`" - "`paymentRejected`" - "`paymentSecured`" - "`pendingAuthorization`"
  "pickupDetails": { # Pickup details for shipments of type `pickup`.
    "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.
      "country": "A String", # CLDR country code (for example, "US").
      "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
        "A String",
      ],
      "isPostOfficeBox": True or False, # Whether the address is a post office box.
      "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
      "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
      "recipientName": "A String", # Name of the recipient.
      "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
      "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
        "A String",
      ],
    },
    "collectors": [ # Collectors authorized to pick up shipment from the pickup location.
      {
        "name": "A String", # Name of the person picking up the shipment.
        "phoneNumber": "A String", # Phone number of the person picking up the shipment.
      },
    ],
    "locationId": "A String", # ID of the pickup location.
    "pickupType": "A String", # The pickup type of this order. Acceptable values are: - "`merchantStore`" - "`merchantStoreCurbside`" - "`merchantStoreLocker`" - "`thirdPartyPickupPoint`" - "`thirdPartyLocker`"
  },
  "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
  "promotions": [ # Promotions associated with the order. To determine which promotions apply to which products, check the `Promotions[].appliedItems[].lineItemId` field against the `LineItems[].id` field for each promotion. If a promotion is applied to more than 1 offerId, divide the discount value by the number of affected offers to determine how much discount to apply to each offerId. Examples: 1. To calculate price paid by the customer for a single line item including the discount: For each promotion, subtract the `LineItems[].adjustments[].priceAdjustment.value` amount from the `LineItems[].Price.value`. 2. To calculate price paid by the customer for a single line item including the discount in case of multiple quantity: For each promotion, divide the `LineItems[].adjustments[].priceAdjustment.value` by the quantity of products then subtract the resulting value from the `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.
    {
      "applicableItems": [ # Items that this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity. This field will also be empty for shipping promotions because shipping is not tied to any specific item.
        {
          "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
          "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
          "productId": "A String", # `orders.createtestorder`.
          "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
        },
      ],
      "appliedItems": [ # Items that this promotion have been applied to. Do not provide for `orders.createtestorder`. This field will be empty for shipping promotions because shipping is not tied to any specific item.
        {
          "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
          "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
          "productId": "A String", # `orders.createtestorder`.
          "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
        },
      ],
      "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
      "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`. Acceptable values are: - "`google`" - "`merchant`"
      "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
      "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
      "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
      "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeShippingOvernight`" - "`freeShippingStandard`" - "`freeShippingTwoDay`" - "`moneyOff`" - "`percentOff`" - "`rewardPoints`" - "`salePrice`"
      "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "title": "A String", # Required. The title of the promotion.
      "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`. Acceptable values are: - "`product`" - "`shipping`"
    },
  ],
  "refunds": [ # Refunds for the order.
    {
      "actor": "A String", # The actor that created the refund. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
      "amount": { # The amount that is refunded.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
      "reason": "A String", # The reason for the refund. 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`"
      "reasonText": "A String", # The explanation of the reason.
    },
  ],
  "shipments": [ # Shipments of the order.
    {
      "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 won't 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) - "`lso`" (Lone Star Overnight) - "`tww`" (Team Worldwide) - "`deliver-it`" (Deliver-IT) - "`cdl last mile`" (CDL Last Mile) 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)
      "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
      "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
      "id": "A String", # The ID of the shipment.
      "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 (for example, "+41 44 668 1800").
        "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
      },
      "shipmentGroupId": "A String", # The shipment group ID of the shipment. This is set in shiplineitems request.
      "status": "A String", # The status of the shipment. Acceptable values are: - "`delivered`" - "`readyForPickup`" - "`shipped`" - "`undeliverable`"
      "trackingId": "A String", # The tracking ID for the shipment.
    },
  ],
  "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.
  },
  "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.
  },
  "status": "A String", # The status of the order. Acceptable values are: - "`canceled`" - "`delivered`" - "`inProgress`" - "`partiallyDelivered`" - "`partiallyReturned`" - "`partiallyShipped`" - "`pendingShipment`" - "`returned`" - "`shipped`"
  "taxCollector": "A String", # The party responsible for collecting and remitting taxes. Acceptable values are: - "`marketplaceFacilitator`" - "`merchant`"
}
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:

    {
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#ordersGetByMerchantOrderIdResponse`".
  "order": { # Order. Production access (all methods) requires the order manager role. Sandbox access does not. # The requested order.
    "acknowledged": True or False, # Whether the order was acknowledged.
    "annotations": [ # List of key-value pairs that are attached to a given order.
      {
        "key": "A String", # Key for additional google provided (as key-value pairs) annotation.
        "value": "A String", # Value for additional google provided (as key-value pairs) annotation.
      },
    ],
    "billingAddress": { # The billing address.
      "country": "A String", # CLDR country code (for example, "US").
      "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
        "A String",
      ],
      "isPostOfficeBox": True or False, # Whether the address is a post office box.
      "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
      "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
      "recipientName": "A String", # Name of the recipient.
      "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
      "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
        "A String",
      ],
    },
    "customer": { # The details of the customer who placed the order.
      "fullName": "A String", # Full name of the customer.
      "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.
      "loyaltyInfo": { # Loyalty program information.
        "loyaltyNumber": "A String", # The loyalty card/membership number.
        "name": "A String", # Name of card/membership holder, this field will be populated when
      },
      "marketingRightsInfo": { # Customer's marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
        "explicitMarketingPreference": "A String", # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in. Acceptable values are: - "`denied`" - "`granted`"
        "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
        "marketingEmailAddress": "A String", # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is 'granted'. This happens when retrieving an old order from the customer who deleted their account.
      },
    },
    "deliveryDetails": { # Delivery details for shipments of type `delivery`.
      "address": { # The delivery address
        "country": "A String", # CLDR country code (for example, "US").
        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
          "A String",
        ],
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
        "recipientName": "A String", # Name of the recipient.
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
          "A String",
        ],
      },
      "phoneNumber": "A String", # The phone number of the person receiving the delivery.
    },
    "id": "A String", # The REST ID of the order. Globally unique.
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
    "lineItems": [ # Line items that are ordered.
      {
        "adjustments": [ # Price and tax adjustments applied on the line item.
          {
            "priceAdjustment": { # Adjustment for total price of the line item.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "taxAdjustment": { # Adjustment for total tax of the line item.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "type": "A String", # Type of this adjustment. Acceptable values are: - "`promotion`"
          },
        ],
        "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.
          },
        ],
        "cancellations": [ # Cancellations of the line item.
          {
            "actor": "A String", # The actor that created the cancellation. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
            "creationDate": "A String", # Date on which the cancellation has been created, in ISO 8601 format.
            "quantity": 42, # The quantity that was canceled.
            "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 won't 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`" - "`failedToCaptureFunds`"
            "reasonText": "A String", # The explanation of the reason.
          },
        ],
        "id": "A String", # The ID of the line item.
        "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.
        },
        "product": { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (for example, title or gtin) might be reformatted and no longer match values submitted through product feed.
          "brand": "A String", # Brand 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.
          "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.
            },
          ],
          "gtin": "A String", # Global Trade Item Number (GTIN) of the item.
          "id": "A String", # The REST ID of the product.
          "imageLink": "A String", # URL of an image of the item.
          "itemGroupId": "A String", # Shared identifier for all variants of the same product.
          "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
          "offerId": "A String", # An identifier of the item.
          "price": { # Price of the item.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
          "targetCountry": "A String", # The CLDR territory code of the target country of the product.
          "title": "A String", # The title of the product.
          "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.
            },
          ],
        },
        "quantityCanceled": 42, # Number of items canceled.
        "quantityDelivered": 42, # Number of items delivered.
        "quantityOrdered": 42, # Number of items ordered.
        "quantityPending": 42, # Number of items pending.
        "quantityReadyForPickup": 42, # Number of items ready for pickup.
        "quantityReturned": 42, # Number of items returned.
        "quantityShipped": 42, # Number of items shipped.
        "quantityUndeliverable": 42, # Number of items undeliverable.
        "returnInfo": { # Details of the return policy for the line item.
          "daysToReturn": 42, # Required. How many days later the item can be returned.
          "isReturnable": True or False, # Required. Whether the item is returnable.
          "policyUrl": "A String", # Required. URL of the item return policy.
        },
        "returns": [ # Returns of the line item.
          {
            "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.
            "quantity": 42, # Quantity that is returned.
            "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
            "reasonText": "A String", # The explanation of the reason.
          },
        ],
        "shippingDetails": { # Details of the requested shipping for the line item.
          "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.
            "maxDaysInTransit": 42, # Required. Maximum transit time.
            "methodName": "A String", # Required. The name of the shipping method.
            "minDaysInTransit": 42, # Required. Minimum transit time.
          },
          "pickupPromiseInMinutes": 42, # The promised time in minutes in which the order will be ready for pickup. This only applies to buy-online-pickup-in-store same-day order.
          "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
          "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
        },
        "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.
        },
      },
    ],
    "merchantId": "A String",
    "merchantOrderId": "A String", # Merchant-provided ID of the order.
    "netPriceAmount": { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "netTaxAmount": { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "paymentStatus": "A String", # The status of the payment. Acceptable values are: - "`paymentCaptured`" - "`paymentRejected`" - "`paymentSecured`" - "`pendingAuthorization`"
    "pickupDetails": { # Pickup details for shipments of type `pickup`.
      "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.
        "country": "A String", # CLDR country code (for example, "US").
        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
          "A String",
        ],
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
        "recipientName": "A String", # Name of the recipient.
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
          "A String",
        ],
      },
      "collectors": [ # Collectors authorized to pick up shipment from the pickup location.
        {
          "name": "A String", # Name of the person picking up the shipment.
          "phoneNumber": "A String", # Phone number of the person picking up the shipment.
        },
      ],
      "locationId": "A String", # ID of the pickup location.
      "pickupType": "A String", # The pickup type of this order. Acceptable values are: - "`merchantStore`" - "`merchantStoreCurbside`" - "`merchantStoreLocker`" - "`thirdPartyPickupPoint`" - "`thirdPartyLocker`"
    },
    "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
    "promotions": [ # Promotions associated with the order. To determine which promotions apply to which products, check the `Promotions[].appliedItems[].lineItemId` field against the `LineItems[].id` field for each promotion. If a promotion is applied to more than 1 offerId, divide the discount value by the number of affected offers to determine how much discount to apply to each offerId. Examples: 1. To calculate price paid by the customer for a single line item including the discount: For each promotion, subtract the `LineItems[].adjustments[].priceAdjustment.value` amount from the `LineItems[].Price.value`. 2. To calculate price paid by the customer for a single line item including the discount in case of multiple quantity: For each promotion, divide the `LineItems[].adjustments[].priceAdjustment.value` by the quantity of products then subtract the resulting value from the `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.
      {
        "applicableItems": [ # Items that this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity. This field will also be empty for shipping promotions because shipping is not tied to any specific item.
          {
            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
            "productId": "A String", # `orders.createtestorder`.
            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
          },
        ],
        "appliedItems": [ # Items that this promotion have been applied to. Do not provide for `orders.createtestorder`. This field will be empty for shipping promotions because shipping is not tied to any specific item.
          {
            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
            "productId": "A String", # `orders.createtestorder`.
            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
          },
        ],
        "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
        "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`. Acceptable values are: - "`google`" - "`merchant`"
        "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
        "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
        "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
        "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeShippingOvernight`" - "`freeShippingStandard`" - "`freeShippingTwoDay`" - "`moneyOff`" - "`percentOff`" - "`rewardPoints`" - "`salePrice`"
        "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "title": "A String", # Required. The title of the promotion.
        "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`. Acceptable values are: - "`product`" - "`shipping`"
      },
    ],
    "refunds": [ # Refunds for the order.
      {
        "actor": "A String", # The actor that created the refund. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
        "amount": { # The amount that is refunded.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
        "reason": "A String", # The reason for the refund. 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`"
        "reasonText": "A String", # The explanation of the reason.
      },
    ],
    "shipments": [ # Shipments of the order.
      {
        "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 won't 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) - "`lso`" (Lone Star Overnight) - "`tww`" (Team Worldwide) - "`deliver-it`" (Deliver-IT) - "`cdl last mile`" (CDL Last Mile) 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)
        "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
        "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
        "id": "A String", # The ID of the shipment.
        "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 (for example, "+41 44 668 1800").
          "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
        },
        "shipmentGroupId": "A String", # The shipment group ID of the shipment. This is set in shiplineitems request.
        "status": "A String", # The status of the shipment. Acceptable values are: - "`delivered`" - "`readyForPickup`" - "`shipped`" - "`undeliverable`"
        "trackingId": "A String", # The tracking ID for the shipment.
      },
    ],
    "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.
    },
    "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.
    },
    "status": "A String", # The status of the order. Acceptable values are: - "`canceled`" - "`delivered`" - "`inProgress`" - "`partiallyDelivered`" - "`partiallyReturned`" - "`partiallyShipped`" - "`pendingShipment`" - "`returned`" - "`shipped`"
    "taxCollector": "A String", # The party responsible for collecting and remitting taxes. Acceptable values are: - "`marketplaceFacilitator`" - "`merchant`"
  },
}
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 - Get `template1`.
      TEMPLATE2 - Get `template2`.
      TEMPLATE1A - Get `template1A`.
      TEMPLATE1B - Get `template1B`.
      TEMPLATE3 - Get `template3`.
      TEMPLATE4 - Get `template4`.
  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.
    "deliveryDetails": { # Overrides the predefined delivery details if provided.
      "address": { # The delivery address
        "country": "A String", # CLDR country code (for example, "US").
        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
          "A String",
        ],
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
        "recipientName": "A String", # Name of the recipient.
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
          "A String",
        ],
      },
      "isScheduledDelivery": True or False, # Whether the order is scheduled delivery order.
      "phoneNumber": "A String", # The phone number of the person receiving the delivery.
    },
    "enableOrderinvoices": True or False, # Whether the orderinvoices service should support this order.
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#testOrder`"
    "lineItems": [ # Required. Line items that are ordered. At least one line item must be provided.
      {
        "product": { # Required. Product data from the time of the order placement.
          "brand": "A String", # Required. Brand of the item.
          "condition": "A String", # Required. Condition or state of the item. Acceptable values are: - "`new`"
          "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item. Acceptable values are: - "`en`" - "`fr`"
          "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.
            },
          ],
          "gtin": "A String", # Global Trade Item Number (GTIN) of the item. Optional.
          "imageLink": "A String", # Required. URL of an image of the item.
          "itemGroupId": "A String", # Shared identifier for all variants of the same product. Optional.
          "mpn": "A String", # Manufacturer Part Number (MPN) of the item. Optional.
          "offerId": "A String", # Required. An identifier of the item.
          "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.
          },
          "targetCountry": "A String", # Required. The CLDR territory code of the target country of the product.
          "title": "A String", # Required. The title 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.
            },
          ],
        },
        "quantityOrdered": 42, # Required. Number of items ordered.
        "returnInfo": { # Required. Details of the return policy for the line item.
          "daysToReturn": 42, # Required. How many days later the item can be returned.
          "isReturnable": True or False, # Required. Whether the item is returnable.
          "policyUrl": "A String", # Required. URL of the item return policy.
        },
        "shippingDetails": { # Required. Details of the requested shipping for the line item.
          "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.
            "maxDaysInTransit": 42, # Required. Maximum transit time.
            "methodName": "A String", # Required. The name of the shipping method.
            "minDaysInTransit": 42, # Required. Minimum transit time.
          },
          "pickupPromiseInMinutes": 42, # The promised time in minutes in which the order will be ready for pickup. This only applies to buy-online-pickup-in-store same-day order.
          "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
          "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
        },
      },
    ],
    "notificationMode": "A String", # Restricted. Do not use.
    "pickupDetails": { # Overrides the predefined pickup details if provided.
      "locationCode": "A String", # Required. Code of the location defined by provider or merchant.
      "pickupLocationAddress": { # Required. Pickup location address.
        "country": "A String", # CLDR country code (for example, "US").
        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
          "A String",
        ],
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
        "recipientName": "A String", # Name of the recipient.
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
          "A String",
        ],
      },
      "pickupLocationType": "A String", # Pickup location type. Acceptable values are: - "`locker`" - "`store`" - "`curbside`"
      "pickupPersons": [ # Required. all pickup persons set by users.
        {
          "name": "A String", # Required. Full name of the pickup person.
          "phoneNumber": "A String", # Required. The phone number of the person picking up the items.
        },
      ],
    },
    "predefinedBillingAddress": "A String", # Required. The billing address. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
    "predefinedDeliveryAddress": "A String", # Required. Identifier of one of the predefined delivery addresses for the delivery. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
    "predefinedEmail": "A String", # Required. Email address of the customer. Acceptable values are: - "`pog.dwight.schrute@gmail.com`" - "`pog.jim.halpert@gmail.com`" - "`penpog.pam.beesly@gmail.comding`"
    "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`"
    "promotions": [ # Promotions associated with the order.
      {
        "applicableItems": [ # Items that this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity. This field will also be empty for shipping promotions because shipping is not tied to any specific item.
          {
            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
            "productId": "A String", # `orders.createtestorder`.
            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
          },
        ],
        "appliedItems": [ # Items that this promotion have been applied to. Do not provide for `orders.createtestorder`. This field will be empty for shipping promotions because shipping is not tied to any specific item.
          {
            "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
            "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
            "productId": "A String", # `orders.createtestorder`.
            "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
          },
        ],
        "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
        "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`. Acceptable values are: - "`google`" - "`merchant`"
        "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
        "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
        "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
        "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeShippingOvernight`" - "`freeShippingStandard`" - "`freeShippingTwoDay`" - "`moneyOff`" - "`percentOff`" - "`rewardPoints`" - "`salePrice`"
        "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "title": "A String", # Required. The title of the promotion.
        "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`. Acceptable values are: - "`product`" - "`shipping`"
      },
    ],
    "shippingCost": { # Required. The price of shipping for all items. Shipping tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied. Note that shipping is not taxed in certain states.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "shippingOption": "A String", # Required. The requested shipping option. Acceptable values are: - "`economy`" - "`expedited`" - "`oneDay`" - "`sameDay`" - "`standard`" - "`twoDay`"
  },
}
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 (for example, 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 through Google then through 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:

{
  "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.
  "priceAmount": { # The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. Required.
    "currency": "A String", # The currency of the price.
    "value": "A String", # The price represented as a number.
  },
  "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.
  "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
  "reasonText": "A String", # The explanation of the reason.
  "taxAmount": { # The amount of tax to be refunded. Required.
    "currency": "A String", # The currency of the price.
    "value": "A String", # The price represented as a number.
  },
}

  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#ordersInStoreRefundLineItemResponse`".
}
list(merchantId, acknowledged=None, maxResults=None, orderBy=None, pageToken=None, placedDateEnd=None, placedDateStart=None, statuses=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)
  acknowledged: boolean, Obtains orders that match the acknowledgement status. When set to true, obtains orders that have been acknowledged. When false, obtains orders that have not been acknowledged. We recommend using this filter set to `false`, in conjunction with the `acknowledge` call, such that only un-acknowledged orders are returned. 
  maxResults: integer, The maximum number of orders to return in the response, used for paging. The default value is 25 orders per page, and the maximum allowed value is 250 orders per page.
  orderBy: string, Order results by placement date in descending or ascending order. Acceptable values are: - placedDateAsc - placedDateDesc 
  pageToken: string, The token returned by the previous request.
  placedDateEnd: string, Obtains orders placed before this date (exclusively), in ISO 8601 format.
  placedDateStart: string, Obtains orders placed after this date (inclusively), in ISO 8601 format.
  statuses: string, Obtains orders that match any of the specified statuses. 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 - Return orders with status `active`. The `active` status includes `pendingShipment` and `partiallyShipped` orders.
      COMPLETED - Return orders with status `completed`. The `completed` status includes `shipped`, `partiallyDelivered`, `delivered`, `partiallyReturned`, `returned`, and `canceled` orders.
      CANCELED - Return orders with status `canceled`.
      IN_PROGRESS - Return orders with status `inProgress`.
      PENDING_SHIPMENT - Return orders with status `pendingShipment`.
      PARTIALLY_SHIPPED - Return orders with status `partiallyShipped`.
      SHIPPED - Return orders with status `shipped`.
      PARTIALLY_DELIVERED - Return orders with status `partiallyDelivered`.
      DELIVERED - Return orders with status `delivered`.
      PARTIALLY_RETURNED - Return orders with status `partiallyReturned`.
      RETURNED - Return orders with status `returned`.
  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#ordersListResponse`".
  "nextPageToken": "A String", # The token for the retrieval of the next page of orders.
  "resources": [
    { # Order. Production access (all methods) requires the order manager role. Sandbox access does not.
      "acknowledged": True or False, # Whether the order was acknowledged.
      "annotations": [ # List of key-value pairs that are attached to a given order.
        {
          "key": "A String", # Key for additional google provided (as key-value pairs) annotation.
          "value": "A String", # Value for additional google provided (as key-value pairs) annotation.
        },
      ],
      "billingAddress": { # The billing address.
        "country": "A String", # CLDR country code (for example, "US").
        "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
          "A String",
        ],
        "isPostOfficeBox": True or False, # Whether the address is a post office box.
        "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
        "recipientName": "A String", # Name of the recipient.
        "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
          "A String",
        ],
      },
      "customer": { # The details of the customer who placed the order.
        "fullName": "A String", # Full name of the customer.
        "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.
        "loyaltyInfo": { # Loyalty program information.
          "loyaltyNumber": "A String", # The loyalty card/membership number.
          "name": "A String", # Name of card/membership holder, this field will be populated when
        },
        "marketingRightsInfo": { # Customer's marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.
          "explicitMarketingPreference": "A String", # Last known customer selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty. If a customer selected `granted` in their most recent order, they can be subscribed to marketing emails. Customers who have chosen `denied` must not be subscribed, or must be unsubscribed if already opted-in. Acceptable values are: - "`denied`" - "`granted`"
          "lastUpdatedTimestamp": "A String", # Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
          "marketingEmailAddress": "A String", # Email address that can be used for marketing purposes. The field may be empty even if `explicitMarketingPreference` is 'granted'. This happens when retrieving an old order from the customer who deleted their account.
        },
      },
      "deliveryDetails": { # Delivery details for shipments of type `delivery`.
        "address": { # The delivery address
          "country": "A String", # CLDR country code (for example, "US").
          "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
            "A String",
          ],
          "isPostOfficeBox": True or False, # Whether the address is a post office box.
          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
          "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
          "recipientName": "A String", # Name of the recipient.
          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
          "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
            "A String",
          ],
        },
        "phoneNumber": "A String", # The phone number of the person receiving the delivery.
      },
      "id": "A String", # The REST ID of the order. Globally unique.
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#order`"
      "lineItems": [ # Line items that are ordered.
        {
          "adjustments": [ # Price and tax adjustments applied on the line item.
            {
              "priceAdjustment": { # Adjustment for total price of the line item.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "taxAdjustment": { # Adjustment for total tax of the line item.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "type": "A String", # Type of this adjustment. Acceptable values are: - "`promotion`"
            },
          ],
          "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.
            },
          ],
          "cancellations": [ # Cancellations of the line item.
            {
              "actor": "A String", # The actor that created the cancellation. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
              "creationDate": "A String", # Date on which the cancellation has been created, in ISO 8601 format.
              "quantity": 42, # The quantity that was canceled.
              "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 won't 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`" - "`failedToCaptureFunds`"
              "reasonText": "A String", # The explanation of the reason.
            },
          ],
          "id": "A String", # The ID of the line item.
          "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.
          },
          "product": { # Product data as seen by customer from the time of the order placement. Note that certain attributes values (for example, title or gtin) might be reformatted and no longer match values submitted through product feed.
            "brand": "A String", # Brand 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.
            "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.
              },
            ],
            "gtin": "A String", # Global Trade Item Number (GTIN) of the item.
            "id": "A String", # The REST ID of the product.
            "imageLink": "A String", # URL of an image of the item.
            "itemGroupId": "A String", # Shared identifier for all variants of the same product.
            "mpn": "A String", # Manufacturer Part Number (MPN) of the item.
            "offerId": "A String", # An identifier of the item.
            "price": { # Price of the item.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "shownImage": "A String", # URL to the cached image shown to the user when order was placed.
            "targetCountry": "A String", # The CLDR territory code of the target country of the product.
            "title": "A String", # The title of the product.
            "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.
              },
            ],
          },
          "quantityCanceled": 42, # Number of items canceled.
          "quantityDelivered": 42, # Number of items delivered.
          "quantityOrdered": 42, # Number of items ordered.
          "quantityPending": 42, # Number of items pending.
          "quantityReadyForPickup": 42, # Number of items ready for pickup.
          "quantityReturned": 42, # Number of items returned.
          "quantityShipped": 42, # Number of items shipped.
          "quantityUndeliverable": 42, # Number of items undeliverable.
          "returnInfo": { # Details of the return policy for the line item.
            "daysToReturn": 42, # Required. How many days later the item can be returned.
            "isReturnable": True or False, # Required. Whether the item is returnable.
            "policyUrl": "A String", # Required. URL of the item return policy.
          },
          "returns": [ # Returns of the line item.
            {
              "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.
              "quantity": 42, # Quantity that is returned.
              "reason": "A String", # The reason for the return. Acceptable values are: - "`customerDiscretionaryReturn`" - "`customerInitiatedMerchantCancel`" - "`deliveredTooLate`" - "`expiredItem`" - "`invalidCoupon`" - "`malformedShippingAddress`" - "`other`" - "`productArrivedDamaged`" - "`productNotAsDescribed`" - "`qualityNotAsExpected`" - "`undeliverableShippingAddress`" - "`unsupportedPoBoxAddress`" - "`wrongProductShipped`"
              "reasonText": "A String", # The explanation of the reason.
            },
          ],
          "shippingDetails": { # Details of the requested shipping for the line item.
            "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.
              "maxDaysInTransit": 42, # Required. Maximum transit time.
              "methodName": "A String", # Required. The name of the shipping method.
              "minDaysInTransit": 42, # Required. Minimum transit time.
            },
            "pickupPromiseInMinutes": 42, # The promised time in minutes in which the order will be ready for pickup. This only applies to buy-online-pickup-in-store same-day order.
            "shipByDate": "A String", # Required. The ship by date, in ISO 8601 format.
            "type": "A String", # Type of shipment. Indicates whether `deliveryDetails` or `pickupDetails` is applicable for this shipment. Acceptable values are: - "`delivery`" - "`pickup`"
          },
          "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.
          },
        },
      ],
      "merchantId": "A String",
      "merchantOrderId": "A String", # Merchant-provided ID of the order.
      "netPriceAmount": { # The net amount for the order (price part). For example, if an order was originally for $100 and a refund was issued for $20, the net amount will be $80.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "netTaxAmount": { # The net amount for the order (tax part). Note that in certain cases due to taxable base adjustment `netTaxAmount` might not match to a sum of tax field across all lineItems and refunds.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "paymentStatus": "A String", # The status of the payment. Acceptable values are: - "`paymentCaptured`" - "`paymentRejected`" - "`paymentSecured`" - "`pendingAuthorization`"
      "pickupDetails": { # Pickup details for shipments of type `pickup`.
        "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.
          "country": "A String", # CLDR country code (for example, "US").
          "fullAddress": [ # Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States
            "A String",
          ],
          "isPostOfficeBox": True or False, # Whether the address is a post office box.
          "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
          "postalCode": "A String", # Postal Code or ZIP (for example, "94043").
          "recipientName": "A String", # Name of the recipient.
          "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
          "streetAddress": [ # Street-level part of the address. Use `\n` to add a second line.
            "A String",
          ],
        },
        "collectors": [ # Collectors authorized to pick up shipment from the pickup location.
          {
            "name": "A String", # Name of the person picking up the shipment.
            "phoneNumber": "A String", # Phone number of the person picking up the shipment.
          },
        ],
        "locationId": "A String", # ID of the pickup location.
        "pickupType": "A String", # The pickup type of this order. Acceptable values are: - "`merchantStore`" - "`merchantStoreCurbside`" - "`merchantStoreLocker`" - "`thirdPartyPickupPoint`" - "`thirdPartyLocker`"
      },
      "placedDate": "A String", # The date when the order was placed, in ISO 8601 format.
      "promotions": [ # Promotions associated with the order. To determine which promotions apply to which products, check the `Promotions[].appliedItems[].lineItemId` field against the `LineItems[].id` field for each promotion. If a promotion is applied to more than 1 offerId, divide the discount value by the number of affected offers to determine how much discount to apply to each offerId. Examples: 1. To calculate price paid by the customer for a single line item including the discount: For each promotion, subtract the `LineItems[].adjustments[].priceAdjustment.value` amount from the `LineItems[].Price.value`. 2. To calculate price paid by the customer for a single line item including the discount in case of multiple quantity: For each promotion, divide the `LineItems[].adjustments[].priceAdjustment.value` by the quantity of products then subtract the resulting value from the `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.
        {
          "applicableItems": [ # Items that this promotion may be applied to. If empty, there are no restrictions on applicable items and quantity. This field will also be empty for shipping promotions because shipping is not tied to any specific item.
            {
              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
              "productId": "A String", # `orders.createtestorder`.
              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
            },
          ],
          "appliedItems": [ # Items that this promotion have been applied to. Do not provide for `orders.createtestorder`. This field will be empty for shipping promotions because shipping is not tied to any specific item.
            {
              "lineItemId": "A String", # The line item ID of a product. Do not provide for `orders.createtestorder`.
              "offerId": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`.
              "productId": "A String", # `orders.createtestorder`.
              "quantity": 42, # The quantity of the associated product. Do not provide for `orders.createtestorder`.
            },
          ],
          "endTime": "A String", # Promotion end time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
          "funder": "A String", # Required. The party funding the promotion. Only `merchant` is supported for `orders.createtestorder`. Acceptable values are: - "`google`" - "`merchant`"
          "merchantPromotionId": "A String", # Required. This field is used to identify promotions within merchants' own systems.
          "priceValue": { # Estimated discount applied to price. Amount is pre-tax or post-tax depending on location of order.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "shortTitle": "A String", # A short title of the promotion to be shown on the checkout page. Do not provide for `orders.createtestorder`.
          "startTime": "A String", # Promotion start time in ISO 8601 format. Date, time, and offset required, for example, "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z".
          "subtype": "A String", # Required. The category of the promotion. Only `moneyOff` is supported for `orders.createtestorder`. Acceptable values are: - "`buyMGetMoneyOff`" - "`buyMGetNMoneyOff`" - "`buyMGetNPercentOff`" - "`buyMGetPercentOff`" - "`freeGift`" - "`freeGiftWithItemId`" - "`freeGiftWithValue`" - "`freeShippingOvernight`" - "`freeShippingStandard`" - "`freeShippingTwoDay`" - "`moneyOff`" - "`percentOff`" - "`rewardPoints`" - "`salePrice`"
          "taxValue": { # Estimated discount applied to tax (if allowed by law). Do not provide for `orders.createtestorder`.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "title": "A String", # Required. The title of the promotion.
          "type": "A String", # Required. The scope of the promotion. Only `product` is supported for `orders.createtestorder`. Acceptable values are: - "`product`" - "`shipping`"
        },
      ],
      "refunds": [ # Refunds for the order.
        {
          "actor": "A String", # The actor that created the refund. Acceptable values are: - "`customer`" - "`googleBot`" - "`googleCustomerService`" - "`googlePayments`" - "`googleSabre`" - "`merchant`"
          "amount": { # The amount that is refunded.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "creationDate": "A String", # Date on which the item has been created, in ISO 8601 format.
          "reason": "A String", # The reason for the refund. 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`"
          "reasonText": "A String", # The explanation of the reason.
        },
      ],
      "shipments": [ # Shipments of the order.
        {
          "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 won't 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) - "`lso`" (Lone Star Overnight) - "`tww`" (Team Worldwide) - "`deliver-it`" (Deliver-IT) - "`cdl last mile`" (CDL Last Mile) 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)
          "creationDate": "A String", # Date on which the shipment has been created, in ISO 8601 format.
          "deliveryDate": "A String", # Date on which the shipment has been delivered, in ISO 8601 format. Present only if `status` is `delivered`
          "id": "A String", # The ID of the shipment.
          "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 (for example, "+41 44 668 1800").
            "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
          },
          "shipmentGroupId": "A String", # The shipment group ID of the shipment. This is set in shiplineitems request.
          "status": "A String", # The status of the shipment. Acceptable values are: - "`delivered`" - "`readyForPickup`" - "`shipped`" - "`undeliverable`"
          "trackingId": "A String", # The tracking ID for the shipment.
        },
      ],
      "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.
      },
      "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.
      },
      "status": "A String", # The status of the order. Acceptable values are: - "`canceled`" - "`delivered`" - "`inProgress`" - "`partiallyDelivered`" - "`partiallyReturned`" - "`partiallyShipped`" - "`pendingShipment`" - "`returned`" - "`shipped`"
      "taxCollector": "A String", # The party responsible for collecting and remitting taxes. Acceptable values are: - "`marketplaceFacilitator`" - "`merchant`"
    },
  ],
}
list_next()
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.
        
refunditem(merchantId, orderId, body=None, x__xgafv=None)
Issues a partial or total refund for items and shipment.

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:

{
  "items": [ # The items that are refunded. Either Item or Shipping must be provided in the request.
    {
      "amount": { # The total amount that is refunded. (for example, refunding $5 each for 2 products should be done by setting quantity to 2 and amount to 10$) In case of multiple refunds, this should be the amount you currently want to refund to the customer.
        "priceAmount": { # The pre-tax or post-tax price depends on the location of the order. - For countries (for example, "US". where price attribute excludes tax, this field corresponds to the pre-tax value. - For coutries (for example, "France") where price attribute includes tax, this field corresponds to the post-tax value .
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
        "taxAmount": { # Tax value, present only for countries where price attribute excludes tax (for example, "US". No tax is referenced as 0 value with the corresponding `currency`.
          "currency": "A String", # The currency of the price.
          "value": "A String", # The price represented as a number.
        },
      },
      "fullRefund": True or False, # If true, the full item will be refunded. If this is true, amount shouldn't be provided and will be ignored.
      "lineItemId": "A String", # The ID of the line item. Either lineItemId or productId is required.
      "productId": "A String", # The ID of the product. This is the REST ID used in the products service. Either lineItemId or productId is required.
      "quantity": 42, # The number of products that are refunded.
    },
  ],
  "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
  "reason": "A String", # The reason for the refund. Acceptable values are: - "`shippingCostAdjustment`" - "`priceAdjustment`" - "`taxAdjustment`" - "`feeAdjustment`" - "`courtesyAdjustment`" - "`adjustment`" - "`customerCancelled`" - "`noInventory`" - "`productNotAsDescribed`" - "`undeliverableShippingAddress`" - "`wrongProductShipped`" - "`lateShipmentCredit`" - "`deliveredLateByCarrier`" - "`productArrivedDamaged`"
  "reasonText": "A String", # The explanation of the reason.
  "shipping": { # The refund on shipping. Optional, but either Item or Shipping must be provided in the request.
    "amount": { # The amount that is refunded. If this is not the first refund for the shipment, this should be the newly refunded amount.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "fullRefund": True or False, # If set to true, all shipping costs for the order will be refunded. If this is true, amount shouldn't be provided and will be ignored. If set to false, submit the amount of the partial shipping refund, excluding the shipping tax. The shipping tax is calculated and handled on Google's side.
  },
}

  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#ordersRefundItemResponse`".
}
refundorder(merchantId, orderId, body=None, x__xgafv=None)
Issues a partial or total refund for an 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 to refund. (required)
  body: object, The request body.
    The object takes the form of:

{
  "amount": { # The amount that is refunded. If this is not the first refund for the order, this should be the newly refunded amount.
    "priceAmount": { # The pre-tax or post-tax price depends on the location of the order. - For countries (for example, "US". where price attribute excludes tax, this field corresponds to the pre-tax value. - For coutries (for example, "France") where price attribute includes tax, this field corresponds to the post-tax value .
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
    "taxAmount": { # Tax value, present only for countries where price attribute excludes tax (for example, "US". No tax is referenced as 0 value with the corresponding `currency`.
      "currency": "A String", # The currency of the price.
      "value": "A String", # The price represented as a number.
    },
  },
  "fullRefund": True or False, # If true, the full order will be refunded, including shipping. If this is true, amount shouldn't be provided and will be ignored.
  "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
  "reason": "A String", # The reason for the refund. Acceptable values are: - "`courtesyAdjustment`" - "`other`"
  "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#ordersRefundOrderResponse`".
}
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:

{
  "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.
  "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.
  "reason": "A String", # The reason for the return. Acceptable values are: - "`damagedOrUsed`" - "`missingComponent`" - "`notEligible`" - "`other`" - "`outOfReturnWindow`"
  "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#ordersRejectReturnLineItemResponse`".
}
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. 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:

{
  "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.
  "priceAmount": { # The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. If omitted, refundless return is assumed.
    "currency": "A String", # The currency of the price.
    "value": "A String", # The price represented as a number.
  },
  "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. Quantity 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`"
  "reasonText": "A String", # The explanation of the reason.
  "taxAmount": { # The amount of tax to be refunded. Optional, but if filled, then priceAmount must be set. Calculated automatically if not provided.
    "currency": "A String", # The currency of the price.
    "value": "A String", # The price represented as a number.
  },
}

  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 through 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:

{
  "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.
  "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.
}

  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#ordersSetLineItemMetadataResponse`".
}
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:

{
  "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.
    },
  ],
  "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
  "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).
    {
      "carrier": "A String", # The carrier handling the shipment. See `shipments[].carrier` in the Orders resource representation for a list of acceptable values.
      "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.
    },
  ],
}

  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't be a date in the past.
  "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.
  "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't be a date in the past.
}

  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#ordersUpdateLineItemShippingDetailsResponse`".
}
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:

    {
  "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#ordersUpdateMerchantOrderIdResponse`".
}
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:

{
  "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`.
  "lastPickupDate": "A String", # Date after which the pickup will expire, in ISO 8601 format. Required only when order is buy-online-pickup-in-store(BOPIS) and `status` is `ready for pickup`.
  "operationId": "A String", # The ID of the operation. Unique across all operations for a given order.
  "readyPickupDate": "A String", # Date on which the shipment has been ready for pickup, in ISO 8601 format. Optional and can be provided only if `status` is `ready for pickup`.
  "scheduledDeliveryDetails": { # ScheduledDeliveryDetails used to update the scheduled delivery order. # Delivery details of the shipment if scheduling is needed.
    "carrierPhoneNumber": "A String", # The phone number of the carrier fulfilling the delivery. The phone number should be formatted as the international notation in
    "scheduledDate": "A String", # The date a shipment is scheduled for delivery, in ISO 8601 format.
  },
  "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`"
  "trackingId": "A String", # The tracking ID for the shipment. Not updated if missing.
  "undeliveredDate": "A String", # Date on which the shipment has been undeliverable, in ISO 8601 format. Optional and can be provided only if `status` is `undeliverable`.
}

  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#ordersUpdateShipmentResponse`".
}