Are there Store Extension APIs to get Site Settings, Products and PromotionClaimable?
The customer is planning to Update the Admin(/ccadmin) endpoints to use the Store Extension(/ccapp) endpoints instead.
With the Current REST Endpoint documentation for 22B (https://docs.oracle.com/en/cloud/saas/cx-commerce/22b/cxocc/api-store-store-extension-admin-orders.html) They could not locate the /ccapp endpoints for the following:
- getPromotionClaimable - https://docs.oracle.com/en/cloud/saas/cx-commerce/22b/cxocc/op-ccadmin-v1-claimables-id-get.html
- getCustomSiteSettings - https://docs.oracle.com/en/cloud/saas/cx-commerce/22b/cxocc/op-ccadmin-v1-sitesettings-id-get.html
- listProducts - https://docs.oracle.com/en/cloud/saas/cx-commerce/22b/cxocc/op-ccadmin-v1-products-get.html
Are there any alternate Store Extension APIs available for the above-mentioned Admin Endpoints?
0