Localinventory
class Localinventory extends Resource (View source)
The "localinventory" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$localinventory = $contentService->localinventory;
Methods
custombatch(LocalinventoryCustomBatchRequest $postBody, array $optParams = [])
Updates local inventory for multiple products or stores in a single request.
insert(string $merchantId, string $productId, LocalInventory $postBody, array $optParams = [])
Updates the local inventory of a product in your Merchant Center account.
Details
LocalinventoryCustomBatchResponse
custombatch(LocalinventoryCustomBatchRequest $postBody, array $optParams = [])
Updates local inventory for multiple products or stores in a single request.
(localinventory.custombatch)
LocalInventory
insert(string $merchantId, string $productId, LocalInventory $postBody, array $optParams = [])
Updates the local inventory of a product in your Merchant Center account.
(localinventory.insert)