getAllProductsPrices
get
                    /ccstore/v1/prices/products
Get All Products Prices. Return the the list, sale and complex prices for the list of products. Optionally takes the -ccasset-language header to get translated content in another language.
                Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        ids(optional): string
                        
                        the list of product IDs
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : getAllProductsPrices_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            If the returned type is a product or default(optional): 
            object  If the returned type is a product or default
            
            Result object having product related information.
Nested Schema : If the returned type is a product or default
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectResult object having product related information.
    
    
    
    
        Show Source
        - 
            list(optional): 
            number
            The list price of the product.
- 
            priceRange(optional): 
            boolean
            Whether the price is a range.
- 
            skuPrices(optional): 
            array  skuPrices
            
            The array of SKU data.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            complexPrice(optional): 
            object  complexPrice
            
            The complex price of the sku.
- 
            listPrice(optional): 
            number
            The list price of the SKU.
- 
            salePrice(optional): 
            number
            The sale price of the SKU.
- 
            skuId(optional): 
            string
            SKU ID.
Nested Schema : complexPrice
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe complex price of the sku.
    
    
    
    
        Show Source
        - 
            levels(optional): 
            array  levels
            
            Price levels of the Complex price.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            levelMaximum(optional): 
            number
            The maximum quantity associated with this level.
- 
            levelMinimum(optional): 
            number
            The minimum quantity associated with this level.
- 
            price(optional): 
            number
            The price associated with this level.
Example Response (application/json)
                    [
    {
        "prod10007":{
            "sale":null,
            "skuPrices":[
                {
                    "salePrice":null,
                    "skuId":"sku30081",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30083",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30085",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30087",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30089",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30091",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30093",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30095",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30097",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30099",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30101",
                    "listPrice":19.99
                },
                {
                    "salePrice":null,
                    "skuId":"sku30103",
                    "listPrice":19.99
                }
            ],
            "list":19.99,
            "priceRange":false
        }
    },
    {
        "prod10001":{
            "sale":null,
            "skuPrices":[
                {
                    "salePrice":null,
                    "skuId":"sku30003",
                    "listPrice":49
                },
                {
                    "salePrice":null,
                    "skuId":"sku30005",
                    "listPrice":49
                },
                {
                    "salePrice":null,
                    "skuId":"sku30007",
                    "listPrice":49
                },
                {
                    "salePrice":null,
                    "skuId":"sku30009",
                    "listPrice":49
                }
            ],
            "list":49,
            "priceRange":false
        }
    }
]Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code