Discussions

Ask a Question
Back to All

Create Spot Quote Request

We are trying to programatically, create and order, add a spot quote to the order as well as move the order to booked in the same flow using the API.

That being said, we are able to create an order however once we try to create a spot quote for that order we get an issue with the service_id field.

We have fetched all of the service ID's for a specific carrier beforehand so that we are getting a valid ID however once we submit the request we get the following response:
{error_code: "8-999", error_message: "Unable to save quote, service and partner carrier mismatch"}.

We are finding the service_ids from the network request as well as with the api once we get the partner carriers.
Any idea on what could be causing the issue?