Class Google_Service_ShoppingContent_Orderinvoices_Resource
The "orderinvoices" collection of methods. Typical usage is:
$contentService = new Google_Service_ShoppingContent(...);
$orderinvoices = $contentService->orderinvoices;
-
Google_Service_Resource
-
Google_Service_ShoppingContent_Orderinvoices_Resource
Located at ShoppingContent.php
Methods summary
public
Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceResponse
|
#
createchargeinvoice( string $merchantId, string $orderId, Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceRequest $postBody, array $optParams = array() )
Creates a charge invoice for a shipment group, and triggers a charge capture
for orderinvoice enabled orders. (orderinvoices.createchargeinvoice)
Creates a charge invoice for a shipment group, and triggers a charge capture
for orderinvoice enabled orders. (orderinvoices.createchargeinvoice)
Parameters
- $merchantId
- The ID of the account that manages the order. This cannot be a multi-client
account.
- $orderId
- The ID of the order.
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceResponse
|
#
createrefundinvoice( string $merchantId, string $orderId, Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceRequest $postBody, array $optParams = array() )
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.
(orderinvoices.createrefundinvoice)
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.
(orderinvoices.createrefundinvoice)
Parameters
- $merchantId
- The ID of the account that manages the order. This cannot be a multi-client
account.
- $orderId
- The ID of the order.
- $postBody
- $optParams
- Optional parameters.
Returns
|