feat: price list products (#1239)

* feat: add product list for price lists

* feat: add product list for price lists

* refactor: product list controller

* fix: add integration test for price list products

* fix: use getListConfig
This commit is contained in:
Sebastian Rindom
2022-03-30 13:29:14 +02:00
committed by GitHub
parent 3083aaee81
commit fb33dbaca3
11 changed files with 566 additions and 67 deletions
+1
View File
@@ -11,3 +11,4 @@ export * from "./simple-tax-rate-factory"
export * from "./simple-shipping-option-factory"
export * from "./simple-shipping-method-factory"
export * from "./simple-product-type-tax-rate-factory"
export * from "./simple-price-list-factory"