APIs
Discussion List
-
Enabling caching for /ccstore/v1/products/{id}Summary: How can we enable caching for the GET product endpoint (/ccstore/v1/products/{id})? - https://docs.oracle.com/en/cloud/saas/cx-commerce/cxocc/op-ccstore-v1-prod…
-
API to find all root level orders statusesSummary: I tried to fetch root level order statuses by following the below documentation, but I couldn't able to fetch the data. Anyone please help me to get all root le…
-
Does collections endpoint has a continueOnMissingCollection?Summary: I need to get a list of categories based on the ids and I would like to do a single call using the /ccstore/v1/collections passing the categoryIds parameter, ho…
-
Delete specific attributes from productTypeeHello? Does anyone know how I can delete this attribute from my productTypee? I created it as "short text" and created another as "type richText". So I need to delete wh…
-
Problems with data processing in the OICHello! I am facing a problem when assembling a flow in OIC integration. My difficulty is the following: I do a GET with the IDs I receive from our ERP for our products (…
-
How to update item quantity using updateOrder Admin API on a submitted order?Summary: We tried updating the quantity of line items on an already submitted order using updateOrder Admin API. However, the changes aren't taking effect on storefront …
-
Export profile data directly from OCCExport profile data directly from OCC. We wanted to export to a table and be able to work with this data and today we don't have any option to export data from OCC profi…
-
Can the gl prefix before each purchase list id be changed?Summary: Can the id of purchase lists created through createPurchaseList API be configured to use a prefix other than "gl"? Content (required): The id created for purcha…
-
How to list all purchase lists using agent API?Summary: How can I use the listPurchaseLists agent API to get all purchaseLists from all users? We have a use case where a particular user needs to have the privilege to…
-
Create Purchase List via API for users outside my OrgSummary:Create Purchase List via API for users outside my Org using API: /ccstore/v1/purchaseLists I am able to successfully create a PurchaseList for myself, and those …
-
No backing type found for UI property type big stringI tried to create a custom order type attribute using the below payload but ended up with an error. Did I make any mistakes with the payload, or am I missing any require…
-
Is there an API call for updating price group to inherit from parent?Summary: We have cases where we have fleet or customer pricing that comes and goes as contract change. We have a case where in our ERP the fleet or customer price expire…
-
How to extract data for multiple order using a bulk query.Summary: We need to know how to extract data for multiple order using a bulk query. For example, we need to get "x_invoiced" and "state" field of each order data for mor…
-
Some of the products related attributes are not available in ccstore/v1/products API why?Summary: Some of the products related attributes are not available in ccstore/v1/products API but they are available in ccadmin API Content (required): Some of the produ…
-
Is it feasible to create attribute for products API? if yes, could you please provide the URL ?Summary: We have to create new attribute for products API for one of our minor enhancement. We need an URL to create the attribute. Content (required): Products URL: htt…
-
How to add custom data to line items?Summary: Looking for an OCC API to add or update line items in cart with a custom field to store configuration data. Content (required): The use case in detail: On the O…
-
How do I add search parameters in the OIC?Good afternoon. I need to make a GET call to the /ccadmin/v1/profiles endpoint, with the following search parameters: ?limit=40&q=email co "email". But in the OIC I am n…
-
How to update Shopper Input using store APIs?Summary: Unable to update shopper input using addItemsToCart and updateCartItem actions Content (required): We are working on implementing a per-line item shipping addre…
-
Which REST API or other method can be used to download full Contact List from Oracle Commerce CloudSummary: Which REST API or other method can be used to download the full Contact List from Oracle Commerce Cloud? With reference to: https://docs.oracle.com/en/cloud/saa…
-
Storefront User account locked after multiple unsuccessful login attempts are madeSummary Doubt about the new feature on OCC 23.05 (Prevent Storefront User login after multiple unsuccessful login attempts). Content According to the release notes, we w…
-
Special Characters in SKU IDSummary: Is there any way to bypass this validation "Field may only contain alphanumeric characters and - or _" for SKU ID in Oracle Commerce. Content (required): We hav…
-
Prevent customers of certain price group from being able to log in to the storeHello, I wanted to know if there is any way to prevent customers of a certain price group from being able to log in to the store, so that it is not possible to view the …
-
Where's the middleName property?Summary: I noticed a middleName native property in the Profile response in the getOrder API. But I couldn't find it in the getProfile API response. It doesn't make sense…
-
Query on childProductsCount for the Collections End PointSummary: Trying to get a list of collections that do not have any products assigned to them. When I perform this command the API call returns: { "errorCode": "85003", "m…
-
Reduce stock multiple locationsSummary: How to reduce the inventory of a location Content (required): We currently use the default location as the stock center, but we need to implement two locations …
-
Data MigrationSummary: Data Migration Best Practices Content (required): We are moving from another system to OCC. We have millions of records of customer which we want to Migrate to …
-
Assemble a condition in an OIC integrationWe have an endpoint that we use to check if the customer's CPF is active in our company or not, thus generating a discount in our store, but if the customer's CPF has no…
-
How to get the SSE name from the SSE URLSummary:I I have the SSE URL /ccstorex/custom/v1/abc Content (required): How do I know which SSE it belongs to instead of downloading all SSE's and checking their packag…
-
Is it possible to get all the purchase list of an organizationSummary: Hi I have a use case where I want to list all the purchase lists created under the account/organization When I use `{{storeFrontUrl}}/ccstore/v1/purchaseLists` …
-
API Rest Price List GroupsGood morning! I would like to know which endpoint I can use to modify a store customer's price group, and how do I do that?