feat: customer groups react hooks (#1153)
* fix: msw handlers for medusa-react storybook * feat: add customer groups query hooks * feat: add create/update customer groups hooks * feat: add customer group batch hooks * feat: add test files, fix import * add customer groups fixture * add customer gorup mock endpoints * add test cases * add hook comments * fix: typos * fix: comments refactor * fix: comment Co-authored-by: fPolic <frane@medusajs.com>
This commit is contained in:
@@ -516,6 +516,14 @@
|
||||
"deleted_at": null,
|
||||
"metadata": null
|
||||
},
|
||||
"customer_group": {
|
||||
"name": "test group",
|
||||
"id": "cgrp_01FX8NJYPPDEH7YK9NYM6BXPHV",
|
||||
"deleted_at": null,
|
||||
"metadata": null,
|
||||
"created_at": "2022-03-03T19:54:53.014Z",
|
||||
"updated_at": "2022-03-03T19:54:53.014Z"
|
||||
},
|
||||
"shipping_profile": {
|
||||
"id": "sp_01F0YESTZQFW15SFEZSS29EZ5R",
|
||||
"name": "Default Shipping Profile",
|
||||
|
||||
Reference in New Issue
Block a user