Discussions
Will RoseRocket be sending ALL the properties of the Object? Or a specific list of properties that we need to tell you ahead of time?
Webhook POST body – what will be in the json? API document didn’t mention anything specific. Will RoseRocket be sending ALL the properties of the Object? Or a specific list of properties that we need to tell you ahead of time?
Posted by Jose Rivas 20 days ago
We need to link Customers, Vendors, and charge lines. Do we have access to all those end points?
We need to link Customers, Vendors, and charge lines. Do we have access to all those end points?
Posted by Jose Rivas 20 days ago
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.
I'm seeking to match the RoseRocket Driver UUID to the Samsara Driver UUID. I can see the driver UUID in the URL when I got to edit a driver. Is it possible to query more data here so that I can match it the UUID for the driver in Samsara?
I could then query what driver has what vehicle and what vehicle has what samara gateway (asset) and collect its data.
Otherwise, it looks like I will be forced to use an API equipped browser scraper to collect our driver UUIDs from RoseRocket and match by a less reliable field like a phone number.
Posted by Nunya 21 days ago
Authentication returned "token contains an invalid number of segments"
Hi RoseRocket engineering team,
I am trying to set my Authentication up on v2 and am running into an invalid token error.
**Here is the stack trace:**
ResponseError: {"status":401,"headers":{"content-type":"application/json","retry-after":null},"content":"{\"errors\":[{\"message\":\"token contains an invalid number of segments\"}]}\\n","request":{"url":"<https://network.roserocket.com/api/v1/me?client_id=[client-id-redacted-here]&client_secret=[secret-redacted-here]&token=[token-redacted-here]"}}>
at \_throwForStatus (/var/task/node_modules/zapier-platform-core/src/http-middlewares/after/prepare-response.js:13:11)
at outResp.throwForStatus (/var/task/node_modules/zapier-platform-core/src/http-middlewares/after/prepare-response.js:70:5)
at throwForStatusMiddleware (/var/task/node_modules/zapier-platform-core/src/http-middlewares/after/throw-for-status.js:5:14)
at Object.<anonymous> (/var/task/node_modules/zapier-platform-core/src/middleware.js:80:37)
<br />
I have created an OAuth application, and am passing the client secret + client id values, and I am getting an invalid AccessToken response, so it basically is unable to be decoded. We ran this through jwt.io and the response is that it is not a valid JSON object.
Any advice here?
Posted by Sean Smith 29 days ago
Authorization and Token process via non-browser implementation
Hello,
We're attempting to complete the whole authentication and authorization process to obtain the bearer token as described in your documentation (<https://roserocket.readme.io/docs/rose-rocket-api-oauth-20-authentication-guide>)
We noticed that when attempting to obtain the `code` to obtain the bearer token, we are redirected to the `redirect_uri` value that was set. Is this the only way to obtain a bearer token from Rose Rocket or is there another API endpoint that only requires the `client_id` and `client_secret` as parameters?
<br />
Thank you.
Posted by Mukandila Mukandila 3 months ago
Create new customer's order address_book_external_id and address_book_id
<https://roserocket.readme.io/reference/create-order>
"Address book external id. This field value can be null. Leave this field as null if you want to manually specify the address. If you want to populate the address using address_book_external_id, you must leave address_book_id empty."
When using field address_book_external_id or address_book_id I still receive field validation errors looking for City, Country and Postal of the Origin, Destination, and Billing.
Anyone out there using this successfully?
Posted by Mitchell Knight 4 months ago
how to get container and other details of an order
Hi team we are trying to receive order information through API where we are expecting below details to be identified from get OrderDetails API . Kindly assist on which response tags we can find these values if they were captured while order creation.
Trailer/Container Number
Seal Number 1
Pro Number
Total Number of WMS Shipments in the Truck(For CCI)
Post delivery goods issue (inbound)
Forwarding agent (Partner no.)
Label Type
Pallet Number
Pallet Label Id
Carton Label Id
Actual quantity delivered in stockkeeping units
Base Unit of Measure
Posted by Jaswanth 8 months ago
How to get the delivery date and time?
Seems this is missing from the order details and if we use POD then is the date there the delivered date? or the upload for POD? Also the API Says it is Date and time and it is only returning Date. thank you
Posted by null 8 months ago
BASEURL/api/v1/orders/ API response doesn't include origin and destination address in production environment
We're working with Noorin and she recommended posting here; she can share our direct account details with you if needed.
The API response is not populating the origin and destination addresses in a production environment.we can get the desired in a test environment.
Posted by srikanth 8 months ago
Wrong "pickedup_at" from /orders
Hello - hoping you can assist on this.
endpoint: "search all orders" /orders
When looking for order id "bce3a395-27a9-4166-9cca-9a042ea258b5" we getnwrong date in the ""pickedup_at": "2024-01-04T12:15:14.1414Z"," which is incorrect due to an user error.
q1: Is there any way to edit that value in the UI? so that it reflects the correct "pickedup_at" that is on Jan 02 and not Jan 04.
q2: I see that when calling the specific order id "/orders/orderId" for above example there are in fact multiple values for "pickedup_at" when this is a single shipper multi consignee order. Is there any way to get the first "pickedup_at" time stamp instead of the last when calling "search all orders" /orders ?
Posted by Pablo Martinez 8 months ago