Skip to main content
GET
/
commerce
/
rules
/
customer
/
{code}
/
accountIds
Error
A valid request URL is required to generate request examples
{
  "items": [
    123
  ],
  "pageCount": 123,
  "pageSize": 123,
  "startIndex": 123,
  "totalCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

code
string
required

The customer rule code to evaluate

Query Parameters

startIndex
integer<int32>
default:0

Starting index for pagination (default: 0)

pageSize
integer<int32>
default:200

Number of results per page (max: 200, default: 200)

sortBy
string

Sort field and direction (e.g., "customerAccountId asc")

responseFields
string

limits which fields are returned in the response body

Response

OK

Paginated collection of customer account IDs returned when querying accounts by rule.

items
integer<int32>[] | null
pageCount
integer<int32>
pageSize
integer<int32>
startIndex
integer<int32>
totalCount
integer<int32>