diff --git a/google/shopping/merchant/inventories/v1beta/localinventory.proto b/google/shopping/merchant/inventories/v1beta/localinventory.proto index 32cc965d51..7aef146c11 100644 --- a/google/shopping/merchant/inventories/v1beta/localinventory.proto +++ b/google/shopping/merchant/inventories/v1beta/localinventory.proto @@ -87,7 +87,7 @@ service LocalInventoryService { // for a specific product at the store specified by // [`storeCode`][google.shopping.merchant.inventories.v1beta.LocalInventory.store_code]. // For a list of all accepted attribute values, see the [local product inventory -// feed specification](https://support.google.com/merchants/answer/3061342). +// data specification](https://support.google.com/merchants/answer/3061342). message LocalInventory { option (google.api.resource) = { type: "merchantapi.googleapis.com/LocalInventory" @@ -105,7 +105,7 @@ message LocalInventory { // Required. Immutable. Store code (the store ID from your Business Profile) // of the physical store the product is sold in. See the [Local product - // inventory feed + // inventory data // specification](https://support.google.com/merchants/answer/3061342) for // more information. string store_code = 3 [ @@ -126,7 +126,7 @@ message LocalInventory { google.type.Interval sale_price_effective_date = 6; // Availability of the product at this store. - // For accepted attribute values, see the [local product inventory feed + // For accepted attribute values, see the [local product inventory data // specification](https://support.google.com/merchants/answer/3061342) optional string availability = 7; @@ -137,14 +137,14 @@ message LocalInventory { // Supported pickup method for this product. Unless the value is `"not // supported"`, this field must be submitted together with // `pickupSla`. - // For accepted attribute values, see the [local product inventory feed + // For accepted attribute values, see the [local product inventory data // specification](https://support.google.com/merchants/answer/3061342) optional string pickup_method = 9; // Relative time period from the order date for an order for this product, // from this store, to be ready for pickup. Must be submitted with // `pickupMethod`. - // For accepted attribute values, see the [local product inventory feed + // For accepted attribute values, see the [local product inventory data // specification](https://support.google.com/merchants/answer/3061342) optional string pickup_sla = 10; @@ -152,7 +152,7 @@ message LocalInventory { optional string instore_product_location = 11; // A list of custom (merchant-provided) attributes. You can also use - // `CustomAttribute` to submit any attribute of the feed specification in its + // `CustomAttribute` to submit any attribute of the data specification in its // generic form. repeated google.shopping.type.CustomAttribute custom_attributes = 12; } diff --git a/google/shopping/merchant/inventories/v1beta/regionalinventory.proto b/google/shopping/merchant/inventories/v1beta/regionalinventory.proto index ebc9d70575..87120253f1 100644 --- a/google/shopping/merchant/inventories/v1beta/regionalinventory.proto +++ b/google/shopping/merchant/inventories/v1beta/regionalinventory.proto @@ -84,7 +84,7 @@ service RegionalInventoryService { // information like price and availability for a given product in a specific // [`region`][google.shopping.merchant.inventories.v1beta.RegionalInventory.region]. // For a list of all accepted attribute values, see the [regional product -// inventory feed +// inventory data // specification](https://support.google.com/merchants/answer/9698880). message RegionalInventory { option (google.api.resource) = { @@ -123,12 +123,12 @@ message RegionalInventory { google.type.Interval sale_price_effective_date = 6; // Availability of the product in this region. - // For accepted attribute values, see the [regional product inventory feed + // For accepted attribute values, see the [regional product inventory data // specification](https://support.google.com/merchants/answer/3061342) optional string availability = 7; // A list of custom (merchant-provided) attributes. You can also use - // `CustomAttribute` to submit any attribute of the feed specification in its + // `CustomAttribute` to submit any attribute of the data specification in its // generic form. repeated google.shopping.type.CustomAttribute custom_attributes = 8; }