APIs
Discussion List
-
SCIM filter on ListProducts not working as expectedSummary: I'm trying to find specific products by childSKU repositoryId, e.g. childSKUs[repositoryId eq "291815"] Running this is returning all products and not applying …
-
Does order save add shipping address to the address book automatically?Summary: We're seeing addresses get saved to the logged in customer's address book (shippingAddresses) automatically after they place an order. Is this done on the Store…
-
How to implement storefront login with user data fetched from SSE?Summary: We currently have Storefront SSO with SAML implemented that customers use to login. We want to implement a custom login without SSO. Content (please ensure you …
-
Unable to create multiple accounts with same name in Oracle Commerce CloudIn Oracle Commerce Cloud, create account API restricts creation of multiple accounts with same name We have a business scenario where two different accounts are created …
-
Display product properties in the consoleHello, we created a custom widget to list products by category, but we noticed that some properties of $data.product are missing using console.log.... In the native "col…
-
Report of external applications that consume Oracle Commerce Cloud API, and what resources they useWe need to have a report of all the external registered applications that consume the Oracle Commerce Cloud API, and what resources they are consuming. Example: Service:…
-
Move images between environments in Oracle Commerce CloudSummary: We have a lot of new sites/images on our development environment and we are looking for an easy way to move the images to production. Is there a way to download…
-
In OIC how we resolve 401 error after changing headers for products.csvSummary: We are receiving errors on a prebuild integration. We are just trying to pull one extra header from the Product Catalog in OCC using the exportProcess. Content …
-
Disable Shipping Calculator webhook on login OSFWe have noticed that when the user executes the login operation in the OSF sites, the webhook "Shipping Calculator" gets triggered, is it possible to disable this behavi…
-
mfa authentication Oracle Commerce CloudIs it possible to enable MFA on a specific site within a multi-site environment? And how to do this?
-
Possibility to use an sse databaseIn our checkout there is a call to validate the delivery zip code, this occurs because we still have locations where we do not deliver. And in our integration there is a…
-
How do I configure the product csv file in OCCSummary: We are currently working with OCC and OIC to retrieve the products catalog. The file is generated via an export button and has the full list of columns. We we p…
-
How to get all the files under /file/ folderSummary: We need all the files uploaded under /file/ folder. https://{{env}}.com/ccadmin/v1/files/?folder=/ { "errorCode": "33110", "message": "The \"folder\" parameter …
-
Oracle Commerce Cloud API to extract all accounts and members register in each accountHello. Initially, I use the ccadmin/v1/organization endpoint to look for key members and retrieve the member registered as the primary account. For example, I have an ac…
-
Vertex integration issue with Oracle Commerce for B2B TransactionsSummary: OCC standard connector to Vertex only sends a unique id for the person ordering, it does not send the company id, thus any tax modifications must be programmed …
-
Attach Proposal Document to eSignature attachment field without using a Print ActionThe need is to be able to attach the generated proposal document to a eSIgnature file attachment attribute on a click of a button (Other than Print - A pop up box is not…Neeha24 31 views 1 comment 0 points Most recent by Ganesan Viswanathan -Support-Oracle Configure Price Quote
-
Is there an option to obtain a list of all users with an active cart in CX Commerce?Summary: Is there an option to obtain a list of all users with an active cart who have not yet converted it into an order in CX Commerce? Content (please ensure you mask…
-
Is there a suggested way to grab external pricing from CPQ to OCC to show on Product Listing Pages?Summary: We currently are working on a CPQ integration and are struggling with a way to manage pricing in 2 different places: CPQ and OCC. We are able to get prices perf…
-
Orders Bulk UpdateSummary: We are looking into bulk updating orders and order items using the new import added in 23B. Is there any documentation we can use to see what payload to use to …
-
How to include Organization and Catalog information in the cart idle request payload?Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
How to use oAuth token instead of basic authentication on Order Submit Webhook?Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
Only retrieve products that are part of the priceListGroupSummary: Would like to obtain the list of items with their prices listed in priceListGroupId. Assume I have an Account with an assigned (ABCpriceListGroup), and I need t…
-
passwordless login oracle commerceHi Everyone , Did anyone manage to implement a passwordless login for oracle commerce cloud. We would want to provide customers with an option to login into the site usi…
-
Can we edit the product Types of an existing Product by IdSummary: We have lots of products created in OCC now we have to change the Product Types for some products. Is there any way we can do it instead of deleting the product…
-
Issues when adding a new property to recordsWe are currently implementing the pre-order functionality in our e-commerce and have encountered some issues and questions that we would like to address. With the implem…
-
External Pricing Integration with Oracle ERP CloudSummary: I'm working with a customer that uses Oracle ERP Cloud with advanced pricing. I need to leverage the external pricing capabilities in OCC to call out to ERP clo…
-
How to integrate OCC with Kafka ?Summary: We have a new requirement where we need to integrate Oracle Commerce Cloud with Kafka (Point To Point). Content (please ensure you mask any confidential informa…
-
occs-agent change historySummary: Changes using occs-agent (client data) Content (please ensure you mask any confidential information): Where can I view customer data change logs using the ...oc…
-
Access geolocated country for logged-out userIn Oracle Commerce Cloud, is there any API I can call, from a widget or an SSE, to get the geolocated country of a logged-out user? I can see there is PUT /ccstore/v1/au…
-
How to set 'continueOnMissingProduct' on the Commerce API GET /ccadmin/v1/products (listProducts)Summary: When running the GET /ccadmin/v1/products API, the 'continueOnMissingProduct' does not function. This is Boolean which we are setting to true. API response is a…