v1
latestOpenAPI 3.0.12026-07-14324237.1 KBproducts
Retrieve a single product
Get the full product with the provided UUID. The method supports conditional GET through providing a HttpHeaders.IF_NONE_MATCH header. If the conditional prerequisite is fullfilled, the full product is returned, otherwise a 304 not modified will be returned with an empty body.
get/organizations/{organizationUuid}/products/{productUuid}
Path parameters
organizationUuidstring uuid required
productUuidstring uuid required
Headers
If-None-Matchstring
Response
Product