Integrated and external store locations.
Objects
DraftLocationContent
Fields
id(ID!) — The ID of the Contentin_signature(Boolean!) — Whether the Content is in the signatureinitial(Boolean!) — Whether the Content is the initial Contentlocation(DraftLocationContentData!)template_id(ID) — The ID of Template to attribute the content to
DraftLocationContentData
Fields
address(String) — The address of the locationlatitude(Latitude) — The latitude of the locationlongitude(Longitude) — The longitude of the locationtitle(String) — The title of the location
IntegratedLocation
A location from an Integration
Fields
address(Address) — The address of the associated IntegratedLocationcreated_at(DateTime!) — The date and time the IntegratedLocation was createddeleted_at(DateTime) — The date and time the IntegratedLocation was deletedid(ID) — The ID of the IntegratedLocationintegration(Integration!) — The integration associated with the IntegratedLocationis_suggested_ecommerce(Boolean!) — Whether the IntegratedLocation is presumably an ecomm location or not — 🚧 Deprecated: Use TeamLocation insteadlegacy_id(String!) — The legacy identifier of the IntegratedLocationname(String!) — The name of the IntegratedLocationupdated_at(DateTime!) — The date and time the IntegratedLocation was last updated
Input Objects
DistanceInput
A Distance in miles or kilometers
Fields
latitude(Latitude!) — The latitude of the sourcelongitude(Longitude!) — The longitude of the sourceunit(DistanceUnit!) — The unit of measurevalue(NonNegativeInt!) — The value of the distance
ExternalLocationInput
An ExternalLocation to be added/updated
Fields
address(AddressInput) — The address of the ExternalLocationcreated_at(DateTime) — The date the ExternalLocation was createddeleted_at(DateTime) — The date the ExternalLocation was deletedid(ID!) — The unique identifier of the ExternalLocationname(String!) — The name of the ExternalLocationtype(ExternalLocationType!) — The type of ExternalLocationupdated_at(DateTime) — The date the ExternalLocation was last updated
LocationFilterInput
Fields
isAllOf([DistanceInput!])isAnyOf([DistanceInput!])isKnown(Boolean)isNoneOf([DistanceInput!])
Enums
DistanceUnit
Values
KMMI
ExternalLocationType
Values
APPOTHERPOSWEB
