GET /organizations/{organizationUuid}/discounts/{discountUuid}

izettle.com:products

Summary: Retrieve a single discount
Operation ID: getDiscount
Auth: unknown
Description

Get the full discount 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 discount is returned: otherwise a 304 not modified will be returned with an empty body.

Parameters (3)

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

No probe data for this endpoint yet.