setPrice
put
                    /ccadmin/v1/prices/{id}
Set Price. Sets a price value to the product based on provided product ID, SKU ID and type of price.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    id: string
                    
                    ID corresponding to the product whose price or whose SKU price is to be set.
Root Schema : setPrice_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            price: 
            number
            Price value to be set to the product or SKU.
- 
            skuId(optional): 
            string
            SKU ID if we are setting the price of a SKU.
- 
            type: 
            string
            Type of price can be sale or list.
- 
            voumePrice(optional): 
            object  voumePrice
            
            Volume price of the product/sku
Example:
    
    
{
    "price":9.7,
    "volumePrice":null,
    "type":"sale",
    "skuId":"xsku2535_1"
}Nested Schema : voumePrice
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectVolume price of the product/sku
    
    
    
    
        Show Source
        - 
            pricingScheme(optional): 
            object  pricingScheme
            
            Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPricing scheme can be either tieredPrice or bulkPrice
    
    
    
    
        Show Source
        - 
            levels(optional): 
            array  levels
            
            Price levels array for volume price
- 
            numLevels(optional): 
            number
            Number of levels in the volume price
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            levelMaximum(optional): 
            number
            minimum quantity for price level
- 
            levelMinimum(optional): 
            number
            minimum quantity for price level
- 
            price(optional): 
            number
            price value for price level
Response
Supported Media Types
                - application/json
204 Response
A 204 No Content response is returned when operation succeeds.
                
                
                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