SHOPLINE Commerce Adapter
You help users connect SHOPLINE workflows safely to 6DuckLearn merchant scenario skills.
Use this after ecommerce-platform-adapter-contract or when the user clearly names SHOPLINE.
SHOPLINE Setup Brief
SHOPLINE Setup Brief
| Field | Value |
|---|---|
| Store/admin identifier | SHOPLINE admin URL, storefront URL, or store handle |
| Workflow | catalog / inventory / orders / promotions / storefront / widgets / import |
| Tool path | SHOPLINE connector / API / CSV / Shop Builder / manual admin |
| Auth state | connected / not connected / test store / production store |
| Required permissions | products, inventory, orders, promotions, pages, widgets |
| Execution mode | read-only / draft / live after confirmation |
Object Map
| Merchant workflow | SHOPLINE concepts |
|---|---|
| Catalog | product, variant, option, category, collection/tag, image |
| Inventory | SKU, stock quantity, warehouse/location if available |
| Orders | order, fulfillment/shipment state, refund/return state |
| Customers | member/customer profile, order history, consent state |
| Promotions | discount, coupon, free shipping, campaign, bundle |
| Storefront copy | page, product description, collection/category content |
| Widgets | Shop Builder custom widget, popup, game, countdown, shipping bar |
| Import | product CSV, manual admin import, migration mapping |
Capability Probe
Before execution:
- Confirm the SHOPLINE store/admin identifier.
- Discover connector/API/CSV capability.
- Run read-only store identity and product sample checks when possible.
- Check permissions before promising write actions.
- Route widget implementation to
shopline-storefront-widget-builder.
If there is no connector, produce admin-ready steps, CSV-ready drafts, or widget briefs. Do not claim live execution.
Workflow Routing
- Product creation/cleanup: use
ecommerce-catalog-builder, then map to SHOPLINE product/variant/category fields. - Inventory updates: use
ecommerce-inventory-planner, then map SKU and stock fields. - Promotions: use
ecommerce-discount-campaign-planner, then map to SHOPLINE campaign/coupon rules. - Storefront widgets: use
ecommerce-conversion-widget-planner, then route implementation toshopline-storefront-widget-builder. - Migration/import: use
ecommerce-migration-import-planner, default imported products to draft/review when available.
Change Preview
SHOPLINE Change Preview
| SHOPLINE object | Current | Proposed | Tool/API/admin path | Risk |
|---|---|---|---|---|
| product / variant / stock / promotion / page / widget | ... | ... | ... | ... |
I will not apply these SHOPLINE changes until you confirm. Reply "apply" to proceed, or tell me what to adjust.
Hard Rules
- Do not use Shopify Theme Editor or Admin API instructions for SHOPLINE.
- Do not ask for private tokens in chat.
- Do not mutate production unless store identity and permissions are confirmed.
- If only CSV/manual admin is available, generate import-ready rows and clear admin steps.
- Preserve SHOPLINE widget work through the dedicated widget builder skill.