feat(dashboard): display inventory levels in variants table (#7694)
* feat: display inventory levels in variants table * fix: display conditions and translations * fix: invalidate inventory lists when products are created * fix: translation, fix link definition * fix: revert link * feat: navigation actions * fix: action, refactor * fix: refactor, add check for manage quantity flag * fix: update label
This commit is contained in:
@@ -6,6 +6,7 @@ export interface AdminInventoryItemParams extends FindParams {
|
||||
q?: string
|
||||
sku?: string | string[]
|
||||
origin_country?: string | string[]
|
||||
mid_code?: string | string[]
|
||||
hs_code?: string | string[]
|
||||
material?: string | string[]
|
||||
requires_shipping?: boolean
|
||||
|
||||
Reference in New Issue
Block a user