openclaw-commerce-shopify

Manage Shopify store data via OpenClaw Commerce API with GraphQL CRUD operations.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Maosixian/selfused-xavier-lobsterop --skill openclaw-commerce-shopify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-commerce-shopify
Source: https://github.com/Maosixian/selfused-xavier-lobsterop/tree/main/skills/openclaw-commerce-shopify
Command: npx skills add https://github.com/Maosixian/selfused-xavier-lobsterop --skill openclaw-commerce-shopify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openclaw-commerce, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for efficient management of Shopify store data, including orders, products, customers, collections, catalogs, and discounts, through OpenClaw Commerce API integration.

Core Features & Use Cases

  • Full Read/Write Access: Access and modify Shopify data through GraphQL API endpoints.
  • CRUD Operations: Create, read, update, and delete orders, products, customers, collections, catalogs, and discounts.
  • Environment Variables: Securely manage API keys and other sensitive information.
  • Use Case: Automate order processing, manage inventory, and create targeted promotions for your Shopify store.

Quick Start

Use the openclaw-commerce-shopify skill to create an order for a customer with ID 'customer123'.

Frequently Asked Questions about openclaw-commerce-shopify

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

FAQPage Schema
How do I manage Shopify orders and products using GraphQL API?

You can manage Shopify orders and products by executing GraphQL requests through the OpenClaw Commerce API. This integration supports full CRUD operations, allowing you to create, read, update, and delete store data efficiently.

Can I automate Shopify store management tasks like inventory and promotions?

Yes, you can automate Shopify store management by integrating with the OpenClaw Commerce API. It enables automated order processing, inventory management, and the creation of targeted promotions through GraphQL endpoints.

Do I need an OpenClaw Commerce API key to process Shopify store data?

Yes, an OpenClaw Commerce API key is required to process Shopify store data. The skill securely manages this key and other sensitive information using environment variables to authenticate GraphQL requests.

What Shopify data entities are supported for CRUD operations via API integration?

The supported Shopify data entities for CRUD operations include orders, products, customers, collections, catalogs, and discounts. These are all accessible and modifiable through the Shopify Admin GraphQL API.

How do I create a Shopify order for a specific customer through API integration?

To create a Shopify order, you use the OpenClaw Commerce API to send a GraphQL request with the target customer ID. This triggers the order processing logic to generate the new order record in your store.

What's the best way to update Shopify catalogs and discounts remotely?

The best way to update Shopify catalogs and discounts is through the OpenClaw Commerce API integration. It provides full read and write access to Shopify Admin GraphQL endpoints for efficient data manipulation.