deleteSkus

delete

/ccadmin/v1/skus

Delete Skus. Delete one or more skus, along with all their price and inventory information, and remove them as children from their parent products

Request

Supported Media Types
  • application/json
Query Parameters
catalogId
Type: string
Required: true
ID of catalog.
skuIds
Type: string
Required: true
List of SKU Ids Following are the fields supported by this param:

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Default Response
The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |24001|Internal Error| |24002|Cannot find SKU for SKU Id: {0}| |24003|SKU {0} cannot be deleted because it is part of a SKU bundle|
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object