class Orderreports extends Resource (View source)

The "orderreports" collection of methods.

Typical usage is:

 $contentService = new Google\Service\ShoppingContent(...);
 $orderreports = $contentService->orderreports;

Methods

listdisbursements(string $merchantId, array $optParams = [])

Retrieves a report for disbursements from your Merchant Center account.

listtransactions(string $merchantId, string $disbursementId, array $optParams = [])

Retrieves a list of transactions for a disbursement from your Merchant Center account. (orderreports.listtransactions)

Details

OrderreportsListDisbursementsResponse listdisbursements(string $merchantId, array $optParams = [])

Retrieves a report for disbursements from your Merchant Center account.

(orderreports.listdisbursements)

Parameters

string $merchantId

The ID of the account that manages the order. This cannot be a multi-client account.

array $optParams

Optional parameters.

Return Value

OrderreportsListDisbursementsResponse

Exceptions

Exception

OrderreportsListTransactionsResponse listtransactions(string $merchantId, string $disbursementId, array $optParams = [])

Retrieves a list of transactions for a disbursement from your Merchant Center account. (orderreports.listtransactions)

Parameters

string $merchantId

The ID of the account that manages the order. This cannot be a multi-client account.

string $disbursementId

The Google-provided ID of the disbursement (found in Wallet).

array $optParams

Optional parameters.

Return Value

OrderreportsListTransactionsResponse

Exceptions

Exception