Gets a list of the calculators defined
  • 06 Sep 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Gets a list of the calculators defined

  • Dark
    Light

Article summary

Get
/pricing/v2/engines

Given a request, return a list of all defined pricing engines within the pricing service.

Security
HTTP
Type bearer
Header parameters
authorisation
stringRequired
Responses
200

List of all available pricing engines

object
pricingEngines
Array of string

List of all available pricing engines

Example[ "hardCoded", "fixedBasePrice", "bulkDiscountedCalculator", "productVolumeCalculator" ]
string
Valid values[ "\"hardCoded\"", "\"fixedBasePrice\"", "\"bulkDiscountedCalculator\"", "\"productVolumeCalculator\"", "\"collectionVolumeDiscountCalculator\"" ]
401

Invalid Authentication Credentials

Expand All
object
message
string
causes
Array of object
object
message
string
metadata
Array of object
object
key
string
value
403

Invalid Authorization Credentials

Expand All
object
message
string
causes
Array of object
object
message
string
metadata
Array of object
object
key
string
value
404

Resource Not Found

Expand All
object
message
string
causes
Array of object
object
message
string
metadata
Array of object
object
key
string
value
500

Internal Server Error

Expand All
object
message
string
causes
Array of object
object
message
string
metadata
Array of object
object
key
string
value

Was this article helpful?

What's Next