# Accept a product share invite Accepts a product sharing invite. The current user will gain access to the product linked to the sharing invite. The user that send the invite must have an active grant for the product at the point of acceptance. If the current user already has a product share for the same product from the same product owner, an error code 409 will be returned and the invite will not be accepted. Endpoint: PUT /zephr/public/products/v1/shares/invitations/{sharing_id} Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Path parameters: - `sharing_id` (string, required) The ID of the user product sharing invite. Example: "0nasdj-aso25-6454" ## Response 200 fields ## Response 400 fields ## Response 404 fields ## Response 409 fields