AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node interacts with the AI Marketplace API to perform various operations related to offers, specifically the 'Reject' operation for offers. It allows users to reject an offer by providing the offer ID and optionally configuring the environment, base URL, request timeout, and response format. This is useful in scenarios where a seller wants to decline an offer made on a lot in the marketplace.

Use Case Examples

  1. A seller receives an offer on their lot and decides to reject it using this node by specifying the offer ID and environment.
  2. Automating the rejection of offers that do not meet certain criteria by integrating this node into a workflow.

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 ID of the offer to reject.
Additional Fields Optional additional settings such as request timeout and response format.

Output

JSON

  • json - The response data from the API call, typically the result of the reject offer operation.

Dependencies

  • Requires an API key credential for authentication to the AI Marketplace API.

Troubleshooting

  • Common issues include invalid or missing offer ID, which will cause validation errors.
  • Authentication errors if the API credentials are not configured or invalid.
  • Timeout errors if the request takes longer than the specified timeout period.
  • Invalid override base URL or environment selection may cause connection failures.

Links

Discussion