OrderNPaySimulateOrderResponse
Model
Nullable
order :
OrderNPayOrderDetailed
The full Order that was updated 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": []
}