Skip to main content
GET
/
Version
Get Version
curl --request GET \
  --url https://{domain}:{port}/api/Version
{
  "ApiVersion": "<string>",
  "Copyright": "<string>",
  "ProductVersion": "<string>"
}
Retrieves the current Commerce API version and build information. This GET endpoint provides metadata about the deployed Commerce system, returning the ApiVersion, ProductVersion, and Copyright details for diagnostic purposes.

Response

Success

ApiVersion
string
ProductVersion
string