class Datafeedstatuses extends Resource (View source)

The "datafeedstatuses" collection of methods.

Typical usage is:

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

Methods

custombatch(DatafeedstatusesCustomBatchRequest $postBody, array $optParams = [])

Gets multiple Merchant Center datafeed statuses in a single request.

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

Retrieves the status of a datafeed from your Merchant Center account.

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

Lists the statuses of the datafeeds in your Merchant Center account.

Details

DatafeedstatusesCustomBatchResponse custombatch(DatafeedstatusesCustomBatchRequest $postBody, array $optParams = [])

Gets multiple Merchant Center datafeed statuses in a single request.

(datafeedstatuses.custombatch)

Parameters

DatafeedstatusesCustomBatchRequest $postBody
array $optParams

Optional parameters.

Return Value

DatafeedstatusesCustomBatchResponse

Exceptions

Exception

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

Retrieves the status of a datafeed from your Merchant Center account.

(datafeedstatuses.get)

Parameters

string $merchantId

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

string $datafeedId

The ID of the datafeed.

array $optParams

Optional parameters.

Return Value

DatafeedStatus

Exceptions

Exception

DatafeedstatusesListResponse listDatafeedstatuses(string $merchantId, array $optParams = [])

Lists the statuses of the datafeeds in your Merchant Center account.

(datafeedstatuses.listDatafeedstatuses)

Parameters

string $merchantId

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

array $optParams

Optional parameters.

Return Value

DatafeedstatusesListResponse

Exceptions

Exception