LocalInventoryAttributes

LocalInventoryAttributes

Local inventory attributes.

Fields
price

Price

Optional. Price of the product at this store.

sale_price

Price

Optional. Sale price of the product at this store. Mandatory if [ salePriceEffectiveDate ][LocalInventory.sale_price_effective_date] is defined.

sale_price_effective_date

Interval

Optional. The TimePeriod of the sale at this store.

loyalty_programs[]

InventoryLoyaltyProgram

Optional. An optional list of loyalty programs containing applicable loyalty member prices for this product at this store.

This field is used to show store-specific member prices on Local Inventory Ads (LIA).

To use this, the loyalty program must be configured in Google Merchant Center. The benefits provided must match the merchant's website and be clear to members. This is only applicable for merchants in supported countries.

See Loyalty program for details on supported countries and loyalty program configuration. For local inventory specific details, see the Local inventory data specification .

custom_attributes[]

CustomAttribute

Optional. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, { "name": "size type", "value": "regular" } ). This is useful for submitting attributes not explicitly exposed by the API. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set, with total size of 102.4kB. Underscores in custom attribute names are replaced by spaces upon insertion.

availability

Availability

Availability of the product at this store.

quantity

int64

Optional. Quantity of the product available at this store. Must be greater than or equal to zero.

pickup_method

PickupMethod

Optional. Supported pickup method for this product. Unless the value is "not supported" , this field must be submitted together with pickupSla .

pickup_sla

PickupSla

Optional. 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 . See more details here .

instore_product_location

string

Optional. Location of the product inside the store. Maximum length is 20 bytes.

local_shipping_label

string

Optional. Specifies a label associated with the shipping for the LocalInventory resource. Can be used to group local shipping services to this particular inventory item. For accepted field format, see the Local delivery