refactor: 移除 SKU 欄位,統一使用 code 作為商品代碼
This commit is contained in:
@@ -22,7 +22,6 @@ class ProductSyncController extends Controller
|
||||
'external_pos_id' => 'required|string',
|
||||
'name' => 'required|string',
|
||||
'price' => 'nullable|numeric',
|
||||
'sku' => 'nullable|string',
|
||||
'barcode' => 'nullable|string',
|
||||
'category' => 'nullable|string',
|
||||
'unit' => 'nullable|string',
|
||||
|
||||
Reference in New Issue
Block a user