Regions
class Regions extends Resource (View source)
The "regions" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$regions = $contentService->regions;
Methods
delete(string $merchantId, string $regionId, array $optParams = [])
Deletes a region definition from your Merchant Center account.
get(string $merchantId, string $regionId, array $optParams = [])
Retrieves a region defined in your Merchant Center account. (regions.get)
listRegions(string $merchantId, array $optParams = [])
Lists the regions in your Merchant Center account. (regions.listRegions)
Details
Region
create(string $merchantId, Region $postBody, array $optParams = [])
Creates a region definition in your Merchant Center account. (regions.create)
delete(string $merchantId, string $regionId, array $optParams = [])
Deletes a region definition from your Merchant Center account.
(regions.delete)
Region
get(string $merchantId, string $regionId, array $optParams = [])
Retrieves a region defined in your Merchant Center account. (regions.get)
ListRegionsResponse
listRegions(string $merchantId, array $optParams = [])
Lists the regions in your Merchant Center account. (regions.listRegions)