skill-dropshipping-fulfillment
Installation
SKILL.md
CJ Fulfillment Engine
Automates the WooCommerce → CJ Dropshipping order flow. No manual copy-paste.
What it does
- Fetches all
processingorders from WooCommerce - Maps line items to CJ variant IDs via
cj-supplier-selection.json - Submits matched items to CJ API as a dropship order
- Updates WooCommerce order status to
on-hold(awaiting CJ dispatch) - Adds an order note with the CJ order ID
- Logs all results to
cj-fulfillment-log.json
Credentials / paths
| File | Contents |
|---|---|
woo-api.json |
{ url, consumerKey, consumerSecret } |
cj-api.json |
{ apiKey, baseUrl, accessToken, tokenExpiry } |
cj-supplier-selection.json |
Array of { sku, cjProductId, variantId, ... } |