Discussions
Maximum file size for the leg and order upload endpoints
Hi! We're looking at using the order and leg upload_file v1 api endpoints, but I don't see a maximum file size listed in the documentation. Additionally, these files will already be stored in s3 from our side before we move to attach them to orders and legs within Rose Rocket, is there a better/more efficient way to do this, rather than the file upload endpoints?
Delay in updated information on manifests/{manifestId}/stops endpoint
When we update the address of a stop in the UI, I am observing a several (possibly 5 or so?) second delay between an order.updated webhook being received, and the new address populating on the /stops endpoint. It's causing our system to process the update before the newest information is available.
Is this expected, and should I just add a delay in our processing?
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.