orderedItemSalesMicros property

String? orderedItemSalesMicros
getter/setter pair

Total price of ordered items in micros (1 millionth of a standard unit, 1 USD = 1000000 micros).

Excludes shipping, taxes (US only), and customer cancellations that happened within 30 minutes of placing the order. The currency of the returned value is stored in the currency_code segment. If this metric is selected, 'segments.currency_code' is automatically added to the SELECT clause in the search query (unless it is explicitly selected by the user) and the currency_code segment is populated in the response. This metric cannot be segmented by customer_country_code.

Implementation

core.String? orderedItemSalesMicros;