searchStoresQueryParameters: {
    countryCode?: string;
    distanceUnit?: DistanceUnit;
    latitude?: number;
    limit?: number;
    locale?: LocaleCode$9;
    longitude?: number;
    maxDistance?: number;
    offset?: number;
    postalCode?: string;
    siteId: string;
}

Type declaration

  • Optional countryCode?: string
  • Optional distanceUnit?: DistanceUnit
  • Optional latitude?: number
  • Optional limit?: number
  • Optional locale?: LocaleCode$9
  • Optional longitude?: number
  • Optional maxDistance?: number
  • Optional offset?: number
  • Optional postalCode?: string
  • siteId: string