Listing to Sale
E-commerce workflow from product listing to completed sale
What is Listing to Sale?
An e-commerce workflow from product listing to completed sale. Covers product listing creation, inventory sync, pricing optimization, customer inquiry handling, order processing, payment capture, fulfillment coordination, and post-purchase follow-up. Designed for multi-channel sellers.
5 min
Intermediate
What's Included
- workflow.yaml
- stages/listing.md
- stages/selling.md
- stages/fulfillment.md
- stages/post-purchase.md
- templates/product-listing.md
- templates/shipping-notification.md
- README.md
Preview
# workflow.yaml
name: listing-to-sale
description: E-commerce product listing to completed sale
stages:
- id: list
trigger: product.created
actions:
- optimize-title-and-description
- set-competitive-price
- upload-product-images
- sync-inventory-across-channels
- id: sell
trigger: order.placed
actions:
- verify-payment
- check-inventory-availability
- send-order-confirmation
- generate-pick-list
- id: fulfill
trigger: order.confirmed
actions:
- create-shipping-label
- update-tracking-number
- send-shipping-notification
- deduct-inventory
- id: follow-up
trigger: delivery.confirmed
actions:
- send-review-request
- check-customer-satisfaction
- offer-related-products
- update-customer-lifetime-valueInstallation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip listing-to-sale.zipImport the skill
paperclipai skill import --from ./listing-to-sale/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill listing-to-sale
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Listing to Sale"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the listing-to-sale/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Listing to Sale" from the list.
Related Products
Lead to Close
End-to-end sales workflow from lead capture to deal close
Hire to Onboard
Full hiring workflow from job posting to day-one onboarding
Invoice to Reconcile
Invoice processing from receipt to bank reconciliation
Content Calendar to Publish
Content workflow from calendar planning to multi-channel distribution