Gets the current or staged representation of a Product by its ID. 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 id. Returns a 200 OK status if the ProductProjection exists or a 404 Not Found otherwise.
Gets the current or staged representation of a Product by its ID. When used with an API Client that has the
view_published_products:{projectKey}
scope, this endpoint only returns published (current) Product Projections.