Gets the current or staged representation of a Product found by Key.
When used with an API Client that has the view_published_products:{projectKey} scope,
this endpoint only returns published (current) Product Projections.
Checks if the current or staged representation of a Product exists for a given key. Returns a 200 OK status if the ProductProjection exists or a 404 Not Found otherwise.
Gets the current or staged representation of a Product found by Key. When used with an API Client that has the
view_published_products:{projectKey}
scope, this endpoint only returns published (current) Product Projections.