|
@@ -5066,7 +5066,7 @@ export type FulfillmentFragment = (
|
|
|
|
|
|
|
|
export type OrderLineFragment = (
|
|
export type OrderLineFragment = (
|
|
|
{ __typename?: 'OrderLine' }
|
|
{ __typename?: 'OrderLine' }
|
|
|
- & Pick<OrderLine, 'id' | 'unitPrice' | 'unitPriceWithTax' | 'quantity' | 'totalPrice'>
|
|
|
|
|
|
|
+ & Pick<OrderLine, 'id' | 'unitPrice' | 'unitPriceWithTax' | 'quantity' | 'linePrice' | 'lineTax' | 'linePriceWithTax'>
|
|
|
& { featuredAsset?: Maybe<(
|
|
& { featuredAsset?: Maybe<(
|
|
|
{ __typename?: 'Asset' }
|
|
{ __typename?: 'Asset' }
|
|
|
& Pick<Asset, 'preview'>
|
|
& Pick<Asset, 'preview'>
|
|
@@ -5078,7 +5078,7 @@ export type OrderLineFragment = (
|
|
|
& AdjustmentFragment
|
|
& AdjustmentFragment
|
|
|
)>, items: Array<(
|
|
)>, items: Array<(
|
|
|
{ __typename?: 'OrderItem' }
|
|
{ __typename?: 'OrderItem' }
|
|
|
- & Pick<OrderItem, 'id' | 'unitPrice' | 'unitPriceIncludesTax' | 'unitPriceWithTax' | 'taxRate' | 'refundId' | 'cancelled'>
|
|
|
|
|
|
|
+ & Pick<OrderItem, 'id' | 'unitPrice' | 'unitPriceWithTax' | 'taxRate' | 'refundId' | 'cancelled'>
|
|
|
& { fulfillment?: Maybe<(
|
|
& { fulfillment?: Maybe<(
|
|
|
{ __typename?: 'Fulfillment' }
|
|
{ __typename?: 'Fulfillment' }
|
|
|
& FulfillmentFragment
|
|
& FulfillmentFragment
|