GitHub

CartDeliveryCoordinatesPreferenceInput

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

import { CartDeliveryCoordinatesPreferenceInput } from '@daffodil/driver/shopify'
type CartDeliveryCoordinatesPreferenceInput = {
    countryCode: CountryCode;
    latitude: Scalars['Float']['input'];
    longitude: Scalars['Float']['input'];
}
Type Options
CartDeliveryCoordinatesPreferenceInput { countryCode: CountryCode; latitude: Scalars['Float']['input']; longitude: Scalars['Float']['input']; }