AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node operation marks an offer as completed in the AI Marketplace platform. It is useful for sellers who want to update the status of an offer to indicate that the work or transaction has been finished. For example, after delivering a service or product, a seller can use this operation to complete the offer, signaling to the buyer that the offer is fulfilled.

Use Case Examples

  1. A seller completes an offer after delivering a service to a buyer.
  2. Automatically marking offers as completed in a workflow after certain conditions are met.

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 mark as completed.
Additional Fields Optional additional parameters such as request timeout and response format.

Output

JSON

  • json - The response data from the API call, typically the updated offer details or confirmation of completion.

Dependencies

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

Troubleshooting

  • Ensure the Offer ID is valid and correctly formatted to avoid errors related to invalid or missing IDs.
  • Authentication errors may occur if the API credentials are not configured or expired; verify the API key credential is set up correctly.
  • Timeout errors can happen if the request takes longer than the specified timeout; increase the timeout value if necessary.
  • Invalid response format errors may occur if the response format is not supported; use JSON format for standard responses.

Links

Discussion