wix-pricing-plans

Manage Wix pricing plans, subscriptions, checkout, orders, and coupons via SDK and REST APIs.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/shahata/cats-in-space --skill wix-pricing-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wix-pricing-plans
Source: https://github.com/shahata/cats-in-space/tree/main/.claude/skills/wix-pricing-plans
Command: npx skills add https://github.com/shahata/cats-in-space --skill wix-pricing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Wix pricing plans, including subscriptions, checkout processes, order management, cancellations, and coupon application, streamlining the entire e-commerce flow for Wix users.

Core Features & Use Cases

  • Plan Listing: Retrieve and display available pricing plans.
  • Checkout Flow: Initiate and manage the checkout process for both free and paid plans using redirect sessions.
  • Member Orders: View, manage, and cancel a member's active subscriptions and orders.
  • Coupon Management: Apply coupons to pricing plans.

Quick Start

Use the wix-pricing-plans skill to list all available public pricing plans.

Frequently Asked Questions about wix-pricing-plans

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

FAQPage Schema
How do I manage Wix pricing plans and subscriptions programmatically?

Manage Wix pricing plans and subscriptions by leveraging SDK and REST API interactions to handle plan discovery, checkout sessions, member orders, and coupon applications. This integrates with Wix pricing-plan and redirects SDKs to streamline e-commerce workflows.

How do I create a secure checkout session for Wix paid plans?

Create a secure checkout session for Wix paid plans by initiating redirect sessions through the pricing-plans SDK. This manages the checkout flow for both free and paid plans and redirects members to complete their purchases securely.

Can I retrieve and cancel a member's active Wix subscription orders?

Yes, you can retrieve and cancel a member's active Wix subscription orders. The Skill retrieves member orders and manages cancellations directly through Wix REST API interactions to update the subscription status.

How do I apply coupons to Wix pricing plans?

Apply coupons to Wix pricing plans by utilizing the coupon management features within the SDK. This allows you to integrate discount codes into the plan checkout flow for e-commerce functionalities.

Does this approach require specific dependencies to list public Wix pricing plans?

No specific dependencies are required to list public Wix pricing plans. The Skill uses Wix SDK and REST API interactions independently to retrieve and display available pricing plans without external component dependencies.