Collectionstatuses
class Collectionstatuses extends Resource (View source)
The "collectionstatuses" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$collectionstatuses = $contentService->collectionstatuses;
Methods
get(string $merchantId, string $collectionId, array $optParams = [])
Gets the status of a collection from your Merchant Center account.
listCollectionstatuses(string $merchantId, array $optParams = [])
Lists the statuses of the collections in your Merchant Center account.
Details
CollectionStatus
get(string $merchantId, string $collectionId, array $optParams = [])
Gets the status of a collection from your Merchant Center account.
(collectionstatuses.get)
ListCollectionStatusesResponse
listCollectionstatuses(string $merchantId, array $optParams = [])
Lists the statuses of the collections in your Merchant Center account.
(collectionstatuses.listCollectionstatuses)