Frane Polić
93426bfc02
feat: customer groups client endpoints ( #1147 )
...
* feat: WIP add customer group endpoints, fix generated type exports from api
* fix: export api types, add `list`method
* fix: export customer groups types from the `medusa-js` package
* fix: cleanup type exports from customer groups api
* feat: add customer group batch methods
* fix: refactor comments
* fix: address PR comments
Co-authored-by: fPolic <frane@medusajs.com >
2022-03-03 03:52:40 +01:00
Frane Polić
a514d84ccf
feat: list customer groups ( #1099 )
2022-03-02 11:38:44 +01:00
Michał
e844f4a5b7
fix: exists flag on /store/auth/:email endpoint ( #1122 )
2022-03-02 10:18:11 +01:00
Philip Korsholm
4b4463f0e2
Feat: Bulk add customers to customer group ( #1095 )
...
* fix babel transform-runtime regenerator required for migrations
* add customer group model
* add migration for customer group
* add customer group model export
* add customer group repository
* add customer group service
* add CustomerGroupRepository to "withTransaction" in CustomerGroupService
* remove unnecessary argument to runtime plugin
* service export ordering
* add create customer group endpoint
* add customergroup to route index in admin
* add customer group service
* add customer groups test
* cleanup
* add customers batch initial
* batch creation of customer groups
* integration testing batch creation
* integration tests
* chaining existing customers creation in repo
* remove commented test
* update unit tests to reflect change in idempotent behavior
* ensure that exceptions are expected
* update idempotency behavior
* update formatting
* update format
* Update packages/medusa/src/repositories/customer-group.ts
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
* pr feedback
* add In import
* add seperate model dto
* add integration test
* error handling in repository
* remove unused import
* jsdoc
* Update packages/medusa/src/api/routes/admin/customer-groups/add-customers-batch.ts
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
* Update packages/medusa/src/api/routes/admin/customer-groups/add-customers-batch.ts
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
* pr review comments
* rename variable
* fix: adds atomic phase clean up callback
* fix: call error handler in new transaction block too
* restore
* error handling
* fix: error handler in no isolation case
* add integration test for missing group on update
* final adjustments to test
* fix pr feedback
* cleanup core for pr
* remove console.log
* remove customergroupservice test from customers
* Apply suggestions from code review
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
* add end bracket to customer tests
* remove comments
* change model decorator
* fix integration test merge
* onDelete cascade instead of cascade:true
* remove verbose flag
* fix: dedupe type
* add save to customer groups
* customer model delete cascade
* add await to asyncronous save operations
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2022-02-28 10:03:26 +01:00
Philip Korsholm
0394be36ef
Feat: bulk delete customers from customer group ( #1097 )
...
* integration testing
* customer seeder
* initial bulk removal
* integraiton testing of deletes
* delete fix
* not found test
* remove unused code
* Apply suggestions from code review
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
* update integration tests
* pr review fixes
* update migration
* formatting
* integration tests for deletion
* pr feedback
* fix failing integration tests
* remove integration tests before merging
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2022-02-25 15:29:13 +01:00
Sebastian Rindom
c56660fca9
feat: new tax api ( #979 )
...
* feat: add tax calculation strategy (#885 )
* feat: add tax calculation strategy
* fix: adds strategy loader
* fix: eslint ignore
* chore: cleanup
* fix: allow plugin overwrites
* fix: allow plugin overwrites
* fix: fake region
* Update packages/medusa/src/loaders/strategies.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* feat: adds tax related db entities + tax provider (#896 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: pr comments
* fix: unit test
* feat: totals service to ts (#911 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: adds TotalsServiceProps
* feat: adds integration tests for automatic tax calculation + shipping tax rates (#945 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: jsdoc types
* Feat/manual taxes (#950 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: object -> cartOrOrder
* fix: rounding
* Feat/complete order w tax lines (#951 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* feat: adds cart completion strategy + create order w. tax lines
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: unit tests
* fix: unit tests
* fix: ensure calculation for list orders
* fix: unit tests
* fix: integration tests
* fix: adds cart order type gaurds
* Docs/tax api (#954 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* feat: adds cart completion strategy + create order w. tax lines
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: unit tests
* fix: unit tests
* fix: ensure calculation for list orders
* fix: unit tests
* fix: integration tests
* docs: documents tax related methods and types
* fix: require either item_id or shipping_method_id
* feat: product type tax rate (#969 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* feat: adds cart completion strategy + create order w. tax lines
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: unit tests
* fix: unit tests
* fix: ensure calculation for list orders
* fix: unit tests
* fix: integration tests
* docs: documents tax related methods and types
* fix: require either item_id or shipping_method_id
* feat: adds returns tests for new tax system
* feat: adds return lines + integration tests for swaps
* feat: return integration tests
* feat: adds product type tax rates
* feat: add tax management endpoints
* fix: create single migration
* fix: adds tax rates to js client
* fix: strats
* Fix/plugin tests (#998 )
* plugin testing setup
* fix: test sendgrid plugin
* fix: test sendgrid plugin
* chore: clean
* chore: clean
* fix: clean up tests
* fix: remove dirty import
* fix: sendgrid + brightpearl
* fix: plugin integration tests
* fix: klarna
* fix: shipping method tax
* fix: remove taxrates
* fix: unit tests
* fix: integration
* fix: integration
* fix: plugins tests
* fix: ignore plugins
* fix: tests
* fix: taxes (#1017 )
* fix: taxes
* fix: taxes
* fix: faulty ref
* fix: create tax-lines with claim items
* fix: snapshot tax-liens
* fix: allows integration test teardown to force deleting tables
* fix: tests
* fix: merge
* fix: adds tax-rates to client
* fix: adds tax-rates to medusa-react
* fix: tests
* fix: tests
* fix: add product types
* fix: adds tax provider endpoint + cascaded deletes on tax rate relations
* fix: move errors to service layer
* fix: cleanup api
* fix: unit tests
* fix: error handler in base-service
* fix: Add order region to swap on createFulfillment (#1110 )
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2022-02-24 20:14:09 +01:00
Frane Polić
694e2df20f
feat: customer group update ( #1098 )
2022-02-24 18:03:20 +01:00
Philip Korsholm
e35a4fb2ea
Feat: Delete customer group ( #1102 )
2022-02-24 14:20:58 +01:00
Frane Polić
1909d20e48
Merge pull request #1073 from medusajs/feat/get-customer-group
...
feat: get customer group
2022-02-22 09:37:07 +01:00
Frane Polić
0409a1ded3
Update packages/medusa/src/api/routes/admin/customer-groups/get-customer-group.ts
...
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2022-02-22 09:18:26 +01:00
fPolic
4ee2af2582
fix: export params type
2022-02-21 20:50:07 +01:00
Frane Polić
7e1c372c71
Update packages/medusa/src/api/routes/admin/customer-groups/get-customer-group.ts
...
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2022-02-21 20:41:40 +01:00
Frane Polić
75fb2ce9c3
feat: update customer groups ( #1075 )
...
* update customer service prep
* expand on the update customer groups test case
* add the test case for customer group update
* docs for `groups` prop on update customer endpoint
* refactor, update comments
* expend on integration tests, add customer mock with a group
* refactor to use `customerGroupService.list` method
* update units
* remove `updateCustomerGroups`
* fix rebase conflict
* fix customer seed data, add JoinTable on groups
* group retrieval using the expand param
* fix: use `buildQuery_`
* fix: validation for `groups`, enable `expand`param on update customer endpoint
* fix: remove fileds form the `FilterableCustomerGroupProps`
* fix: spearate body/query validation
Co-authored-by: fPolic <frane@medusajs.com >
2022-02-21 16:24:38 +01:00
fPolic
def8763ee2
fix: unit test case for CustomerGroupServiceMock.retrieve
2022-02-21 15:30:44 +01:00
fPolic
ecd6ed820e
feat: add extend param for customer groups
2022-02-21 15:24:52 +01:00
fPolic
21d99a44a9
feat: GET customer group endpoint
2022-02-21 13:56:23 +01:00
Philip Korsholm
b16976a6f4
Feat: Create customer group ( #1074 )
...
* fix babel transform-runtime regenerator required for migrations
* add customer group model
* add migration for customer group
* add customer group model export
* add customer group repository
* add customer group service
* add CustomerGroupRepository to "withTransaction" in CustomerGroupService
* remove unnecessary argument to runtime plugin
* service export ordering
* add create customer group endpoint
* add customergroup to route index in admin
* add customer group service
* add customer groups test
* cleanup
* duplicate error handling
* ducplicate name integration test
* add jsdoc
* customergroup not customer
* pr feedback
* pipeline test
* fix weird merge
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2022-02-18 09:58:54 +01:00
Adrien de Peretti
22d387dcce
Feat(medusajs) Allow to pass custom headers ( #1009 )
...
* Feat(medusajs) Allow to pass custom headers
* fix: axios exprexted output
* fix: integration test cart
* refactor: Update types object > Record<string, any>
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2022-02-17 16:50:03 +01:00
Kasper Fabricius Kristensen
449e666428
fix: export request types from add and remove product endpoints ( #1078 )
2022-02-17 14:47:15 +01:00
Oliver Windall Juhl
9f4a9f7db4
Add expand to /admin/customers/:id ( #1070 )
...
* fix: 1055 add expand to /admin/customers/:id
* fix tests
* fix tests
2022-02-16 23:41:30 +01:00
Kasper Fabricius Kristensen
66294038f0
feat: add and remove products to/from collection in bulk endpoints ( #1032 )
...
* adds bulk add/remove products to/from collection. Adds endpoint updateProducts on collections that uses these bulk operations
* fix integration tests and test description
* undo change to swap
* made requested changes
* added removeProducts endpoint
* made requested changes
* fix: set collection_id null
* updated collection_id to type string | undefined
2022-02-16 22:45:19 +01:00
Philip Korsholm
8141e12a3d
add pagination and date filtering to regions ( #976 )
2022-02-10 09:15:07 +01:00
Sebastian Rindom
7d2b5b8bab
fix: adds return reasons to swaps ( #1026 )
2022-02-04 16:25:00 +01:00
Kasper Fabricius Kristensen
d2a7534615
fix: admin collections default relations ( #1023 )
...
* added default relations to retrieve collection endpoint
* push snapshot
* added created at and updated at to collection list endpoint
* updated integration tests
* added q param to list collections
* updated snapshots
2022-02-04 16:24:42 +01:00
Sebastian Rindom
3bf32e5dc9
fix: adds order by functionality to products ( #1021 )
...
* fix: adds order by functionality to products
* feat: adds product tags list
* fix: adds client and react support for product tags
* fix: unit test
* Update packages/medusa/src/services/product-tag.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* Update packages/medusa/src/services/product-tag.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* Update packages/medusa/src/services/product-tag.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* Update packages/medusa/src/services/product-tag.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* Update packages/medusa/src/services/product-tag.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* Update packages/medusa/src/services/product-tag.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2022-02-03 19:03:15 +01:00
Sebastian Rindom
a81227fa74
Fix/count variants ( #1020 )
...
* fix: adds listAndCount to product variants
* fix: adds list and count with relations
* lint fix
* Update packages/medusa/src/services/product-variant.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* Update packages/medusa/src/services/product-variant.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2022-02-02 19:29:06 +01:00
Philip Korsholm
7fcdac51ea
Feat: object notation in queryparams ( #1002 )
...
* add object notation for queryparams
* test rule.type query params in list-discount
* pr feedback
2022-02-01 17:31:12 +01:00
Philip Korsholm
f4f9653efc
Feat: admin collections filtering ( #977 )
...
* collections filtering
* filtering collection tests
* oas for list collections
2022-02-01 17:24:47 +01:00
Philip Korsholm
f61eaeec12
feat: expand store product filtering ( #973 )
2022-01-11 16:06:16 +01:00
Sebastian Rindom
6dbd8d318d
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 14:07:04 +01:00
Zakaria El Asri
d365839a08
fix: api claim types + tests ( #967 )
2022-01-07 11:45:23 +01:00
Adrien de Peretti
0ac52b70fa
fix: Type in AdminProductListTagsRes to use tags instead of types ( #958 )
2022-01-06 17:45:15 +01:00
Philip Korsholm
5754534beb
Feat: Client admin uploads ( #952 )
...
* convert uploads to ts
* add custom headers to request
* uploads resource
* uploads routes updates
* index export
* add oas
* remove delete uploads endpoint
* add new package for form-data
* remove exports for delete upload endpoint
* remove dev package from medusa-js
* automatic package upgrade of medusa
2022-01-04 16:18:17 +01:00
Adrien de Peretti
77d2014ab4
Fix(admin) create product type tag ( #963 )
2022-01-03 18:13:04 +01:00
Adrien de Peretti
4f2d2d8b5e
fix(medusa) Enforce authentication on users and invites ( #953 )
2021-12-29 12:56:40 +01:00
Philip Korsholm
f405e9c874
notifications client ( #949 )
2021-12-20 14:09:12 +01:00
Philip Korsholm
e0be2da15e
Feat: Client admin products ( #930 )
...
* add exports in product
* add product resource
* fix failling tests
* import reflect metadata
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2021-12-17 12:30:04 +01:00
Philip Korsholm
59e268b919
Feat: Add users endpoint to medusajs ( #925 )
...
* add users endpoint to medusajs
* add exports to medusa
* use native omit
Co-authored-by: Sebastian Rindom <seb@medusajs.com >
2021-12-16 16:22:40 +01:00
Zakaria El Asri
31fad7439c
feat: add store admin endpoints to medusa-js ( #938 )
...
* add: store admin endpoint to medusa-js
* add: resource to admin class
Co-authored-by: Sebastian Rindom <seb@medusajs.com >
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2021-12-16 16:14:58 +01:00
Zakaria El Asri
b9d6f95dbd
feat: add returns admin endpoints to medusa-js ( #935 )
...
* add: returns admin endpoint to medusa-js
* fix: http verbs
* fix duplicate import
* fix: type for cancel
* fix: conflicting import
Co-authored-by: Sebastian Rindom <seb@medusajs.com >
2021-12-16 15:10:41 +01:00
Zakaria El Asri
8b1b551260
feat: medusa js admin shipping options ( #934 )
...
* add: shipping-options admin endpoint to medusa-js
* fix: retrieve return type for Collections
* fix typo in routes
Co-authored-by: Sebastian Rindom <seb@medusajs.com >
2021-12-16 14:55:03 +01:00
Philip Korsholm
01b915585b
Feat/client admin orders ( #932 )
...
* add export to medusa index
* add orders to medusa-client
* correct update entity
* add orders to admin resource
Co-authored-by: Sebastian Rindom <seb@medusajs.com >
2021-12-16 14:43:16 +01:00
Zakaria El Asri
0acc462e1e
feat: medusa-js admin return reasons ( #931 )
...
* add: return-reasons admin endpoint to medusa-js
* fix types
* fix jsdoc
* fix typo jsdoc collection
Co-authored-by: Sebastian Rindom <seb@medusajs.com >
2021-12-16 14:34:14 +01:00
Zakaria El Asri
8532c966b5
feat: medusa js admin regions ( #939 )
2021-12-16 14:30:03 +01:00
Philip Korsholm
3da46723a0
Feat: add variants to medusa client ( #927 )
2021-12-16 14:28:54 +01:00
Philip Korsholm
f5d3e4de10
swaps in admin resources ( #928 )
2021-12-15 16:57:39 +01:00
Philip Korsholm
b70df6be94
Feat: client admin shipping profiles ( #929 )
...
* shipping profiles resource
* spelling
2021-12-15 14:21:43 +01:00
Philip Korsholm
40f6e88875
Feat/medusa js admin collections ( #916 )
...
* feat: Add Auth Admin routes to JS client
* include api key verification for admin
* add admin/collections to medusa-js
* undo file changes
* jsdoc
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2021-12-14 17:33:55 +01:00
Oliver Windall Juhl
85ef51ad34
Adds admin giftcard API to medusa-js ( #921 )
2021-12-14 16:06:39 +01:00
Oliver Windall Juhl
006e67eea1
Adds admin invites API to medusa-js ( #922 )
2021-12-14 15:34:23 +01:00