Base prices information

catalog Base Price 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
/V1/products/base-prices-information
POST /V1/products/base-prices-information HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 32

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