Actions24
- Health Actions
- Offers Actions
- Lots Actions
- Statistics Actions
- Authentication Actions
- Feedback Actions
- Events Actions
- Categories Actions
- Admin Actions
Overview
This node operation cancels an existing offer in the AI Marketplace platform. It is useful for buyers who want to withdraw their offer on a lot before it is accepted or completed. For example, if a buyer changes their mind or finds a better deal, they can use this operation to cancel their offer and notify the seller.
Use Case Examples
- A buyer cancels an offer they previously made on a lot to stop the transaction process.
- An automated workflow cancels offers that have not been accepted within a certain timeframe.
Properties
| Name | Meaning |
|---|---|
| Environment | The environment to connect to, either Development or Production. |
| Override Base URL | Optional URL to override the default base URL for the selected environment. |
| Offer ID | The unique identifier of the offer to be cancelled. |
| Additional Fields | Optional additional parameters such as request timeout and response format. |
Output
JSON
json- The JSON response from the API after cancelling the offer, containing details about the cancelled offer or error information.
Dependencies
- Requires an API key credential for AI Marketplace API authentication to perform the cancel operation.
Troubleshooting
- Ensure the Offer ID is valid and correctly formatted to avoid errors related to invalid or missing identifiers.
- Check that the API credentials are configured properly; authentication errors occur if credentials are missing or invalid.
- Verify the environment and base URL settings to ensure the request is sent to the correct endpoint.
- Timeout errors may occur if the request takes longer than the specified timeout; increase the timeout if necessary.
- If the API returns an error, check the error message for details and adjust the input parameters accordingly.