@extends('shopify-app::layouts.default') @section('styles') @endsection @section('content')

Manual sync commands

(use only if you know what each task really does)

All of these actions are run automatically so there shouldn't be the need to use them here

* Only products marked to be sync - each run will process a max. of 500 pending to be sync products
* Forces sync, even if product is not marked for sync
* Syncs current order state with Shopify (fulfills and refunds if needed)
* Forces syncing a paid Shopify order that for some reason was not created on the integration system by Shopify webhook
@endsection @section('scripts') @parent @endsection