Retrieves the result of an order
GET
/api/v1/product/{orderId}
v1-product
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kompany.com//api/v1/product/'
Response Response Example
200 - Example 1
{
"childOrders": [
"string"
],
"data": "string",
"mimeType": "string",
"productOrderId": "string",
"uri": "string"
}
Request
Path Params
orderId
string
required