Return product prices. In case of at least one of skus is not found exception will be thrown.
application/json
{"skus":["<string>","<string>"]}
POST /V1/products/base-prices-information HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 32 { "skus": [ "<string>", "<string>" ] }
OK
[ { "price": -67535943.88967374, "store_id": -82326574, "sku": "fugiat aute", "extension_attributes": {} }, { "price": 57456710.72718835, "store_id": 95500722, "sku": "exercitation voluptate proident mollit ea", "extension_attributes": {} } ]