# Activate selected products **PUT /batches/products/activate/selected** Product must be `activated` to be visible on website for all customers. Not activated products are visible only for partner (for testing and listing validation purposes). Product activation is non-reversible action. Once activated product can't be transferred back to `draft` stage. ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Query parameters - **client_id** (string) Client identifier ### Body: (array[object]) - **productId** (string) Partners article (product/variant) ID (validated against `/[a-z0-9_][a-z0-9\-_.]*/i` regex pattern) ## 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)