Skip to content
Success

Changes

Summary

  1. add shopify full product sync button to order source form (details)
Commit b0e104708ac96736cc222d7c98b661e55f6c3aa2 by info
add shopify full product sync button to order source form

Visible only for shopify-new order sources: queues a background full
sync (all articles) in the Laravel middleware via new server route
/api/settings/order-sources/[id]/sync-shopify-products. The middleware
holds a per-source lock, so the manual sync waits instead of running
concurrently with the scheduled one.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The file was modifiedapp/components/settings/OrderSourceForm.vue (diff)
The file was addedserver/api/settings/order-sources/[id]/sync-shopify-products.post.ts