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:
Frane Polić
2024-06-17 11:23:18 +02:00
committed by GitHub
parent 0b9a6d5a52
commit 4e86caba30
6 changed files with 128 additions and 14 deletions
@@ -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