Skip to main content

OfferStatusResult

Possible responses when querying the status of an offer.

union OfferStatusResult = OfferNotFoundError | OfferStatus | UnexpectedError

Possible types

OfferStatusResult.OfferNotFoundError object

Error indicating that the requested offer could not be found or accessed.

Common causes:

  • Invalid or expired offer ID
  • Offer exists but belongs to a different broker
  • Insufficient permissions to access the offer
  • On test environment, the offers reset every thursday and offers created before that date are not available anymore.

OfferStatusResult.OfferStatus object

The current status of an offer in the system.

OfferStatusResult.UnexpectedError object

In case an unexpected error occurs during the update customer operation. Please contact customer support for assistance.

Returned By

offerStatus query