REST Resource: accounts.lfpSales

资源:LfpSale

商家的销售交易。

JSON 表示法
{
  "name": string,
  "targetAccount": string,
  "storeCode": string,
  "offerId": string,
  "regionCode": string,
  "contentLanguage": string,
  "gtin": string,
  "price": {
    object (Price)
  },
  "quantity": string,
  "saleTime": string,
  "uid": string,
  "feedLabel": string
}
字段
name

string

仅限输出。标识符。LfpSale 资源的名称。格式:accounts/{account}/lfpSales/{sale}

targetAccount

string (int64 format)

必需。要为其提交销售交易的商家的 Merchant Center ID。

storeCode

string

必需。商家商店的标识符。通过 API 插入的 storeCode,或商家资料中商店的代码。

offerId

string

必需。商品的唯一标识符。如果为某个商家提交了商品目录和销售信息,则同一商品的此 ID 应保持一致。

注意:如果商家同时销售同一款商品的新品和二手货,则商品 ID 应该不同。

regionCode

string

必需。商品销售国家/地区的 CLDR 地区代码

contentLanguage

string

必需。商品的双字母 ISO 639-1 语言代码。

gtin

string

必需。所售商品的全球贸易项目代码。

price

object (Price)

必需。商品的单价。

quantity

string (int64 format)

必需。可用数量的相对变化。如果商品已退货,则此值为负数。

saleTime

string (Timestamp format)

必需。促销活动的时间戳。

uid

string

仅限输出。系统为 LfpSale 生成的全局唯一 ID。

feedLabel

string

可选。商品的 Feed 标签。如果未设置此值,则默认为 regionCode

方法

insert

为指定商家插入 LfpSale