ScaleFluidly icon

ScaleFluidly

Consume ScaleFluidly API

Actions224

Overview

The "Clone Quote" operation in the ScaleFluidly node allows users to create a duplicate of an existing quote within the ScaleFluidly platform. This is useful when you want to replicate a quote's details, such as products, pricing, and configurations, without manually recreating it from scratch. Common scenarios include quickly generating similar quotes for different customers or versions, or using an existing quote as a template for new sales opportunities.

For example, a sales team member can clone a previously approved quote to adjust quantities or pricing for a new customer while preserving all other details intact.

Properties

Name Meaning
Environment The target environment where the API request will be sent. Options: Dev, QA, Local (with URLs).
Request JSON object containing the request body specific to the "Clone Quote" operation. This includes all necessary data to identify and clone the quote.

Output

The node outputs an array of JSON objects representing the response(s) from the ScaleFluidly API after performing the clone operation. Each item in the output corresponds to one input item processed.

  • The json output field contains the full API response, typically including details of the newly cloned quote such as its ID, status, and any metadata returned by the service.
  • No binary data output is produced by this operation.

Dependencies

  • Requires access to the ScaleFluidly API endpoint corresponding to the selected environment (Dev, QA, or Local).
  • An authorization token (Bearer token) must be provided in the input data headers for authentication with the ScaleFluidly API.
  • Optionally, the node can use configured credentials for authentication if no explicit token is found in the input.

Troubleshooting

  • Bearer token not found: If the first input item does not contain an authorization header with a bearer token, and no credential is configured, the node will throw an error. Ensure that the input data includes a valid authorization token or configure the node with appropriate API credentials.
  • Operation not found: If the operation name does not map to a known API endpoint, an error will be thrown. Verify that the operation parameter is correctly set to "clone_quote".
  • API errors: Any errors returned by the ScaleFluidly API (e.g., invalid quote ID, permission issues) will be passed through in the node output. Check the API response message for details.
  • Environment URL correctness: Make sure the selected environment URL is reachable and correct; otherwise, requests will fail.

Links and References


This summary is based on static analysis of the node's source code and provided property definitions, focusing specifically on the "Quote" resource and "Clone Quote" operation.

Discussion