Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Dec 5, 2023
1 parent 0b02671 commit df57a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-specs/api/types/business-unit/BusinessUnitStatus.raml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ enum:
Active: |
The Business Unit can be used in Carts, Orders, Quote Requests, and Quotes and can be edited.
Inactive: |
The Business Unit cannot be used in Carts, Orders, Quote Requests, and Quotes and can only be edited using the [general endpoint](ctp:api:endpoint:/{projectKey}/me/business-units:POST).
The Business Unit cannot be used in Carts, Orders, Quote Requests, and Quotes and can only be edited using the [general endpoint](/../api/associates-overview#through-the-general-endpoints).
Status doesn't affect inheritance. Even if a parent unit is inactive, its children remain active and can inherit role assignments.
default: Active

0 comments on commit df57a82

Please sign in to comment.