Allow designated IDs for organization
Oracle Commerce now supports assignment of custom organization IDs during organization creation, offering greater flexibility and streamlined integration with external systems.
- Merchants can assign a unique, predefined ID to each organization during creation, ensuring consistency across internal and external systems.
- Facilitates seamless integration with third-party platforms by aligning organization identifiers.
Steps to Enable
Use the updateCloudConfiguration API to activate the feature.
API: PUT /ccadmin/v1/merchant/cloudConfiguration
Payload:{
"enableCustomOrganizationId": true
}
Tips And Considerations
· This feature is enabled by default for new customers.
· Existing customers must explicitly enable the feature using the updateCloudConfiguration API.