shopify-admin-gift-card-liability-report

Calculate outstanding Shopify gift card liability and export CSV reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It resolves the accounting uncertainty of how much unredeemed gift card value your store owes by calculating total outstanding gift card liability and breaking it down into actionable groupings.

Core Features & Use Cases

  • Outstanding liability reporting: Computes the deferred-revenue liability from enabled gift cards with positive remaining balance.
  • Cohort and band segmentation: Groups liability by issue-month cohort and remaining-balance band to support aging and forecasting.
  • Breakage candidate identification: Flags cards that appear stale or near expiry for potential breakage analysis, while keeping the skill strictly read-only.

Use case: Before closing monthly books, generate a liability snapshot that finance can reconcile to the balance sheet and review for breakage considerations.

Quick Start

Run the shopify-admin-gift-card-liability-report skill for your store domain to generate the gift card liability snapshot as a CSV report.

Frequently Asked Questions about shopify-admin-gift-card-liability-report

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

FAQPage Schema
How do I calculate outstanding Shopify gift card liability for monthly accounting reconciliation?

Shopify gift card liability is calculated by summing unredeemed balances for enabled gift cards to report deferred-revenue obligations, producing a monthly accounting snapshot for balance sheet reconciliation.

What is gift card breakage analysis and how does cohort segmentation work?

Gift card breakage analysis identifies stale or near-expiry cards as breakage candidates. Cohort segmentation groups outstanding liability by issue-month and remaining-balance bands to support aging analysis and revenue forecasting.

Can I generate a gift card liability report using Shopify GraphQL queries?

Yes, you can generate a liability report using read-only Shopify GraphQL queries to fetch gift card data, computing totals, redeemed-to-date context, and breakage flags, then outputting the results as a CSV file.

How do I segment deferred revenue from gift cards by issue month and balance bands?

You segment deferred revenue by grouping outstanding gift card liability into issue-month cohorts and remaining-balance bands, allowing finance teams to analyze aging obligations and forecast potential breakage.

Does this gift card liability reporting tool modify my Shopify store data?

No, this gift card liability reporting tool is strictly read-only. It executes Shopify GraphQL queries to compute outstanding liability, cohort segmentation, and breakage candidate flags without modifying any store data.