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>
2.3 KiB
2.3 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Module: internal
Classes
- AdminDeleteCustomerGroupsGroupCustomerBatchReq
- AdminGetCustomerGroupsGroupParams
- AdminGetCustomerGroupsParams
- AdminPostCustomerGroupsGroupCustomersBatchReq
- AdminPostCustomerGroupsGroupReq
- AdminPostCustomerGroupsReq
- CustomerGroupsBatchCustomer
- FilterableCustomerGroupProps
- FindParams
- StringComparisonOperator
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