localInventories property

List<GoogleCloudRetailV2LocalInventory>? localInventories
getter/setter pair

A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

Output only.

Implementation

core.List<GoogleCloudRetailV2LocalInventory>? localInventories;