parallel45 API error

quote_expired

Quote expired

Published ahead of the API. No endpoint emits this code yet — error exits currently carry type: "about:blank". Read this as the intended contract, not as a description of live behaviour. About this catalogue

Problem type
https://errors.parallel45.tech/quote_expired
HTTP status
409
Retryable
Yes — the identical request may succeed later.

What it means

The price quote this instruction referenced is no longer valid.

A quote is valid until its expiresAt. Executing against a stale price is refused rather than repriced silently, because the customer agreed to a figure that no longer holds.

What to do

Request a fresh quote and submit again with the new one. Do not resubmit with the expired quote -- it will keep failing.

Do not confuse this with

A generic 409. This is the only conflict in the API that a client should retry after re-quoting; collapsing it into an ordinary conflict turns a recoverable flow into a dead end.