class Settlementreports extends Resource (View source)

The "settlementreports" collection of methods.

Typical usage is:

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

Methods

get(string $merchantId, string $settlementId, array $optParams = [])

Retrieves a settlement report from your Merchant Center account.

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

Retrieves a list of settlement reports from your Merchant Center account.

Details

SettlementReport get(string $merchantId, string $settlementId, array $optParams = [])

Retrieves a settlement report from your Merchant Center account.

(settlementreports.get)

Parameters

string $merchantId

The Merchant Center account of the settlement report.

string $settlementId

The Google-provided ID of the settlement.

array $optParams

Optional parameters.

Return Value

SettlementReport

Exceptions

Exception

SettlementreportsListResponse listSettlementreports(string $merchantId, array $optParams = [])

Retrieves a list of settlement reports from your Merchant Center account.

(settlementreports.listSettlementreports)

Parameters

string $merchantId

The Merchant Center account to list settlements for.

array $optParams

Optional parameters.

Return Value

SettlementreportsListResponse

Exceptions

Exception