Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 2.13 KB

File metadata and controls

30 lines (27 loc) · 2.13 KB

# ServicePoint

Properties

Name Type Description Notes
id int
code string
isActive bool Indicates whether the service point data was recently updated via scraping within a carrier-specific expiration period. This field reflects data freshness, not operational availability. To check if a service point is operationally open, use `open_tomorrow` or `open_upcoming_week` instead.
shopType string [optional]
generalShopType string A normalized shop type indicating the general category of the service point. Carrier-specific shop types are mapped to a fixed set of values, such as `servicepoint`, `locker`, `post_office`, `carrier_depot`, etc. [optional]
extraData object Can contain carrier specific data
name string
street string
houseNumber string
postalCode string
city string
latitude string
longitude string
email string
phone string
homepage string
carrier string
country string
formattedOpeningTimes \Toppy\Sendcloud\V2\Model\ServicePointFormattedOpeningTimes
openTomorrow bool Indicates whether the service point will be open tomorrow based on its operating schedule. This field is calculated from `formatted_opening_times` and should be used to determine operational availability.
openUpcomingWeek bool Indicates whether the service point will be open at least once during the next 7 days. This field is calculated from `formatted_opening_times` including any schedule exceptions, and should be used to determine operational availability.
distance float Distance between the reference point and the service point in meters.

[Back to Model list] [Back to API list] [Back to README]