Datafeedstatuses
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)
DatafeedStatus
get(string $merchantId, string $datafeedId, array $optParams = [])
Retrieves the status of a datafeed from your Merchant Center account.
(datafeedstatuses.get)
DatafeedstatusesListResponse
listDatafeedstatuses(string $merchantId, array $optParams = [])
Lists the statuses of the datafeeds in your Merchant Center account.
(datafeedstatuses.listDatafeedstatuses)