Cost information
Return product prices. In case of at least one of skus is not found exception will be thrown.
Header parameters
Content-TypestringOptionalExample:
application/json
Body
objectOptionalExample:
{"skus":["<string>","<string>"]}
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
POST /V1/products/cost-information HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"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": {}
}
]