Home > @infiniteobjects/shopify-data-manager > AdminTypes > Order > subtotalPrice
Warning: This API is now obsolete.
Use
subtotalPriceSet
instead.
The sum of the prices for all line items after discounts and before returns, in shop currency. If taxesIncluded
is true
, then the subtotal also includes tax.
Signature:
subtotalPrice?: Maybe<Scalars['Money']['output']>;