Discussions
Set ETA doesn't change order modified date
We're working on an integration to feed order updates to an external system. We went down the path of implementing webhooks (v1.0 API) and quickly found that there were limitations to the events supported (e.g. change in ETA and change in leg delivery window weren't covered by webhooks).
"Orders for this org/customer must be quoted before dispatch" error when calling CreateBookedOrder
Hi Roserocket support,
Is it possible to get order documents via API?
Hi Roserocket support,
Do API calls trigger webhooks?
i.e. should CreateOrder API call trigger an orderCreated webhook?
Invalid grant type when calling api to get bearer token
Hi,
Webhooks not working
Hi!
Search Manifest
According to the API documentation (https://roserocket.readme.io/v1.0/reference/find-manifests), when I search for manifests using one of the support parameters (https://platform.roserocket.com/api/v1/manifests), I should receive an orders array. However, all I get is manifest details.
manifests or master_trips?
Hi,
Error when attempting to exchange authorization code for token
My authorization request returns this response:
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,