getAllSKUsPrices

get

/ccstore/v1/prices/skus

Get All SKUs Prices. Return the the list, sale and complex prices for the list of SKUs. Optionally takes the -ccasset-language header to get translated content in another language.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getAllSKUsPrices_response
Type: object
Show Source
Nested Schema : If the returned type is a SKU or default
Type: object
Result object having SKU related information.
Show Source
Nested Schema : complexPrice
Type: object
The complex price of the sku.
Show Source
Nested Schema : levels
Type: array
Price levels of the Complex price.
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
[
    {
        "sku30081":{
            "salePrice":null,
            "listPrice":19.99
        }
    },
    {
        "sku30083":{
            "salePrice":null,
            "listPrice":19.99
        }
    },
    {
        "sku30051":{
            "salePrice":null,
            "listPrice":42.99
        }
    }
]

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top