GET api/productV2/{sku}/price
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
sku | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Sku": "sample string 1", "DiscountedPrice": 2.0 }
application/xml, text/xml
Sample:
<ProductPriceDTOv2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Sku>sample string 1</Sku> <DiscountedPrice>2</DiscountedPrice> </ProductPriceDTOv2>