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/cost-information HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 32 { "skus": [ "<string>", "<string>" ] }
OK
[ { "cost": -10635183.235631377, "store_id": 6073126, "sku": "mollit Ut aute", "extension_attributes": {} }, { "cost": -47490063.86694745, "store_id": -3722820, "sku": "quis labore ", "extension_attributes": {} } ]