Base prices information
Return product prices. In case of at least one of skus is not found exception will be thrown.
Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"skus":["<string>","<string>"]}Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/products/base-prices-informationPOST /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": {}
}
]