Organizations REST Endpoints

Store/Store Extension/Organizations
End points for operations for account based commerce in Oracle Commerce Cloud
add an secondary address to an Organization
Method: post
Path: /ccapp/v1/organizations/{id}/secondaryAddresses
createOrganization
Method: post
Path: /ccapp/v1/organizations
delete an Address for an Organization
Method: delete
Path: /ccapp/v1/organizations/{id}/secondaryAddresses/{addressId}
generates the authorization code for an Organization
Method: post
Path: /ccapp/v1/organizations/{id}/authorizationCode
get Address for an Organization
Method: get
Path: /ccapp/v1/organizations/{id}/secondaryAddresses/{addressId}
Get site based Organization properties
Method: get
Path: /ccapp/v1/organizations/{id}/siteOrganizationProperties
getOrganization
Method: get
Path: /ccapp/v1/organizations/{id}
listOrganizationRoles
Method: get
Path: /ccapp/v1/organizations/{id}/organizationalRoles
listOrganizations
Method: get
Path: /ccapp/v1/organizations
update address for an Organization
Method: put
Path: /ccapp/v1/organizations/{id}/secondaryAddresses/{addressId}
update site based Organization properties
Method: post
Path: /ccapp/v1/organizations/{id}/updateSiteOrganizationProperties
updateOrganization
Method: put
Path: /ccapp/v1/organizations/{id}