SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Deliveries
  • Authentication
    • Token
      POST
  • Products
    • Catalog
      GET
    • By Item Codes
      POST
    • Price
      POST
    • catalog Item Convert
      POST
    • Color Recommendations
      POST
  • Deliveries
    • Coordinates
      GET
  • Branches
    • Branch Locations
      GET
    • Active Branch Products
      GET
    • Customer Branch Locations
      GET
  • Customers
    • OrderTemplates
      GET
  • Orders
    • Submit Order
      POST
  1. Deliveries

Coordinates

GET
/deliveries/v2/{orderNumber}/coordinates
Get Longitude and Latitude Information: Obtain information about the coordinates status of an order

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://services-qa.roofhub.pro/deliveries/v2/32523396/coordinates' \
--header 'Authorization: Bearer'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "trackingUrl": "https://dev.roofhub.pro/shared-delivery?Delivery=f165ea8a4c",
        "longitude": 33.003029473574,
        "latitude": -85.013241787874
    }
]
Modified at 2025-09-25 12:29:24
Previous
Color Recommendations
Next
Branch Locations
Built with