1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="content_v2.html">Content API for Shopping</a> . <a href="content_v2.orderinvoices.html">orderinvoices</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#createchargeinvoice">createchargeinvoice(merchantId, orderId, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates a charge invoice for a shipment group, and triggers a charge capture for orderinvoice enabled orders.</p>
83<p class="toc_element">
84  <code><a href="#createrefundinvoice">createrefundinvoice(merchantId, orderId, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Creates a refund invoice for one or more shipment groups, and triggers a refund for orderinvoice enabled orders. This can only be used for line items that have previously been charged using `createChargeInvoice`. All amounts (except for the summary) are incremental with respect to the previous invoice.</p>
86<h3>Method Details</h3>
87<div class="method">
88    <code class="details" id="close">close()</code>
89  <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
93    <code class="details" id="createchargeinvoice">createchargeinvoice(merchantId, orderId, body=None, x__xgafv=None)</code>
94  <pre>Creates a charge invoice for a shipment group, and triggers a charge capture for orderinvoice enabled orders.
95
96Args:
97  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
98  orderId: string, The ID of the order. (required)
99  body: object, The request body.
100    The object takes the form of:
101
102{
103  &quot;invoiceId&quot;: &quot;A String&quot;, # [required] The ID of the invoice.
104  &quot;invoiceSummary&quot;: { # [required] Invoice summary.
105    &quot;additionalChargeSummaries&quot;: [ # Summary of the total amounts of the additional charges.
106      {
107        &quot;totalAmount&quot;: { # [required] Total additional charge for this type.
108          &quot;pretax&quot;: { # [required] Value before taxes.
109            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
110            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
111          },
112          &quot;tax&quot;: { # [required] Tax value.
113            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
114            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
115          },
116        },
117        &quot;type&quot;: &quot;A String&quot;, # [required] Type of the additional charge. Acceptable values are: - &quot;`shipping`&quot;
118      },
119    ],
120    &quot;customerBalance&quot;: { # Deprecated.
121      &quot;pretax&quot;: { # [required] Value before taxes.
122        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
123        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
124      },
125      &quot;tax&quot;: { # [required] Tax value.
126        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
127        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
128      },
129    },
130    &quot;googleBalance&quot;: { # Deprecated.
131      &quot;pretax&quot;: { # [required] Value before taxes.
132        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
133        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
134      },
135      &quot;tax&quot;: { # [required] Tax value.
136        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
137        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
138      },
139    },
140    &quot;merchantBalance&quot;: { # Deprecated.
141      &quot;pretax&quot;: { # [required] Value before taxes.
142        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
143        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
144      },
145      &quot;tax&quot;: { # [required] Tax value.
146        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
147        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
148      },
149    },
150    &quot;productTotal&quot;: { # [required] Total price for the product.
151      &quot;pretax&quot;: { # [required] Value before taxes.
152        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
153        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
154      },
155      &quot;tax&quot;: { # [required] Tax value.
156        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
157        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
158      },
159    },
160    &quot;promotionSummaries&quot;: [ # Deprecated.
161      {
162        &quot;promotionAmount&quot;: { # [required] Amount of the promotion. The values here are the promotion applied to the unit price pretax and to the total of the tax amounts.
163          &quot;pretax&quot;: { # [required] Value before taxes.
164            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
165            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
166          },
167          &quot;tax&quot;: { # [required] Tax value.
168            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
169            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
170          },
171        },
172        &quot;promotionId&quot;: &quot;A String&quot;, # [required] ID of the promotion.
173      },
174    ],
175  },
176  &quot;lineItemInvoices&quot;: [ # [required] Invoice details per line item.
177    {
178      &quot;lineItemId&quot;: &quot;A String&quot;, # ID of the line item. Either lineItemId or productId must be set.
179      &quot;productId&quot;: &quot;A String&quot;, # ID of the product. This is the REST ID used in the products service. Either lineItemId or productId must be set.
180      &quot;shipmentUnitIds&quot;: [ # [required] The shipment unit ID is assigned by the merchant and defines individual quantities within a line item. The same ID can be assigned to units that are the same while units that differ must be assigned a different ID (for example: free or promotional units).
181        &quot;A String&quot;,
182      ],
183      &quot;unitInvoice&quot;: { # [required] Invoice details for a single unit.
184        &quot;additionalCharges&quot;: [ # Additional charges for a unit, e.g. shipping costs.
185          {
186            &quot;additionalChargeAmount&quot;: { # [required] Amount of the additional charge.
187              &quot;pretax&quot;: { # [required] Value before taxes.
188                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
189                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
190              },
191              &quot;tax&quot;: { # [required] Tax value.
192                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
193                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
194              },
195            },
196            &quot;additionalChargePromotions&quot;: [ # Deprecated.
197              {
198                &quot;promotionAmount&quot;: { # [required] Amount of the promotion. The values here are the promotion applied to the unit price pretax and to the total of the tax amounts.
199                  &quot;pretax&quot;: { # [required] Value before taxes.
200                    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
201                    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
202                  },
203                  &quot;tax&quot;: { # [required] Tax value.
204                    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
205                    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
206                  },
207                },
208                &quot;promotionId&quot;: &quot;A String&quot;, # [required] ID of the promotion.
209              },
210            ],
211            &quot;type&quot;: &quot;A String&quot;, # [required] Type of the additional charge. Acceptable values are: - &quot;`shipping`&quot;
212          },
213        ],
214        &quot;promotions&quot;: [ # Deprecated.
215          {
216            &quot;promotionAmount&quot;: { # [required] Amount of the promotion. The values here are the promotion applied to the unit price pretax and to the total of the tax amounts.
217              &quot;pretax&quot;: { # [required] Value before taxes.
218                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
219                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
220              },
221              &quot;tax&quot;: { # [required] Tax value.
222                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
223                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
224              },
225            },
226            &quot;promotionId&quot;: &quot;A String&quot;, # [required] ID of the promotion.
227          },
228        ],
229        &quot;unitPricePretax&quot;: { # [required] Price of the unit, before applying taxes.
230          &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
231          &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
232        },
233        &quot;unitPriceTaxes&quot;: [ # Tax amounts to apply to the unit price.
234          {
235            &quot;taxAmount&quot;: { # [required] Tax amount for the tax type.
236              &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
237              &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
238            },
239            &quot;taxName&quot;: &quot;A String&quot;, # Optional name of the tax type. This should only be provided if `taxType` is `otherFeeTax`.
240            &quot;taxType&quot;: &quot;A String&quot;, # [required] Type of the tax. Acceptable values are: - &quot;`otherFee`&quot; - &quot;`otherFeeTax`&quot; - &quot;`sales`&quot;
241          },
242        ],
243      },
244    },
245  ],
246  &quot;operationId&quot;: &quot;A String&quot;, # [required] The ID of the operation, unique across all operations for a given order.
247  &quot;shipmentGroupId&quot;: &quot;A String&quot;, # [required] ID of the shipment group. It is assigned by the merchant in the `shipLineItems` method and is used to group multiple line items that have the same kind of shipping charges.
248}
249
250  x__xgafv: string, V1 error format.
251    Allowed values
252      1 - v1 error format
253      2 - v2 error format
254
255Returns:
256  An object of the form:
257
258    {
259  &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution. Acceptable values are: - &quot;`duplicate`&quot; - &quot;`executed`&quot;
260  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#orderinvoicesCreateChargeInvoiceResponse&quot;.
261}</pre>
262</div>
263
264<div class="method">
265    <code class="details" id="createrefundinvoice">createrefundinvoice(merchantId, orderId, body=None, x__xgafv=None)</code>
266  <pre>Creates a refund invoice for one or more shipment groups, and triggers a refund for orderinvoice enabled orders. This can only be used for line items that have previously been charged using `createChargeInvoice`. All amounts (except for the summary) are incremental with respect to the previous invoice.
267
268Args:
269  merchantId: string, The ID of the account that manages the order. This cannot be a multi-client account. (required)
270  orderId: string, The ID of the order. (required)
271  body: object, The request body.
272    The object takes the form of:
273
274{
275  &quot;invoiceId&quot;: &quot;A String&quot;, # [required] The ID of the invoice.
276  &quot;operationId&quot;: &quot;A String&quot;, # [required] The ID of the operation, unique across all operations for a given order.
277  &quot;refundOnlyOption&quot;: { # Option to create a refund-only invoice. Exactly one of `refundOnlyOption` or `returnOption` must be provided.
278    &quot;description&quot;: &quot;A String&quot;, # Optional description of the refund reason.
279    &quot;reason&quot;: &quot;A String&quot;, # [required] Reason for the refund. Acceptable values are: - &quot;`adjustment`&quot; - &quot;`autoPostInternal`&quot; - &quot;`autoPostInvalidBillingAddress`&quot; - &quot;`autoPostNoInventory`&quot; - &quot;`autoPostPriceError`&quot; - &quot;`autoPostUndeliverableShippingAddress`&quot; - &quot;`couponAbuse`&quot; - &quot;`courtesyAdjustment`&quot; - &quot;`customerCanceled`&quot; - &quot;`customerDiscretionaryReturn`&quot; - &quot;`customerInitiatedMerchantCancel`&quot; - &quot;`customerSupportRequested`&quot; - &quot;`deliveredLateByCarrier`&quot; - &quot;`deliveredTooLate`&quot; - &quot;`expiredItem`&quot; - &quot;`failToPushOrderGoogleError`&quot; - &quot;`failToPushOrderMerchantError`&quot; - &quot;`failToPushOrderMerchantFulfillmentError`&quot; - &quot;`failToPushOrderToMerchant`&quot; - &quot;`failToPushOrderToMerchantOutOfStock`&quot; - &quot;`feeAdjustment`&quot; - &quot;`invalidCoupon`&quot; - &quot;`lateShipmentCredit`&quot; - &quot;`malformedShippingAddress`&quot; - &quot;`merchantDidNotShipOnTime`&quot; - &quot;`noInventory`&quot; - &quot;`orderTimeout`&quot; - &quot;`other`&quot; - &quot;`paymentAbuse`&quot; - &quot;`paymentDeclined`&quot; - &quot;`priceAdjustment`&quot; - &quot;`priceError`&quot; - &quot;`productArrivedDamaged`&quot; - &quot;`productNotAsDescribed`&quot; - &quot;`promoReallocation`&quot; - &quot;`qualityNotAsExpected`&quot; - &quot;`returnRefundAbuse`&quot; - &quot;`shippingCostAdjustment`&quot; - &quot;`shippingPriceError`&quot; - &quot;`taxAdjustment`&quot; - &quot;`taxError`&quot; - &quot;`undeliverableShippingAddress`&quot; - &quot;`unsupportedPoBoxAddress`&quot; - &quot;`wrongProductShipped`&quot;
280  },
281  &quot;returnOption&quot;: { # Option to create an invoice for a refund and mark all items within the invoice as returned. Exactly one of `refundOnlyOption` or `returnOption` must be provided.
282    &quot;description&quot;: &quot;A String&quot;, # Optional description of the return reason.
283    &quot;reason&quot;: &quot;A String&quot;, # [required] Reason for the return. Acceptable values are: - &quot;`customerDiscretionaryReturn`&quot; - &quot;`customerInitiatedMerchantCancel`&quot; - &quot;`deliveredTooLate`&quot; - &quot;`expiredItem`&quot; - &quot;`invalidCoupon`&quot; - &quot;`malformedShippingAddress`&quot; - &quot;`other`&quot; - &quot;`productArrivedDamaged`&quot; - &quot;`productNotAsDescribed`&quot; - &quot;`qualityNotAsExpected`&quot; - &quot;`undeliverableShippingAddress`&quot; - &quot;`unsupportedPoBoxAddress`&quot; - &quot;`wrongProductShipped`&quot;
284  },
285  &quot;shipmentInvoices&quot;: [ # Invoice details for different shipment groups.
286    {
287      &quot;invoiceSummary&quot;: { # [required] Invoice summary.
288        &quot;additionalChargeSummaries&quot;: [ # Summary of the total amounts of the additional charges.
289          {
290            &quot;totalAmount&quot;: { # [required] Total additional charge for this type.
291              &quot;pretax&quot;: { # [required] Value before taxes.
292                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
293                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
294              },
295              &quot;tax&quot;: { # [required] Tax value.
296                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
297                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
298              },
299            },
300            &quot;type&quot;: &quot;A String&quot;, # [required] Type of the additional charge. Acceptable values are: - &quot;`shipping`&quot;
301          },
302        ],
303        &quot;customerBalance&quot;: { # Deprecated.
304          &quot;pretax&quot;: { # [required] Value before taxes.
305            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
306            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
307          },
308          &quot;tax&quot;: { # [required] Tax value.
309            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
310            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
311          },
312        },
313        &quot;googleBalance&quot;: { # Deprecated.
314          &quot;pretax&quot;: { # [required] Value before taxes.
315            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
316            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
317          },
318          &quot;tax&quot;: { # [required] Tax value.
319            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
320            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
321          },
322        },
323        &quot;merchantBalance&quot;: { # Deprecated.
324          &quot;pretax&quot;: { # [required] Value before taxes.
325            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
326            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
327          },
328          &quot;tax&quot;: { # [required] Tax value.
329            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
330            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
331          },
332        },
333        &quot;productTotal&quot;: { # [required] Total price for the product.
334          &quot;pretax&quot;: { # [required] Value before taxes.
335            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
336            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
337          },
338          &quot;tax&quot;: { # [required] Tax value.
339            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
340            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
341          },
342        },
343        &quot;promotionSummaries&quot;: [ # Deprecated.
344          {
345            &quot;promotionAmount&quot;: { # [required] Amount of the promotion. The values here are the promotion applied to the unit price pretax and to the total of the tax amounts.
346              &quot;pretax&quot;: { # [required] Value before taxes.
347                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
348                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
349              },
350              &quot;tax&quot;: { # [required] Tax value.
351                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
352                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
353              },
354            },
355            &quot;promotionId&quot;: &quot;A String&quot;, # [required] ID of the promotion.
356          },
357        ],
358      },
359      &quot;lineItemInvoices&quot;: [ # [required] Invoice details per line item.
360        {
361          &quot;lineItemId&quot;: &quot;A String&quot;, # ID of the line item. Either lineItemId or productId must be set.
362          &quot;productId&quot;: &quot;A String&quot;, # ID of the product. This is the REST ID used in the products service. Either lineItemId or productId must be set.
363          &quot;shipmentUnitIds&quot;: [ # [required] The shipment unit ID is assigned by the merchant and defines individual quantities within a line item. The same ID can be assigned to units that are the same while units that differ must be assigned a different ID (for example: free or promotional units).
364            &quot;A String&quot;,
365          ],
366          &quot;unitInvoice&quot;: { # [required] Invoice details for a single unit.
367            &quot;additionalCharges&quot;: [ # Additional charges for a unit, e.g. shipping costs.
368              {
369                &quot;additionalChargeAmount&quot;: { # [required] Amount of the additional charge.
370                  &quot;pretax&quot;: { # [required] Value before taxes.
371                    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
372                    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
373                  },
374                  &quot;tax&quot;: { # [required] Tax value.
375                    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
376                    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
377                  },
378                },
379                &quot;additionalChargePromotions&quot;: [ # Deprecated.
380                  {
381                    &quot;promotionAmount&quot;: { # [required] Amount of the promotion. The values here are the promotion applied to the unit price pretax and to the total of the tax amounts.
382                      &quot;pretax&quot;: { # [required] Value before taxes.
383                        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
384                        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
385                      },
386                      &quot;tax&quot;: { # [required] Tax value.
387                        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
388                        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
389                      },
390                    },
391                    &quot;promotionId&quot;: &quot;A String&quot;, # [required] ID of the promotion.
392                  },
393                ],
394                &quot;type&quot;: &quot;A String&quot;, # [required] Type of the additional charge. Acceptable values are: - &quot;`shipping`&quot;
395              },
396            ],
397            &quot;promotions&quot;: [ # Deprecated.
398              {
399                &quot;promotionAmount&quot;: { # [required] Amount of the promotion. The values here are the promotion applied to the unit price pretax and to the total of the tax amounts.
400                  &quot;pretax&quot;: { # [required] Value before taxes.
401                    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
402                    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
403                  },
404                  &quot;tax&quot;: { # [required] Tax value.
405                    &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
406                    &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
407                  },
408                },
409                &quot;promotionId&quot;: &quot;A String&quot;, # [required] ID of the promotion.
410              },
411            ],
412            &quot;unitPricePretax&quot;: { # [required] Price of the unit, before applying taxes.
413              &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
414              &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
415            },
416            &quot;unitPriceTaxes&quot;: [ # Tax amounts to apply to the unit price.
417              {
418                &quot;taxAmount&quot;: { # [required] Tax amount for the tax type.
419                  &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
420                  &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
421                },
422                &quot;taxName&quot;: &quot;A String&quot;, # Optional name of the tax type. This should only be provided if `taxType` is `otherFeeTax`.
423                &quot;taxType&quot;: &quot;A String&quot;, # [required] Type of the tax. Acceptable values are: - &quot;`otherFee`&quot; - &quot;`otherFeeTax`&quot; - &quot;`sales`&quot;
424              },
425            ],
426          },
427        },
428      ],
429      &quot;shipmentGroupId&quot;: &quot;A String&quot;, # [required] ID of the shipment group. It is assigned by the merchant in the `shipLineItems` method and is used to group multiple line items that have the same kind of shipping charges.
430    },
431  ],
432}
433
434  x__xgafv: string, V1 error format.
435    Allowed values
436      1 - v1 error format
437      2 - v2 error format
438
439Returns:
440  An object of the form:
441
442    {
443  &quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution. Acceptable values are: - &quot;`duplicate`&quot; - &quot;`executed`&quot;
444  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#orderinvoicesCreateRefundInvoiceResponse&quot;.
445}</pre>
446</div>
447
448</body></html>