CartDeliveryOption
Information about a delivery option.
import { CartDeliveryOption } from '@daffodil/driver/shopify'
type CartDeliveryOption = {
__typename?: 'CartDeliveryOption';
code?: Maybe<Scalars['String']['output']>;
deliveryMethodType: DeliveryMethodType;
description?: Maybe<Scalars['String']['output']>;
estimatedCost: MoneyV2;
handle: Scalars['String']['output'];
title?: Maybe<Scalars['String']['output']>;
}
Type | Options |
---|---|
CartDeliveryOption | {
__typename?: 'CartDeliveryOption';
code?: Maybe<Scalars['String']['output']>;
deliveryMethodType: DeliveryMethodType;
description?: Maybe<Scalars['String']['output']>;
estimatedCost: MoneyV2;
handle: Scalars['String']['output'];
title?: Maybe<Scalars['String']['output']>;
} |