OrderNPayCreateOrderResponse
Model
Nullable
order :
OrderNPayOrderDetailed
The full order that was created from this request
Will be set if ResultCode is Success, otherwise NULL
Nullable
outOfStockProducts :
OrderNPayOutOfStockProduct
[]
A list of products that have insufficient stock available to service the request.
Will only be set when ResultCode is InsufficientStock, otherwise NULL
Example
{
"order": {},
"outOfStockProducts": []
}