docs: change in wording : feed specification -> data specification

docs: A comment for message `LocalInventory` is changed

docs: A comment for field `store_code` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed

docs: A comment for field `availability` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed

docs: A comment for field `pickup_method` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed

docs: A comment for field `pickup_sla` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed

docs: A comment for field `custom_attributes` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed

docs: A comment for message `RegionalInventory` is changed

docs: A comment for field `availability` in message `.google.shopping.merchant.inventories.v1beta.RegionalInventory` is changed

docs: A comment for field `custom_attributes` in message `.google.shopping.merchant.inventories.v1beta.RegionalInventory` is changed
PiperOrigin-RevId: 635705518
This commit is contained in:
Google APIs 2024-05-21 00:31:33 -07:00 committed by Copybara-Service
parent dac915afe4
commit 657d99eff7
2 changed files with 9 additions and 9 deletions

View file

@ -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;
}

View file

@ -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;
}