Optional
Readonly
addressesAddresses used by the Business Unit.
Optional
Readonly
associateDetermines whether the Division can inherit Associates from a parent.
Optional
Readonly
associatesList of members that are part of the Business Unit in specific roles.
Optional
Readonly
billingIndexes of entries in addresses
to set as billing addresses.
The billingAddressIds
of the Customer will be replaced by these addresses.
Optional
Readonly
contactEmail address of the Business Unit.
Optional
Readonly
customCustom Fields for the Business Unit.
Optional
Readonly
defaultIndex of the entry in addresses
to set as the default billing address.
Optional
Readonly
defaultIndex of the entry in addresses
to set as the default shipping address.
Readonly
keyUser-defined unique and immutable identifier for the Business Unit.
Readonly
nameName of the Business Unit.
Readonly
parentThe parent unit of this Division. Can be a Company or a Division.
Optional
Readonly
shippingIndexes of entries in addresses
to set as shipping addresses.
The shippingAddressIds
of the Customer will be replaced by these addresses.
Optional
Readonly
statusIndicates whether the Business Unit can be edited and used in Orders.
Optional
Readonly
storeIf not set, the Division inherits the Stores from a parent unit.
Set this to Explicit
if you want to set the Stores explicitly in the stores
field instead.
Optional
Readonly
storesSets the Stores the Business Unit is associated with. Can only be set when storeMode
is Explicit
.
Defaults to empty for Companies and not set for Divisions.
If the Business Unit has Stores defined, then all of its [Carts](ctp:api:type:Cart), [Orders](ctp:api:type:Order), [Quotes](ctp:api:type:Quote), or [Quote Requests](ctp:api:type:QuoteRequest) must belong to one of the Business Unit's Stores.
If the Business Unit has no Stores, then all of its [Carts](ctp:api:type:Cart), [Orders](ctp:api:type:Order), [Quotes](ctp:api:type:Quote), or [Quote Requests](ctp:api:type:QuoteRequest) must not belong to any Store.
Readonly
unit
Draft type to model divisions that are part of a Company or a higher-order Division. Contains the fields and values of the generic BusinessUnitDraft that are used specifically for creating a Division.