# Activate product **POST /products/{productId}/activate** Replaced by `/batches/products/activate/[selected|all]` endpoints. Sets product and all of his variants to live stage. Any additionally created variants for activated product are visible immediately (activation status is tied to product). ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Path parameters - **productId** (string) Partner's product identifier ### Query parameters - **client_id** (string) Client identifier ## Responses ### 200 OK #### Headers - **X-RateLimit-Limit** (string) All available time windows applicable for request made, with the count of requests from smallest window as first value. - **X-RateLimit-Remaining** (integer) The smallest amount of requests left for the time window. - **X-RateLimit-Reset** (integer) Time in seconds until current window with lowest amount of requests resets #### Body: (object) - **result** (object) [Powered by Bump.sh](https://bump.sh)