class Freelistingsprogram extends Resource (View source)

The "freelistingsprogram" collection of methods.

Typical usage is:

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

Methods

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

Retrieves the status and review eligibility for the free listing program.

requestreview(string $merchantId, RequestReviewFreeListingsRequest $postBody, array $optParams = [])

Requests a review of free listings in a specific region. This method deprecated. Use the MerchantSupportService to view product and account issues and request a review. (freelistingsprogram.requestreview)

Details

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

Retrieves the status and review eligibility for the free listing program.

Returns errors and warnings if they require action to resolve, will become disapprovals, or impact impressions. Use accountstatuses to view all issues for an account. (freelistingsprogram.get)

Parameters

string $merchantId

Required. The ID of the account.

array $optParams

Optional parameters.

Return Value

FreeListingsProgramStatus

Exceptions

Exception

requestreview(string $merchantId, RequestReviewFreeListingsRequest $postBody, array $optParams = [])

Requests a review of free listings in a specific region. This method deprecated. Use the MerchantSupportService to view product and account issues and request a review. (freelistingsprogram.requestreview)

Parameters

string $merchantId

Required. The ID of the account.

RequestReviewFreeListingsRequest $postBody
array $optParams

Optional parameters.

Exceptions

Exception