Taiwan Logistics Development Skill

Implement Taiwan logistics integrations across NewebPay, ECPay, and PAYUNi.

43|9|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Moksa1123/taiwan-ecommerce-toolkit --skill taiwan-logistics-development-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Taiwan Logistics Development Skill
Source: https://github.com/Moksa1123/taiwan-ecommerce-toolkit/tree/main/logistics-cli/assets/taiwan-logistics
Command: npx skills add https://github.com/Moksa1123/taiwan-ecommerce-toolkit --skill taiwan-logistics-development-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill consolidates the complete set of Taiwan logistics integration patterns across NewebPay, ECPay, and PAYUNi, providing a coherent guide, code samples, and tooling to accelerate development and reduce integration risk.

Core Features & Use Cases

  • Store Map & pickup flow: discover and select convenient pickup locations, feeding into shipment workflows for store-to-store (C2C) and bulk warehouse (B2C) scenarios.
  • End-to-end shipment lifecycle: create shipments, fetch shipment numbers, print labels, and query/tracking statuses across providers.
  • Event-driven notifications: handle status callbacks to synchronize systems and notify customers.
  • Use Case: A storefront automatically creates a NewebPay shipment after payment, fetches the barcode for printing, and tracks delivery to update the customer in real time.

Quick Start

  • Review the SKILL.md and EXAMPLES.md in the repository for concrete patterns.
  • Run the scripts in scripts/ to verify encryption, API calls, and end-to-end flows.
  • Integrate the example workflows into your backend services to automate logistics operations.

Frequently Asked Questions about Taiwan Logistics Development Skill

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

FAQPage Schema
How do I integrate ECPay and NewebPay logistics for store-to-store shipments in Python?

To integrate ECPay and NewebPay logistics for store-to-store shipments in Python, you can use provided scripts to handle API calls, encryption, and end-to-end shipment creation. The Skill includes practical Python code examples covering the complete shipment lifecycle.

What is the process for handling Taiwan logistics status callbacks across PAYUNi and ECPay?

Handling Taiwan logistics status callbacks involves receiving event-driven notifications from PAYUNi and ECPay to synchronize your backend systems. The Skill provides patterns for processing these callbacks to automatically update customers about delivery tracking statuses.

Can I use TypeScript to fetch shipment numbers and print labels via NewebPay logistics API?

Yes, you can use TypeScript to fetch shipment numbers and print labels via the NewebPay logistics API. The Skill provides TypeScript code examples that cover creating shipments, retrieving barcode data for printing, and querying tracking statuses.

How do I implement a store map pickup flow for Taiwan e-commerce fulfillment?

Implementing a store map pickup flow for Taiwan e-commerce fulfillment requires discovering and selecting convenient pickup locations before feeding them into shipment workflows. This Skill covers store map integration for both C2C store-to-store and B2C bulk warehouse scenarios.

Does the Taiwan logistics integration skill require the requests library for Python?

Yes, the Taiwan logistics integration requires the requests library as its sole Python dependency to execute API calls. You can run the included scripts to verify encryption and end-to-end logistics flows before integrating them into your backend services.