Datafeeds
class Datafeeds extends Resource (View source)
The "datafeeds" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$datafeeds = $contentService->datafeeds;
Methods
Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request. (datafeeds.custombatch)
Deletes a datafeed configuration from your Merchant Center account.
Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the Products service to update your product data.
Retrieves a datafeed configuration from your Merchant Center account.
Lists the configurations for datafeeds in your Merchant Center account.
Details
DatafeedsCustomBatchResponse
custombatch(DatafeedsCustomBatchRequest $postBody, array $optParams = [])
Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request. (datafeeds.custombatch)
delete(string $merchantId, string $datafeedId, array $optParams = [])
Deletes a datafeed configuration from your Merchant Center account.
(datafeeds.delete)
DatafeedsFetchNowResponse
fetchnow(string $merchantId, string $datafeedId, array $optParams = [])
Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the Products service to update your product data.
(datafeeds.fetchnow)
Datafeed
get(string $merchantId, string $datafeedId, array $optParams = [])
Retrieves a datafeed configuration from your Merchant Center account.
(datafeeds.get)
Datafeed
insert(string $merchantId, Datafeed $postBody, array $optParams = [])
Registers a datafeed configuration with your Merchant Center account.
(datafeeds.insert)
DatafeedsListResponse
listDatafeeds(string $merchantId, array $optParams = [])
Lists the configurations for datafeeds in your Merchant Center account.
(datafeeds.listDatafeeds)