GET /organizations/{organizationUuid}/products/{productUuid}

izettle.com:products

Summary: Retrieve a single product
Operation ID: getProduct
Auth: unknown
Description

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.

Parameters (3)

If-None-Match (string, header, optional)
organizationUuid (string, path, required)
productUuid (string, path, required)

No probe data for this endpoint yet.