REST API known issues

This topic describes known issues in the Oracle Commerce REST APIs.

34158084 The createSkus endpoint does not create SKU inventory

If you create a SKU with the createSkus endpoint, the value you specify for the optional quantity property is not persisted as the SKU’s inventory.

Workaround: Update the SKU's inventory with the updateInventory endpoint.

33111817 A 500 error is returned when querying for SKUs

If two or more product types each have a variant property or SKU property with the same ID, querying for SKUs with that ID using the listSkus endpoint in the Admin API returns a 500 error.

Workaround: Include the specific SKU type to return in the query. For example:

GET /ccadmin/v1/skus?q=type EQ "sku-prodType1" AND (x_prop1 eq "value1")

27064762 Shipping surcharges are not calculated for add-on products

If an add-on product’s price includes a shipping surcharge, the surcharge is not calculated when the order is priced.