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: postPath:
/ccadmin/v1/organizations/{id}/secondaryAddresses - createOrganization
- Method: postPath:
/ccadmin/v1/organizations - Delete addresses for shipping for given customer account id under given organization id
- Method: postPath:
/ccadmin/v1/organizations/{id}/customerAccounts/{id}/shipTo/delete - delete an Address for an Organization
- Method: deletePath:
/ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId} - Delete billing Addresses for given customer account id under given organization id
- Method: postPath:
/ccadmin/v1/organizations/{id}/customerAccounts/{id}/billTo/delete - Delete customer accounts including their addresses for the provided organization id.
- Method: postPath:
/ccadmin/v1/organizations/{id}/customerAccounts/delete - generates the authorization code for an Organization
- Method: postPath:
/ccadmin/v1/organizations/{id}/authorizationCode - get Address for an Organization
- Method: getPath:
/ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId} - Get site based Organization properties
- Method: getPath:
/ccadmin/v1/organizations/{id}/siteOrganizationProperties - getOrganization
- Method: getPath:
/ccadmin/v1/organizations/{id} - List addresses for provided customer account of an organization from the external system (not from OCC)
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts/{customerAccountId}/shipTo - List customer account addresses for billing for the given organization id.
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts/billTo - List customer account addresses for shipping for the given organization id. (from OCC)
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts/shipTo - List customer accounts details for the provided organization id.
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts - listOrganizationRoles
- Method: getPath:
/ccadmin/v1/organizations/{id}/organizationalRoles - listOrganizations
- Method: getPath:
/ccadmin/v1/organizations - Sync addresses for shipping of a customer account under an Organization from external system to OCC
- Method: postPath:
/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: postPath:
/ccadmin/v1/organizations/{id}/syncFinancialData - update address for an Organization
- Method: putPath:
/ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId} - update site based Organization properties
- Method: postPath:
/ccadmin/v1/organizations/{id}/updateSiteOrganizationProperties - updateOrganization
- Method: putPath:
/ccadmin/v1/organizations/{id}