Organizations REST Endpoints

Admin/Organizations
End points for operations for account based commerce in Oracle Commerce Cloud
add an secondary address to an Organization
Method: post
Path: /ccadmin/v1/organizations/{id}/secondaryAddresses
createOrganization
Method: post
Path: /ccadmin/v1/organizations
Delete addresses for shipping for given customer account id under given organization id
Method: post
Path: /ccadmin/v1/organizations/{id}/customerAccounts/{id}/shipTo/delete
delete an Address for an Organization
Method: delete
Path: /ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId}
Delete billing Addresses for given customer account id under given organization id
Method: post
Path: /ccadmin/v1/organizations/{id}/customerAccounts/{id}/billTo/delete
Delete customer accounts including their addresses for the provided organization id.
Method: post
Path: /ccadmin/v1/organizations/{id}/customerAccounts/delete
generates the authorization code for an Organization
Method: post
Path: /ccadmin/v1/organizations/{id}/authorizationCode
get Address for an Organization
Method: get
Path: /ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId}
Get site based Organization properties
Method: get
Path: /ccadmin/v1/organizations/{id}/siteOrganizationProperties
getOrganization
Method: get
Path: /ccadmin/v1/organizations/{id}
List addresses for provided customer account of an organization from the external system (not from OCC)
Method: get
Path: /ccadmin/v1/organizations/{id}/customerAccounts/{customerAccountId}/shipTo
List customer account addresses for billing for the given organization id.
Method: get
Path: /ccadmin/v1/organizations/{id}/customerAccounts/billTo
List customer account addresses for shipping for the given organization id. (from OCC)
Method: get
Path: /ccadmin/v1/organizations/{id}/customerAccounts/shipTo
List customer accounts details for the provided organization id.
Method: get
Path: /ccadmin/v1/organizations/{id}/customerAccounts
listOrganizationRoles
Method: get
Path: /ccadmin/v1/organizations/{id}/organizationalRoles
listOrganizations
Method: get
Path: /ccadmin/v1/organizations
Sync addresses for shipping of a customer account under an Organization from external system to OCC
Method: post
Path: /ccadmin/v1/organizations/{id}/customerAccounts/{customerAccountId}/shipTo
Sync financial data: customer accounts, billing account, billing addresses and default shipping addresses for the provided organization id.
Method: post
Path: /ccadmin/v1/organizations/{id}/syncFinancialData
update address for an Organization
Method: put
Path: /ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId}
update site based Organization properties
Method: post
Path: /ccadmin/v1/organizations/{id}/updateSiteOrganizationProperties
updateOrganization
Method: put
Path: /ccadmin/v1/organizations/{id}