Checkout Management

🌐Community
by saleor · vlatest · Repository

Automates checkout processes, handling payment authorization, fraud checks, and order confirmation for seamless sales.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add checkout-management npx -- -y @trustedskills/checkout-management
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "checkout-management": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/checkout-management"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to manage and interact with a storefront's checkout process. Specifically, it facilitates tasks related to order creation, modification, and status tracking within the Saleor platform. It allows agents to handle customer orders and provide updates on their progress.

When to use it

  • Order Placement: An agent can assist customers in placing orders by guiding them through the checkout steps.
  • Order Status Inquiry: Customers can ask an agent about the status of a specific order, retrieving real-time information.
  • Order Modification Requests: Agents can process requests to modify existing orders (e.g., address changes).
  • Troubleshooting Checkout Issues: An agent can help resolve problems encountered during the checkout process.

Key capabilities

  • Order creation
  • Order modification
  • Order status tracking
  • Integration with Saleor platform

Example prompts

  • "Create a new order for [customer] with items [list of items]."
  • "What is the current status of order number [order ID]?"
  • "Can you change the shipping address on order [order ID] to [new address]?"

Tips & gotchas

This skill requires access and integration with a Saleor storefront. Ensure proper permissions are configured for the AI agent to interact with the checkout management system.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
saleor
Installs
3

🌐 Community

Passed automated security scans.