Places a product order
POST
/api/v1/product/order/{sku}/{subjectId}
v1-product
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kompany.com//api/v1/product/order//'
Response Response Example
200 - Example 1
{
"identity": "string",
"option": "string",
"ordered": {},
"owner": "string",
"price": 0,
"sku": "string",
"status": "string",
"subjectId": "string",
"subjectValue": "string"
}
Request
Path Params
sku
string
required
subjectId
string
required