My Oracle Support Banner

Updated Inventory on Bundled SKU Doesn't Stay (Doc ID 2926623.1)

Last updated on APRIL 15, 2024

Applies to:

Oracle Commerce Cloud Service - Version 22.4.2 and later
Information in this document applies to any platform.

Symptoms

If you have an inventory on bundled SKU, after updating the inventory such as changing the stock level, when navigate to other page and come back to the inventory page, the change will be reverted to the original value.

Reproducible Steps
1. Create a product with bundled SKUs and add one SKU to it

2. Add an inventory for this SKU in the bundle SKU

3. Search for inventory by the bundled SKU

4. Update the stock level at the bundled SKU row in the inventory search result

5. Navigate to other page and come back to the above inventory search result.

    Notice the change is reverted to the original value

6. Call getInventory with bundled SKU

    GET /ccadmin/v1/inventories/{bundled SKU id}. Save this response 

7. Call updateInventory with bundled SKU

   PUT /ccadmin/v1/inventories/{bundled SKU id}

  { "stockLevel": some value different than the one in above response}

  Notice the response returned is the same as that in step 6.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.