CartDeliveryCoordinatesPreference
Preferred location used to find the closest pick up point based on coordinates.
import { CartDeliveryCoordinatesPreference } from '@daffodil/driver/shopify'
type CartDeliveryCoordinatesPreference = {
__typename?: 'CartDeliveryCoordinatesPreference';
countryCode: CountryCode;
latitude: Scalars['Float']['output'];
longitude: Scalars['Float']['output'];
}
Type | Options |
---|---|
CartDeliveryCoordinatesPreference | {
__typename?: 'CartDeliveryCoordinatesPreference';
countryCode: CountryCode;
latitude: Scalars['Float']['output'];
longitude: Scalars['Float']['output'];
} |