Cost information

catalog Cost Storage V1Get Post

post

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
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": {}
  }
]