Return product prices. In case of at least one of skus is not found exception will be thrown.
/V1/products/base-prices-information
application/json
{"skus":["<string>","<string>"]}
curl -L \ --request POST \ --url 'http://{{baseurl}}/V1/products/base-prices-information' \ --header 'Content-Type: application/json' \ --data '{ "skus": [ "<string>", "<string>" ] }'
[ { "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": {} } ]