Sweet Spot API

Command Palette

Search for a command to run...

GET/v1/product-variants/{id}/lowest

Retrieves the cheapest total monthly payment (monthly payment + insurance) across all available lease terms for a product variant. The identifier can be either the variant's public ID (pub_id) or external_id. Returns the lowest price, the corresponding lease term in months, and the product variant ID. Requires ProductVariantRead permission on the variant's product organization.

Parameters
Request parameters for this endpoint
NameLocationTypeRequiredDescription
idpathstringRequiredProduct variant identifier - can be public ID (pub_id) or external_id
Response Data
Fields returned in the response

Always Present

NameTypeDescription
price
Lowest total monthly payment (monthly payment + insurance) across all lease terms
productVariantId
ProductVariantPubId
Public ID of the product variant
term
integer (int32)
Lease term in months that offers the lowest price
Retrieves the cheapest total monthly payment (monthly pay... | Sweet Spot API Documentation