Skip to content
Failed

Changes

Summary

  1. add shopify full product sync button to order source form (details)
  2. Add Scan Relabel Barcode if present (details)
  3. add relabel scan to mobile (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 addedserver/api/settings/order-sources/[id]/sync-shopify-products.post.ts
The file was modifiedapp/components/settings/OrderSourceForm.vue (diff)
Commit e49af1b7f656278331b2bc7127b1a010854d8f55 by info
Add Scan Relabel Barcode if present
The file was modifiedapp/pages/integrations/commission.vue (diff)
Commit 65cc19225d5d4b05ea50cb575a87d49c4d4c91cc by info
add relabel scan to mobile
The file was modifiedapp/pages/mobile/commission.vue (diff)