shopify-admin-product-lifecycle-manager

Transition Shopify products between DRAFT, ACTIVE, and ARCHIVED using GraphQL queries.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-product-lifecycle-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: shopify-admin-product-lifecycle-manager
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/merchandising/shopify-admin-product-lifecycle-manager
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-product-lifecycle-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual, error-prone work of moving many Shopify products through seasonal lifecycle stages like staging, launch, and sunsetting.

Core Features & Use Cases

  • Bulk status transitions: Moves products between DRAFT, ACTIVE, and ARCHIVED in one run based on a filter query.
  • Safe preview mode: Supports dry_run to review matches before executing updates, reducing accidental outages (especially for ARCHIVED).
  • Scheduled merchandising workflow: Handles seasonal launch staging (DRAFT → ACTIVE) and end-of-season sunsetting (ACTIVE → ARCHIVED) using a repeatable operational process.

Quick Start

Use the shopify-admin-product-lifecycle-manager skill to transition all products matching "tag:summer-2026" from DRAFT to ACTIVE with dry_run enabled first.

Frequently Asked Questions about shopify-admin-product-lifecycle-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk update Shopify product statuses for a seasonal launch?▼

To bulk update Shopify product statuses for a seasonal launch, use a filter query to transition matching products between DRAFT, ACTIVE, and ARCHIVED. This executes validated GraphQL pagination to automate your seasonal merchandising workflow in one run.

Can I preview bulk status transitions in Shopify before applying changes?▼

Yes, you can preview bulk status transitions in Shopify before applying changes by enabling the dry_run parameter. This safe mode reviews filter matches and generates a lifecycle_update CSV file without executing productUpdate mutations, preventing accidental inventory outages.

Does this approach use GraphQL to manage archived products on Shopify?▼

Yes, this approach uses validated GraphQL products query pagination and productUpdate mutations to bulk transition targeted inventory to ARCHIVED. It provides a repeatable operational process for end-of-season sunsetting and pre-launch staging.

What is the safest way to bulk archive Shopify products without breaking my store?▼

The safest way to bulk archive Shopify products without breaking your store is to use dry_run mode first. This validates your filter query against matching items and generates a CSV output before any productUpdate mutations permanently change your active inventory.