fba-shipment-create

Automates Amazon FBA shipment creation via a fixed four-stage CLI workflow.

1|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/LXE123/LXE_AGENT --skill fba-shipment-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fba-shipment-create
Source: https://github.com/LXE123/LXE_AGENT/tree/main/skills/fba-shipment-create
Command: npx skills add https://github.com/LXE123/LXE_AGENT --skill fba-shipment-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能提供一个端到端的固定 CLI 流程,用于简化 Amazon FBA 货件的创建与跟踪,减少人工重复操作。

Core Features & Use Cases

  • 支持四阶段流程:prepare_upload、prepare_multi_box_excel、confirm_own_carrier、enter_tracking_codes,实现货件创建的端到端自动化。
  • 提供上下文持久化与阶段性校验,确保在任一阶段出现异常时可清晰回退并报告。
  • 适用于需要对特定店铺与站点创建货件的场景,能够按要求提供 store_id、site、consignment_no、transport_mode,并在必要时进入承运人确认及追踪编码输入。

Quick Start

提供必填字段并按顺序执行四阶段 CLI 以完成货件创建。

Frequently Asked Questions about fba-shipment-create

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

FAQPage Schema
How do I automate Amazon FBA shipment creation via CLI?

Automate Amazon FBA shipment creation by executing a fixed multi-stage CLI workflow. You provide store_id, site, consignment_no, and transport_mode, then run sequentially through prepare_upload, prepare_multi_box_excel, confirm_own_carrier, and enter_tracking_codes.

What is the required input for Amazon FBA CLI shipment orchestration?

Required inputs for Amazon FBA CLI shipment orchestration are store_id, site, consignment_no, and transport_mode. These parameters target specific stores and sites to initiate the deterministic end-to-end workflow.

How does context persistence work during multi-stage FBA shipment processing?

Context persistence during multi-stage FBA shipment processing saves state between the four CLI stages. This enables stage-by-stage validation and clear rollback reporting if an exception occurs mid-workflow.

Can I skip the multi-box Excel generation step when creating an FBA shipment?

Multi-box Excel generation and carrier confirmation are optional steps in the FBA shipment workflow. You can skip them if your specific shipment scenario does not require multi-box handling or explicit carrier confirmation.

Why does stage-by-stage validation matter for FBA shipment automation?

Stage-by-stage validation matters for FBA shipment automation because it enforces deterministic CLI orchestration. It catches errors at each specific phase, ensuring explicit context persistence and allowing clear rollback.

What is the best way to handle errors in an automated Amazon FBA workflow?

The best way to handle errors in an automated Amazon FBA workflow is using a fixed CLI with stage-by-stage validation. This approach provides explicit context persistence and clear reporting to manage exceptions during shipment creation.