List Account Groups
Beta/v1/sales/account-groupsThis endpoint is idempotent. Learn more
Returns a paginated list of account groups.
cursoroptional stringQuery parameter: cursor for List Account Groups
limitoptional integerQuery parameter: limit for List Account Groups
qoptional stringQuery parameter: q for List Account Groups
typeoptional stringenumValues:pricing_grouptype_groupAccount group type filter.
objectstringenumValues:listObject type for AccountGroup list
page_infoobjectPagination metadata for AccountGroup list
next_cursorstringnullableCursor to fetch the next page, null if no more pages.
prev_cursorstringnullableCursor to fetch the previous page, null if on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectArray of AccountGroup resources in this page
idstringAccount group ID.
objectstringenumValues:account_groupResource type identifier.
namestringDisplay name.
descriptionstringnullableDescription.
commission_policystringenumValues:commission_appliedcommission_exemptCommission policy.
freight_policystringenumValues:free_freightbilled_freightFreight policy.
typestringenumValues:pricing_grouptype_groupAccount group type.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for List Account Groups