Gets information about the order status for a keycode.

GET {{baseUrl}}/api/ecom/shop/products/:keycode/orderstatus

This API returns status information about all orders associated with the provided keycode. The response may include multiple status information in case an existing license is upgraded or renewed for example. Each status information record provides the VendorOrderCode value which identifies the cart order that was used to create an order on the license. Note: If no order status information is available for the provided keycode, the API will respond with a status code of 404 (NotFound). This can be the case for example when trying to query information for a trial license.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"OrderStatus":[{"Keycode":"4355B90215224A5296EF","VendorOrderCode":"PSV0090335860","ExceptionStatus":null,"PartnerLicenseStatus":"approved"},{"Keycode":"4355B90215224A5296EF","VendorOrderCode":"PSV0039956015","ExceptionStatus":"resolved","PartnerLicenseStatus":null}]}