linkfox-lingxing-erp

Integrate Lingxing OpenAPI for script-driven queries across ERP modules.

69|14|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-lingxing-erp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkfox-lingxing-erp
Source: https://github.com/linkfox-ai/linkfox-skills/tree/main/skills/linkfox-lingxing-erp
Command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-lingxing-erp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pycryptodome, and includes scripts (resource) and references (resource) components.

What problem does it solve?

LinkFox's Lingxing ERP integration unifies access to the Lingxing OpenAPI, wrapping official documentation and script usage so teams can query and operate Lingxing data without direct gateway dependencies.

Core Features & Use Cases

  • Unified ERP access across Lingxing modules (ads, orders, inventory, finance, sourcing, customer service, and more).
  • Script-driven API exploration: automate multi-module data retrieval and aggregation with consistent authentication and pagination.
  • Real-world scenario: a business owner wants to pull monthly profit, inventory, and orders reports across SP/SB/SD in a single workflow and feed the results into a BI dashboard.

Quick Start

Run the Lingxing ERP script to list stores and fetch a sample SP campaign report for today.

Frequently Asked Questions about linkfox-lingxing-erp

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

FAQPage Schema
How do I automate Lingxing ERP data retrieval across multiple modules?

Yes, you can pull monthly profit, inventory, and orders reports across SP, SB, and SD campaigns in a single workflow. The integration executes script-driven OpenAPI queries to aggregate cross-module data for BI dashboard ingestion.

How does token-based authentication work for Lingxing OpenAPI integration?

Token-based authentication for Lingxing OpenAPI integration uses environment-based credential handling to securely manage API tokens. This enforces deterministic, script-driven queries across all Lingxing modules without direct gateway dependencies.

Does this Lingxing API integration handle pagination for large ERP data sets?

Yes, this Lingxing API integration enforces pagination for large ERP data sets to ensure complete data retrieval. It applies per-module parameter conventions to manage cross-module queries across ads, orders, and finance.

What do I need to set up before querying Lingxing ERP APIs?

Before querying Lingxing ERP APIs, you need environment-based credentials for token authentication and the required Python dependencies. The integration relies on the requests and pycryptodome libraries to execute OpenAPI endpoint interactions.

Are there limitations when using script-driven queries for Lingxing OpenAPI?

Limitations of script-driven Lingxing OpenAPI queries include strict adherence to per-module parameter conventions and pagination rules. Operations depend entirely on the Lingxing API surface, meaning any official endpoint rate limits or access restrictions apply.