Create Account Group

Beta
POST/v1/sales/account-groups

Idempotent with Idempotency-Key header. Learn more

Creates an account group.

namestring

Display name.

typestringenumValues:pricing_grouptype_group

Account group type.

commission_policyoptional stringenumValues:commission_appliedcommission_exempt

Commission policy. Defaults to commission_exempt.

freight_policyoptional stringenumValues:free_freightbilled_freight

Freight policy. Defaults to billed_freight.

descriptionoptional string

Description.

idstring

Account group ID.

objectstringenumValues:account_group

Resource type identifier.

namestring

Display name.

descriptionstringnullable

Description.

commission_policystringenumValues:commission_appliedcommission_exempt

Commission policy.

freight_policystringenumValues:free_freightbilled_freight

Freight policy.

typestringenumValues:pricing_grouptype_group

Account group type.

created_atstring (date-time)

Creation timestamp.

updated_atstring (date-time)

Last updated timestamp.

Responses

201

Successful response for Create Account Group