Files
medusa-store/www/apps/docs/content/references/js-client/modules/internal-6.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-10-10 17:47:07 +00:00

2.3 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Module: internal

Classes

Type Aliases

AdminCustomerGroupsListRes

Ƭ AdminCustomerGroupsListRes: PaginatedResponse & { customer_groups: CustomerGroup[] }

Schema

AdminCustomerGroupsListRes type: object required:

  • customer_groups
  • count
  • offset
  • limit properties: customer_groups: type: array description: An array of customer group details. items: $ref: "#/components/schemas/CustomerGroup" count: type: integer description: The total number of items available offset: type: integer description: The number of customer groups skipped when retrieving the customer groups. limit: type: integer description: The number of items per page

Defined in

packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts:63


AdminCustomerGroupsRes

Ƭ AdminCustomerGroupsRes: Object

Schema

AdminCustomerGroupsRes type: object required:

  • customer_group properties: customer_group: description: Customer group details. $ref: "#/components/schemas/CustomerGroup"

Type declaration

Name Type
customer_group CustomerGroup

Defined in

packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts:15