Readonly
addressesAddresses used by the Business Unit.
Readonly
associateDetermines whether the Division can inherit Associates from a parent.
Readonly
associatesAssociates that are part of the Business Unit in specific roles.
Optional
Readonly
billingUnique identifiers of addresses used as billing addresses.
Optional
Readonly
contactEmail address of the Business Unit.
Readonly
createdDate and time (UTC) the Business Unit was initially created.
Optional
Readonly
createdIDs and references that created the BusinessUnit.
Optional
Readonly
customCustom Fields for the Business Unit.
Optional
Readonly
defaultUnique identifier of the address used as the default billing address.
Optional
Readonly
defaultUnique identifier of the address used as the default shipping address.
Readonly
idUnique identifier of the Business Unit.
Optional
Readonly
inheritedAssociates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode
is set to ExplicitAndFromParent
.
Readonly
keyUser-defined unique and immutable identifier of the Business Unit.
Readonly
lastDate and time (UTC) the Business Unit was last updated.
Optional
Readonly
lastIDs and references that last modified the BusinessUnit.
Readonly
nameName of the Business Unit.
Readonly
parentParent unit of the Division.
Optional
Readonly
shippingUnique identifiers of addresses used as shipping addresses.
Readonly
statusIndicates whether the Business Unit can be edited and used in Orders.
Readonly
storeDefines whether the Stores of the Division are set explicitly or inherited from a parent Business Unit.
Readonly
storesReferences to Stores the Business Unit is associated with. Only present when storeMode
is Explicit
.
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
topTop-level unit of the Business Unit. The top-level unit is of unitType
Company
.
Readonly
unitReadonly
versionCurrent version of the Business Unit.
Business Unit type to model divisions that are part of the Company or a higher-order Division. Contains specific fields and values that differentiate a Division from the generic BusinessUnit.