Return product prices. In case of at least one of skus is not found exception will be thrown.
/V1/products/cost-information
application/json
{"skus":["<string>","<string>"]}
curl -L \ --request POST \ --url 'http://{{baseurl}}/V1/products/cost-information' \ --header 'Content-Type: application/json' \ --data '{ "skus": [ "<string>", "<string>" ] }'
[ { "cost": -10635183.235631377, "store_id": 6073126, "sku": "mollit Ut aute", "extension_attributes": {} }, { "cost": -47490063.86694745, "store_id": -3722820, "sku": "quis labore ", "extension_attributes": {} } ]