Orderreports
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)
OrderreportsListTransactionsResponse
listtransactions(string $merchantId, string $disbursementId, array $optParams = [])
Retrieves a list of transactions for a disbursement from your Merchant Center account. (orderreports.listtransactions)