Discussions
Where is the email field from GET customer by ID pulling from?
Hi, looking for where the email field in the GET customer by ID field is coming from. Ideally a screenshot of what that field looks like in the system would be great!
Shipping interface
We are looking to send shipment information - shipper, consignee, pieces, weight date etc - and receive a probill in the response.
Order Updated Webhook
Currently the order updated webhook in our sandbox is sending an event for every leg/order on a single update in the order interface; is that always expected or will we get a single updated event for a change to a specific order? (Referring to orders with multiple legs)
Are all the available Objects listed somewhere?
In the documentation, I don’t see a ‘table’ that shows all the available Objects and the properties within each object. In v2 doc they are clearly defined. Are they available somewhere for v1?
Order creation date on the "get order" endpoint?
In postman collection, I see a ‘get order’ endpoint with query string parameters ‘start_at’ and ‘end_at’. For example:
"{{baseUrl}}/api/{{apiVersion}}/orders?offset=0&limit=10&start_at=2017-04-10&end_at=2017-04-10"
What does the date represent? Is it the order creation date?
Driver UUID in RR match to Driver UUID In Samsara ELD
Hi since RR lacks an API endpoint to generate shared e-Tracking Page I am working with a customer to query an order's current location via Samsara's API.
Webhooks for Legs
With the webhooks for legs, is there a leg id passed back? How do we know what leg to get when the weebhook is fired?
Created Date
Is there an easier way to get an order created date we are missing. Seems it is not available with "Get Order by ID" it is only available on "Search Orders" however we only know the ID of the order, and we cannot search by ID. So how can we get the created date? Do we have to get the order by the id, then use parameters from that to search for the order we already have?