REST Resource: accounts.products.localInventories

资源:LocalInventory

商品的本地商品目录信息。表示由 storeCode 指定的商店中特定商品的实体店信息。如需查看所有接受的属性值的列表,请参阅本地商品目录数据规范

JSON 表示法
{
  "name": string,
  "account": string,
  "storeCode": string,
  "price": {
    object (Price)
  },
  "salePrice": {
    object (Price)
  },
  "salePriceEffectiveDate": {
    object (Interval)
  },
  "customAttributes": [
    {
      object (CustomAttribute)
    }
  ],
  "availability": string,
  "quantity": string,
  "pickupMethod": string,
  "pickupSla": string,
  "instoreProductLocation": string
}
字段
name

string

仅限输出。LocalInventory 资源的名称。格式:accounts/{account}/products/{product}/localInventories/{storeCode}

account

string (int64 format)

仅限输出。产品所属的账号。如果由客户端设置,系统会忽略此字段。

storeCode

string

必需。不可变。销售相应商品的实体店的商店代码(商家资料中的商店 ID)。如需了解详情,请参阅本地商品目录数据规范

price

object (Price)

商品在此商店中的价格。

salePrice

object (Price)

商品在此商店中的促销价。如果定义了 salePriceEffectiveDate,则必须提供。

salePriceEffectiveDate

object (Interval)

此商店的促销活动的 TimePeriod

customAttributes[]

object (CustomAttribute)

自定义(商家提供)属性的列表。您还可以使用 CustomAttribute 以通用形式提交数据规范的任何属性。

availability

string

此商店的商品库存状况。如需了解接受的属性值,请参阅本地商品目录数据规范

quantity

string (int64 format)

此商店中提供的商品数量。必须大于或等于零。

pickupMethod

string

此商品支持的自提方法。除非值为 "not supported",否则必须将此字段与 pickupSla 一起提交。如需了解接受的属性值,请参阅本地商品目录数据规范

pickupSla

string

从此商品在该商店的订单下单之日到可自提的相对时间段。必须与 pickupMethod 一起提交。如需了解接受的属性值,请参阅本地商品目录数据规范

instoreProductLocation

string

商品在商店内的具体位置。长度上限为 20 个字节。

方法

delete

从商家账号中的指定商品中删除指定的 LocalInventory

insert

LocalInventory 资源插入到商家账号中的商品中。

list

列出商家账号中指定商品的 LocalInventory 资源。