Special price information
Return product's special price. 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/special-price-information HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"skus": [
"<string>",
"<string>"
]
}
[
{
"price": 20652227.338422254,
"store_id": -26471339,
"sku": "et Ut",
"price_from": "eu commodo in nisi",
"price_to": "aliqua laborum ",
"extension_attributes": {}
},
{
"price": -93484295.93960197,
"store_id": 48381305,
"sku": "consectetur Ut dolore",
"price_from": "enim commodo",
"price_to": "anim Duis sint",
"extension_attributes": {}
}
]