Class Google_Service_ShoppingContent_Datafeedstatuses_Resource
The "datafeedstatuses" collection of methods. Typical usage is:
$contentService = new Google_Service_ShoppingContent(...);
$datafeedstatuses = $contentService->datafeedstatuses;
-
Google_Service_Resource
-
Google_Service_ShoppingContent_Datafeedstatuses_Resource
Located at ShoppingContent.php
Methods summary
public
Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse
|
#
custombatch( Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, array $optParams = array() )
Gets multiple Merchant Center datafeed statuses in a single request.
(datafeedstatuses.custombatch)
Gets multiple Merchant Center datafeed statuses in a single request.
(datafeedstatuses.custombatch)
Parameters
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_ShoppingContent_DatafeedStatus
|
#
get( string $merchantId, string $datafeedId, array $optParams = array() )
Retrieves the status of a datafeed from your Merchant Center account.
(datafeedstatuses.get)
Retrieves the status of a datafeed from your Merchant Center account.
(datafeedstatuses.get)
Parameters
- $merchantId
- The ID of the account that manages the datafeed. This account cannot be a
multi-client account.
- $datafeedId
- The ID of the datafeed.
- $optParams
- Optional parameters.
Returns
Opt_param
string country The country for which to get the datafeed status. If this
parameter is provided then language must also be provided. Note that this
parameter is required for feeds targeting multiple countries and languages,
since a feed may have a different status for each target.
string language The language for which to get the datafeed status. If this
parameter is provided then country must also be provided. Note that this
parameter is required for feeds targeting multiple countries and languages,
since a feed may have a different status for each target.
|
public
Google_Service_ShoppingContent_DatafeedstatusesListResponse
|
#
listDatafeedstatuses( string $merchantId, array $optParams = array() )
Lists the statuses of the datafeeds in your Merchant Center account.
(datafeedstatuses.listDatafeedstatuses)
Lists the statuses of the datafeeds in your Merchant Center account.
(datafeedstatuses.listDatafeedstatuses)
Parameters
- $merchantId
- The ID of the account that manages the datafeeds. This account cannot be a
multi-client account.
- $optParams
- Optional parameters.
Returns
Opt_param
string maxResults The maximum number of products to return in the response, used
for paging.
string pageToken The token returned by the previous request.
|