Sku

Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs.

JSON representation
{
  "name": string,
  "marketingInfo": {
    object (MarketingInfo)
  },
  "product": {
    object (Product)
  }
}
Fields
name

string

Resource Name of the SKU. Format: products/{productId}/skus/{skuId}

marketingInfo

object (MarketingInfo)

Marketing information for the SKU.

product

object (Product)

Product the SKU is associated with.