Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleActionsOrdersV3VerticalsPurchasePurchaseItemExtension

Hierarchy

  • GoogleActionsOrdersV3VerticalsPurchasePurchaseItemExtension

Properties

Optional extension

extension: ApiClientObjectMap<any>

Any extra fields exchanged between merchant and google.

Optional fulfillmentInfo

Fulfillment info for this line item. If unset, this line item inherits order level fulfillment info.

Optional itemOptions

Additional add-ons or sub-items.

Optional productDetails

Details about the product.

Optional productId

productId: undefined | string

Product or offer id associated with this line item.

Optional quantity

quantity: undefined | number

Quantity of the item.

Optional returnsInfo

Returns info for this line item. If unset, this line item inherits order level returns info.

Optional status

Required: Line item level status.

Optional type

Required: Type of purchase.

Optional unitMeasure

Unit measure. Specifies the size of the item in chosen units. The size, together with the active price is used to determine the unit price.

Optional userVisibleStatusLabel

userVisibleStatusLabel: undefined | string

Required: User visible label/string for the status. Max allowed length is 50 chars.

Generated using TypeDoc