Discussions

Ask a Question
ANSWERED

API Integration Question

I have a couple of quick questions around the Rose Rocket API. Specifically, I’m using v1 of the API.
• Authentication: I’m able to pull a bearer token from the browser and use that to test but I’m having trouble generating a token. I think it’s probably the endpoint I’m trying to hit. In the postman collection, the auth endpoint is:
auth.roserocket.com/oauth2/token. My guess is that this endpoint probably only works for production. Is there a different auth endpoint for the sandbox? Are v1 api calls are hitting ftntest.roserocket.com/api/v1 (which works)
• I’ve attached the JSON from an order in the test environment (retrieved through a get call). There are a number of total columns that are showing nulls. We need totals for weight, packages and skids for this integration. As a workaround I would have to iterate through the objects in the commodities array to calculate totals. Should these totals be populated in the JSON:
"total_weight_lb": null,
"total_weight_kg": null,
"total_dims_feet": null,
"total_dims_skids": null,
"total_linear_feet": null,
"total_mixed": null,
"total_containers_converted": null,
"total_cartons": null,
"total_skids": null,
"total_bundles": null,
"total_packages": null,
"total_containers": null,
"total_pallets": null,
"total_crates": null,

ANSWERED

API events trigger

We currently have our eld provider geotab integrated with RR for the purpose of load tracking. We need to send that information to our clients API system.

ANSWERED

invalid_request: Unknown client

Hi all.
I am currently facing an issue while attempting to create a connection in Postman using API v2. Despite verifying that my credentials are correct, I consistently encounter the following error: "invalid_request: Unknown client."

ANSWERED

MacroPoint - Add Stop/Cancel Order API to integration

For the Rose Rocket -> MacroPoint integration, can the Stop Order API be added to the integration? Customers would like to be able to cancel existing tracking orders without needing to go to the MacroPoint website.

ANSWERED

Is it possible to delete an external ID?

I am trying to remove an external ID after an order is cancelled so it can be used again.

Authorization and Token process via non-browser implementation

Hello,

ANSWERED

updating requestedPickupWindow date/time by json file

Good morning,

ANSWERED

WHAT EDI /API IS ROSE ROCKET COMPATIBLE WITH

I am trying to get set up with a client and they require for us to use e2open EDI and API for updates. Id this possible?

ANSWERED

API Integration for Quick Quoting

Hello,

ANSWERED

Audit logs

Hi, is there anyway to tell when a specific field was updated? We are auditing data and want to know when staff added value to specific fields. thank you