OWC Supplier Purchase Review
Review queue for Shopify orders that need supplier purchasing, invoice/tracking capture, and human approval.
- Route
/supplier-purchase-review- Kind
- shopify_embedded_app
- Write Guard
- review_only_until_supplier_adapter_approval
- Access
- root_owner, kailey_manager_plus, store_manager
Supplier Purchase Queue Dry Run
Stages supplier purchasing review without logging into supplier sites or placing orders.
This workbench does not create customers, send messages, write inventory, change checkout, or place supplier orders. In Shopify Admin it submits with an App Bridge session token.
Create Fake Supplier Purchase Review
This builds local supplier purchase review jobs from a fake Shopify order payload. It never reads a live order, logs into a supplier site, places an order, updates fulfillment, sends email, or sends SMS.
OWC Supplier Purchase Review
Owner: Supplier Purchase Review project
Owns
- supplier purchase review queue
- Shopify order-to-supplier item mapping
- human approval state
- supplier order attempt logs
- tracking handoff metadata
May Request From Accounts Core
- owner/manager approval gate
- customer account context for shipping handoff
- audit actor details
Must Not Own
- supplier portal defect media
- client pricing tier assignment
- scraper baselines
- Shopify fulfillment as source of truth
Required Audit Events
- supplier_purchase_review_created
- supplier_purchase_approved
- supplier_purchase_blocked
- supplier_tracking_received
Production gate: Keep all suppliers in human-review mode until vendor-specific order adapters are proven.
First Workflows
- Group order lines by supplier.
- Flag supplier purchasing status and required human approval.
- Capture invoice/tracking references.
- Prepare future supplier-site automation queue without auto-ordering.
Safe Now
- HTTPS shell route is live.
- Read-only order/product/inventory scopes are registered.
- Supplier ordering automation is not enabled.
Blocked By
- Per-supplier ordering rules and credentials.
- Approval workflow for actual supplier orders.
- Per-app Shopify credentials and install.
Next Build
- Render supplier purchase queue from local Accounts records.
- Add per-supplier status model.
- Add no-auto-order guardrail tests.
Registered Scopes
- read_orders
- read_products
- read_inventory
- read_locations
- read_files
- write_files
- read_metaobjects
- write_metaobjects