GitHub

CartDeliveryCoordinatesPreference

import { CartDeliveryCoordinatesPreference } from '@daffodil/driver/shopify'

Preferred location used to find the closest pick up point based on coordinates.

type CartDeliveryCoordinatesPreference = {
    __typename?: 'CartDeliveryCoordinatesPreference';
    countryCode: CountryCode;
    latitude: Scalars['Float']['output'];
    longitude: Scalars['Float']['output'];
}