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
AdminCustomerGroupsRes
AdminCustomerGroupsRes: Object
Schema
AdminCustomerGroupsRes type: object required:
- customer_group properties: customer_group: description: Customer group details. $ref: "#/components/schemas/CustomerGroup"
Type declaration
Was this section helpful?