GitHub

CartDeliveryCoordinatesPreferenceInput

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

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

type CartDeliveryCoordinatesPreferenceInput = {
    countryCode: CountryCode;
    latitude: Scalars['Float']['input'];
    longitude: Scalars['Float']['input'];
}